• 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
  • Liutauras Vilda
  • Jeanne Boyarsky
  • paul wheaton
Sheriffs:
  • Ron McLeod
  • Devaka Cooray
  • Henry Wong
Saloon Keepers:
  • Tim Holloway
  • Stephan van Hulst
  • Carey Brown
  • Tim Moores
  • Mikalai Zaikin
Bartenders:
  • Frits Walraven

SCBCD Book; EJB3 in Action/ HFEJB

 
Greenhorn
Posts: 12
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello Friends.

I have completed SCWCD on 23rd July. Now I start preparing SCBCD. I have purchased yesterday "EJB3 in Action" book for that purpose. But I think its not so friendly as Head First series. I just want to know how many chapters of this book I need to complete for the exam, because this book is not exam oriented.

I have another query. I have already KB's Head First EJB. Is this book completely useless for current version of SCBCD? If not which chapters I need to follow from HFEJB ?



Regards

Deba Pratim Bhuyan
 
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

But I think its not so friendly as Head First series.


Not as friendly, but I think it's the friendliest you can have right now.

I have another query. I have already KB's Head First EJB. Is this book completely useless for current version of SCBCD?


Not completely useless, but almost. It will give you a good overview of the architecture and the reasoning behing ejbs, but you definitely need a book for EJB3.0.
 
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
I would also suggest you to use Pro EJB 3 for a through understanding on EJB 3 entities.
 
Ranch Hand
Posts: 93
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I had Head First EJB 2 & now EJB 3 IN Action;
if you are new to EJB; Head First is excellent & not useless; you can learn about container & life cycle of EJB (at least session bean) in better way; these topics are in more detail which helps for some one who is new to EJB
 
Greenhorn
Posts: 5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
the new scbcd is not just about the new version. if you don't know much about ejb 2.x, then the hf ejb book would really help you since the exam covers topics like backward compatibility, similarities/differences of both versions, etc.

the simplified specs of ejb 3 and jpa are good references to start your way on learning ejb 3... just check the site of sun if it's still there.

i don't know if the book about ejb that you have include all the topics that are covered in the exam... if not, then you will need to have the ejb & jpa specs from sun to prepare for the 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
If you are willing to spend a little extra time do this:
1. Read Ejb3 in Action - you will get the foundation for EJB 3 and JPA
2. Read JPA Specs - They are amazing and you will clear all your doubts
3. Read the Ejb3 related chapters from core EJB specs

I am following the same thing and many of my doubts have got solved due to reading the specs. Many people feel, reading specs will waste their time. But its not true at all.

Reading specs will actually make your reasoning much more stronger and you will be able to grasp concepts more quickly.
 
Deba PratimBhuyan
Greenhorn
Posts: 12
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thank you all for your advice.
 
Look! It's Leonardo da Vinci! And he brought a tiny ad!
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
    Bookmark Topic Watch Topic
  • New Topic