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

Done with SCBCD

 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have been a regular visitor to these forums on javaranch and the pointers
and information available here has been extremely helpful. I have been able to complete SCJP5(91),SCWCD(85) and SCBCD5(83) in 4 months.

For SCBCD5 I would recommend -
1. Javabeans book from Oreilly
2. MZ's StudyGuide (With the actual specs on your lap)

EJB 3 In Action is an excellent book but does poorly from a certification perspective.

I have created some notes which should be helpful for a quick last min review.(These are straight from the specs)
http://www.geocities.com/rkbalgi/bcd5_notes.txt

Thanks.
 
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
Congrats!

Great achievement in 4 months!
 
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
Raghavendra,
Congratulations

Thank you for the notes. I've added them to the SCBCD Links.

Can you tell us what you feel was lacking in EJB In Action compared to OReilly's ? (I own EJB In Action)
 
Raghavendra Balgi
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I loved EJB in Action. Having no experience in EJB, within days of reading I was able to write some complex session beans from a scratch.

Off the top of my mind I believe it lacked specifics of certain exceptions that are returned from container to the client, or what exception is thrown during some of the operations with entity-manager etc, some details
about JPQL (how logical operators or aggregate functions work with null values etc). It does great job of explaining EJB to a newbie but for finer details that the SCBCD probes a person on, one would need to grab
a copy of Oreilly's. If you dont mind perusing through some hundreds of pages in the spec, there is no need of any book whatsoever. Use MZ's Guide as an index and flip the pages from the spec and you should be good.
 
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
Thank you
 
Greenhorn
Posts: 12
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Goshhhh

so useful notes =DDD

thanks a lot !!
 
Ranch Hand
Posts: 563
Google Web Toolkit Eclipse IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
well done and thanks for the notes
 
Bartender
Posts: 3958
43
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Raghavendra Balgi:
I have been a regular visitor to these forums on javaranch and the pointers
and information available here has been extremely helpful. I have been able to complete SCJP5(91),SCWCD(85) and SCBCD5(83) in 4 months.

For SCBCD5 I would recommend -
1. Javabeans book from Oreilly
2. MZ's StudyGuide (With the actual specs on your lap)


Thanks.



Well done !!!

Great score !
 
Greenhorn
Posts: 15
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Hi,
I'm getting this problem while running my simple client.
javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial
Can any body came across this problem, if yes , please help me in this.

reply
    Bookmark Topic Watch Topic
  • New Topic