This week's book giveaway is in the Raspberry Pi forum.
We're giving away four copies of Getting started with Java on the Raspberry Pi and have Frank DelPorte on-line!
See this thread for details.
Win a copy of Getting started with Java on the Raspberry Pi this week in the Raspberry Pi forum!
  • 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
  • Ron McLeod
  • Paul Clapham
  • Tim Cooke
  • Jeanne Boyarsky
Sheriffs:
  • Rob Spoor
  • Devaka Cooray
  • Liutauras Vilda
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Tim Moores
  • Mikalai Zaikin
Bartenders:
  • Piet Souris

Whether Go for SCBCD or not

 
Greenhorn
Posts: 23
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi,
I am currently going through Spring Framework which starts the discussion with bashing EJB for its overheads.
Could my fellow ranchers help me decide upon going for SCBCD or not? since, Spring Framework projects as if EJBs are very soon going to be a passe...
Will learing EJB and getting certified be helpful in future, and which version of the SCBCD exam to go for? Which book to go through, in order to appear for the exam?

Thanks for your comments and suggestions.

Regards
Vivek
SCJP 1.4(95%), SCWCD(90%)
 
Ranch Hand
Posts: 66
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello,
i think it is still worth to take SCBCD certification... even though Spring / EJB3 are around...
Spring does not exclude use of EJBs, in fact you can also have Spring-managed EJBs..

And i don't personally think that every company who is using EJBs at the moment will drop it for spring in a short time....

hth
marco
 
arch rival
Posts: 2813
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I believe that EJB 3 addresses some of the limitations of EJB 2.1. With an exam in beta test for EJB 3 it might be worth considering EJB 3 as a learning path. No matter how good Struts is, it doesn't have the backing of Sun and competes with other frameworks such as Spring, so it may not be the default industry technology.
 
Ranch Hand
Posts: 138
Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Well we are talking about Spring here .
So my advice is to learn Spring but also EJB 3.0. I usually work with Spring in all layers except O/R mapping. But I also learned EJB's and passed the exam.
It is good to know your alternatives.
Imagine you have to write a Spring MVC project connecting to a business module written in EJB2.0 or EJB2.1 . You still have to know how to handle EJB's. A lot of old apps in production are built on EJB 2.0 .

Any way remember : Spring is a framework (and a good one indeed) but EJB is a standard ... the corporate world would go for EJB solutions in most cases.
It is your call .
 
Surfs up space ponies, I'm making gravy without this lumpy, tiny ad:
Low Tech Laboratory
https://www.kickstarter.com/projects/paulwheaton/low-tech-0
reply
    Bookmark Topic Watch Topic
  • New Topic