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

Books, books, books.. Mastering EJB 3.0

 
Ranch Hand
Posts: 166
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hey there,


I'm a complete newbie to EJB's, I want to take SCBCD5 exam, I want to read just one book and probably I'll buy enthuware stuff for SCBCD5 as well as take some free mock exams..


I see some threads with questions about which book is good for SCBCD.

Most people choose between "EJB3 in Action" and "O'Reilly's Enterprise JavaBeans 3.0". But in the SCBCD Links I see that there is a free book named "Mastering EJB 3.0". Do you think it is good for this exam?
 
Ranch Hand
Posts: 185
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
A Big No No!!!
 
Rancher
Posts: 43081
77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by krishna bulusu:
A Big No No!


This answer would be much more useful if you told us why you have that opinion.
 
krishna bulusu
Ranch Hand
Posts: 185
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have bought that book. That book would not be sufficient for SCBCD 5.0.
I would be good for basics but from exam point of view it is not recommended.
 
Ranch Hand
Posts: 110
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Preparing for scbcd exam with only one book is not enough. If you want to learn all main concepts about EJB's, I recommend you the following book:
EJB Developer Guide by Michael Sikora (254 pages).
It contains lots of examples and it's easy to read.
Note: that book is not enough to prepare for SCBCD and you will have to read the specifications in order to learn more about all the objectives.
 
Ismael Upright
Ranch Hand
Posts: 166
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
uhm... I guess that there is no such book for SCBCD as Sierra's book for SCJP?...


What would be sufficient for SCBCD in general if reading any book is insufficient?
 
Sheriff
Posts: 14691
16
Eclipse IDE VI Editor Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

What would be sufficient for SCBCD in general if reading any book is insufficient?


First, studying books about EJB3 and JPA. Then either :
  • Read the specs
  • Read Mikalai Zaikin's SCBCD 5.0 Guide and refer to the specs
  • Buy commercial mocks and refer to the specs


  • I don't think that relying on books will be enough, so it is my opinion that you'll have to refer to the specs. I think that commercial mocks can help you figure out which important topics are not in books.
     
    Ranch Hand
    Posts: 10198
    3
    Mac PPC Eclipse IDE Ubuntu
    • Mark post as helpful
    • send pies
      Number of slices to send:
      Optional 'thank-you' note:
    • Quote
    • Report post to moderator
    EJB 3 in action is a very good resource to start off with. For JPA topics, Pro EJB 3 is a good material.

    After the above two books, follow what Christope has said in the post above.
     
    Ismael Upright
    Ranch Hand
    Posts: 166
    • Mark post as helpful
    • send pies
      Number of slices to send:
      Optional 'thank-you' note:
    • Quote
    • Report post to moderator
    Thanks for the clues.

    But still I'm wondering what book would be good to start. I know that only reading a book is not enough but still it's a good start to read one, as you wrote.


    Is "Mastering EJB 3.0" good for a start or maybe it is much worse that one of those: "EJB3 in Action" and "O'Reilly's Enterprise JavaBeans 3.0"?
    [ August 04, 2008: Message edited by: Ismael Upright ]
     
    Christophe Verré
    Sheriff
    Posts: 14691
    16
    Eclipse IDE VI Editor Ubuntu
    • Mark post as helpful
    • send pies
      Number of slices to send:
      Optional 'thank-you' note:
    • Quote
    • Report post to moderator
    Sorry, I didn't read Mastering EJB 3.0. I'm using EJB3 In Action, and it's really easy to follow.
     
    Ismael Upright
    Ranch Hand
    Posts: 166
    • Mark post as helpful
    • send pies
      Number of slices to send:
      Optional 'thank-you' note:
    • Quote
    • Report post to moderator
    I see, Christophe. Can you tell me if "EJB3 In Action" contains material about JPA or do I need a separate book for JPA?
     
    Greenhorn
    Posts: 3
    • Mark post as helpful
    • send pies
      Number of slices to send:
      Optional 'thank-you' note:
    • Quote
    • Report post to moderator
    what are specs referred in this thread? where can we get these?
     
    Ranch Hand
    Posts: 356
    • Mark post as helpful
    • send pies
      Number of slices to send:
      Optional 'thank-you' note:
    • Quote
    • Report post to moderator
    Hello,

    the specifications that are relevant for the SCBCD 5 certification are the EJB 3.0 spec and the JPA spec. Both can be downloaded from Sun.

    If you are new to EJB, then a general simple introduction that focusses on practical use is a good start. I recommend the Sun EE Tutorial. AFTER that you can study for the exam specific topics.

    For that I recommend Mikalai Zaikin's SCBCD 5.0 Guide, as Christophe suggested. It consists mostly of the relevant spec excerpts, copied together according to the exam topics. Study chapter by chapter, along with the corresponding Enthuware questions.

    In my blog I suggested a way to prepare with Enthuware. You will also find information about uCertify and Whizlabs, but my current impression is that Enthuware has a better mock question quality. (Hard to prove, though.) uCertify has a nice interactive mentor to get started with every section, but it doesn't cover all you need.

    Kai
     
    Christophe Verré
    Sheriff
    Posts: 14691
    16
    Eclipse IDE VI Editor Ubuntu
    • Mark post as helpful
    • send pies
      Number of slices to send:
      Optional 'thank-you' note:
    • Quote
    • Report post to moderator

    Can you tell me if "EJB3 In Action" contains material about JPA


    Yes, it contains all the basic stuff about JPA. You can check the table of content here.
     
    Ismael Upright
    Ranch Hand
    Posts: 166
    • Mark post as helpful
    • send pies
      Number of slices to send:
      Optional 'thank-you' note:
    • Quote
    • Report post to moderator
    Thank you, Christophe, and everyone else!

    I think that I've made a choice
     
    Ranch Hand
    Posts: 332
    • Mark post as helpful
    • send pies
      Number of slices to send:
      Optional 'thank-you' note:
    • Quote
    • Report post to moderator
    thanks for the tips on books,
    now I just have to worry that by the time I finish my study of ejb3 there will be new version released :-)
     
    With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
    reply
      Bookmark Topic Watch Topic
    • New Topic