• 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:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

EJB version

 
Ranch Hand
Posts: 46
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I wonder SCEA covers EJB 1.1 or EJB 2.0?
Thanks
Tom Chen
 
Ranch Hand
Posts: 122
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
it should be version 1.1, to be accurate, it does not mention contents which is belong to V2.0 explicitly.
 
Ranch Hand
Posts: 148
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I believe it's 1.1
So you would not need to know about Message Driven Beans, Local Home e.t.c.
Remember that without Message Driven Beans, EJB is an RPC mechanism (synchronous communication)
The message driven bean acts as a Message Listener (for asynch communication.)
You want to answer any questions keeping 1.1 in mind.
Any comments?
 
Greenhorn
Posts: 13
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
part one covers 1.1 only
part two and three are up to you (use 2.0 if you want to), but plenty of people have passed with 1.1 only
 
Ranch Hand
Posts: 105
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
HI Friends,
One of my friend told me tht its going to be EJB 2.0 for part I from June 1 2002.I myself am not sure abt it.
Is there any place or email id from where I can confirm the EJB version OFFICIALLY ???
Sandeep.
 
reply
    Bookmark Topic Watch Topic
  • New Topic