• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

Is necessary to know EJB before JMS

 
Ranch Hand
Posts: 59
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Is necessary to know EJB before starting JMS
 
Ranch Hand
Posts: 121
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You don't have to know EJBs before using JMS. I mean JMS came out first and now, starting with EJB 2.0 the Message Driven Beans are using JMS. If the question would have been "Do I have to know EJBs before using Message Driven Beans?" then the answer would be you should know the priciples behind EJB technology in order to use any kind of EJBs, but as the MDBs are not dirrectly related to Session Beans or Entity Beans knowing all of them is not mandatory. You can start out by learning dirrectly Message Driven Beans.
 
Greenhorn
Posts: 21
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
If you have to do transaction on both dbms and jms queue, then you might have to know a little bit on EJB. They are not hard at all, just keep it light, don't use container managed persistence and keep up to speed on how to use JTA.
../wendy
 
author
Posts: 11962
5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Melody,
As Ernest already pointed out here, your display name doesn't comply with our naming policy and you will have to change it.
Thanks.
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic