• 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
  • paul wheaton
  • Liutauras Vilda
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Devaka Cooray
  • Paul Clapham
Saloon Keepers:
  • Scott Selikoff
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
  • Frits Walraven
Bartenders:
  • Stephan van Hulst
  • Carey Brown

EJB 2 or EJB 3

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I've recently started reading for the SCEA exam, What version of EJB should I study for the SCEA exam?

thanks!
 
author & internet detective
Posts: 42056
926
Eclipse IDE VI Editor Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Martin,
Welcome to JavaRanch!

Per the McCade study guide, you need to know about both from a high level. EJB 3/JPA for the new code and EJB 2 for legacy systems. The good news is you don't need to know low level details. There's a different exam for that!
 
Ranch Hand
Posts: 86
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

I'd prefer to point you to the Exam Objective that states:

Explain the benefits of the EJB 3 development model over previous EJB generations for ease of development including how the EJB container simplifies EJB development.


McCade's Study Guide is good, but you don't have to purchase it to understand what you need to study.

If you read the rest of the objectives under the "Section 4: Business Tier Technologies" heading, you'll realize that you don't need API knowledge , but you need to understand the concepts and applicability of the business tier technologies (EJB2.x, EJB3.x, JPA, Web services etc) clearly.
 
Jeanne Boyarsky
author & internet detective
Posts: 42056
926
Eclipse IDE VI Editor Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Ryan,
Fair enough. The study guide was closer since I am in the middle of reading it so I used it as a reference out of laziness .
 
reply
    Bookmark Topic Watch Topic
  • New Topic