• 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:

Documentation about messaging

 
Greenhorn
Posts: 14
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
If the EJB version covered on the exam is 1.1 which doesn't include Message beans, which documentation have you guys used to prepare the contents of Messaging chapter? I mean, if Message driven beans are not included on the exam, what do you read about messaging? ... I find a bit confusing reading for the first part of this exam where most of the contents are so obsolete. Help please!! Ana.
 
Ranch Hand
Posts: 156
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Ana,

The EJB version used in the exam is 2.0. There are questions about local interfaces and message driven beans. Where did your hear that the exam covers EJB 1.1 ?

Cheers,
 
AnaB SuarezF
Greenhorn
Posts: 14
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Ricardo,

thanks for the information. I posted a question asking for the EJB version covered on the exam, and I was told it was 1.1. Have you done the exam? Is it definetely 2.0 then?
 
Ranch Hand
Posts: 393
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I also read saying its EJB 1.1 and not EJB 2.0 as it's based on J2EE 1.3

Messaging Link - http://java.sun.com/products/jms/tutorial/
[ November 14, 2006: Message edited by: james edwin ]
 
Ranch Hand
Posts: 138
Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
If it is J2EE 1.3 then it should be EJB 2.0 .
But I have understood that it's J2EE 1.2. and it will be upgraded in one year time.


Can somebody make this clear ?
 
Ranch Hand
Posts: 76
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Ana,

See
this posting from august this year.

I passed SCEA 1 in august and I cannot remember anything that was specific to EJB 2.0. I hope I do not disclose any secrets when I tell you, that you must know when to use messaging though (on an abstract level). No MDB API knowledge was required. Keep in mind that JMS and MDB's are different things...

Lars
 
Greenhorn
Posts: 4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
It's there sure. I just passed SCEA part I half month ago.

There is question on the MDB, local interface that introduced since EJB 2.0

Sompol
SCEA Part I
SCJP SCWCD SCBCD
 
reply
    Bookmark Topic Watch Topic
  • New Topic