• 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

Passed the OCEBCD6 (1Z0-895) with score 86

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I just passed the Java EE 6 Enterprise JavaBeans Developer Certified Expert exam with score 86%.

I had no prior experience with the Enterprise JavaBeans technology and I did it in almost 1.5 months. I used the following material:

a) EJB 3 In Action
b)EJB 3.1 professionell (iX Edition): Grundlagen- und Expertenwissen zu Enterprise JavaBeans 3.1 - inkl. JPA 2.0
c)Frits Walraven OCPEJBD 6 EJB 3.1 notes (is a must)
d)Enthuware practice exams (is a must)

My study plan was as follows:
I went through the EJB 3 In Action twice. This book is really good to get the basics and covers some deep concepts that you won't see in most of the other books and resources available. For example it explains poison messages which I only found in this book and a question in one of the Enthuware's tests. This book is unfortunately for the EJB 3.0 edition. So it doesn't cover the new features. I also spotted an error in the book. It uses the @Runas annotation in the method level, whereas it is only allowed in the class level.

After that book I thought "ok how different can EJB 3.0 and EJB 3.1 be". So I tried the enthuware's quick diagnostic test. It was a disaster. My score was bellow 50%, and many questions sounded like Greek to me. So I needed a book on EJB 3.1. I opted for the b)EJB 3.1 professionell (iX Edition): Grundlagen- und Expertenwissen zu Enterprise JavaBeans 3.1 - inkl. JPA 2.0 which is written in German and written by Ihns(among others) who is in the EJB 3.1 Expert Group. So the quality of the content was guaranteed. If you can speak German this book is highly recommended. If not, there's no problem. You just have to grab a good book on EJB 3.1. And stay away from O'Reilly's Enterprise JavaBeans 3.1 . This book is really bad.

After reading EJB 3.1 professionell (iX Edition): Grundlagen- und Expertenwissen zu Enterprise JavaBeans 3.1 - inkl. JPA 2.0 I tried the first enthuware test and my scores was 71%. Still not good enough.

The Frits Walraven OCPEJBD 6 EJB 3.1 notes is a must. I read it once tried the second test scored around 85%. Read it again tried the third test scored around 88%. Read it once again one day before the exams tried the fourth and last test scored 90%.
The Frits Walraven OCPEJBD 6 EJB 3.1 notes is a summary of the specification. It puts together corner cases that may be spread in a book, and missed when you read a book for the first time and strive to get the basics.


On the exam: No surprises here. The listed material covered all aspects of the exam. Enthuware's tests were a bit harder I must say but all in all they were very similar. I also had an almost identical question on the exams which I wouldn't have know, if i hadn't worked on the enthuware's tests.

Next goal for me: OCEJPAD. Any suggestions here? Expected preparation time? Any suggested material?
 
Creator of Enthuware JWS+ V6
Posts: 3412
320
Android Eclipse IDE Chrome
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Congratulations Jorge!

and welcome to Coderanch.

Good to hear that my notes helped you a bit!

Regards,
Frits
 
Enthuware Software Support
Posts: 4892
60
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Congratulations! Glad to hear that our s/w was helpful in your preparation
 
Bartender
Posts: 2442
13
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi, Jorge. Congratulation. I am glad you share your experience with us. I wish I could read German, but I cannot.

This is my study plan, but I have not taken the exam yet :

1. I read EJB 3 in Action 2nd edition, which covers EJB 3.2. I heard there is not much difference between EJB 3.1 and EJB 3.2. So, I read it for concepts. The examples given in the book do not run. So, I decide not to spend too much time on it.
2. Besides reading JSR 318 and Frits notes, I am reading Head First EJB for fun. Only some concepts in EJB 2.0 can be applied to EJB 3.0 and I will skip all the EJB 2.0 topics. Honestly, Head First EJB is a really good book for understanding the basics of EJB 2.0.

3. Ivan's notes provide good examples here at http://www.ivankrizsan.se/my-books/
4. Oreilly's EJB 3.1 is too hard for people who don't know anything about EJB.

I personally prefer to understand all the concepts before I try the programming part.

I wish there will be Head First EJB 3.0.

 
MyExamCloud Software Support
Posts: 755
3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hey Jorge Congratulations!
 
Ranch Hand
Posts: 1376
Eclipse IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Congrats
 
Politics n. Poly "many" + ticks "blood sucking insects". 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