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

How to prepere to SCBCD for java enterprise edition 5 (This with enterprise JavaBeans 3.0)?

 
Ranch Hand
Posts: 41
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
How to prepere to SCBCD for java enterprise edition 5 (This with enterprise JavaBeans 3.0)?

I already have books from http://faq.javaranch.com/java/ScbcdLinks#scbcd50 but I don't know how to start:) Please give me some idea.
 
Ranch Hand
Posts: 383
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You could probably start with....


reading them?



Seriously, I started with EJB in Action, followed by Enterprise Java Beans. During that time I did some coding to test things myself. Then I went for the specs, and read ejb-core and jpa specs, taking notes of my own. Then, I read bits of Pro EJB (for example, XML chapter, and query language chapter as it has nice examples).
Pozdro.
 
Ranch Hand
Posts: 94
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Here are the steps from my side

1)Ejb3 in Action by Reza (gives you good background to start)
2)EJB3.0 from Orielly (have code examples to practice and test on Jboss)
3)Go through EJB3.0 CORE specs and JPA specs
4)May be can try MKZ notes (for final revision)
5)Some mock exams

Currently i am in step 2) and quite happy with this plan
 
Jakub Drzazga
Ranch Hand
Posts: 41
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Is there any book that its each chapter begins with content and ends with checking test? I know that there are books like this for EJB 2.0 but as you can guess I need EJB 3.0 's book:)
 
Raf Szczypiorski
Ranch Hand
Posts: 383
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
If there were such a book, you would have know about it from the link you mentioned above . So no, there is not.
 
aleem khan
Ranch Hand
Posts: 94
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
For that you have to wait for HeadFirst series
 
Ranch Hand
Posts: 75
Android Eclipse IDE Firefox Browser
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I started working on SCBCD myself, following the plan most of you suggested, currently I'm reading EJB 3 in Action.

what is enough for the exam? should I read the book again and memorize the annotations, descriptors, ...etc? or should I start reading Orielly's ? I know and focus on that one?

help me please because I feel little bit lost here since there is no Head First EJB 3
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic