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

Is EJB3 ready for prime time?

 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
As stated in the subject.

Thanks.
 
Ranch Hand
Posts: 341
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Like most situations, it depends!
The specification is finalized so yes it's ready for prime time. The API makes the development easier (and to me more fun) so yes it's ready for prime time.

Having said that note that
1. Not all application server vendirs implement the specs yet. So, if you are set on a server (e.g. WebSphere) check with your vendor first. As of today, WebSphere Application Server doesn't implement these specs yet
2. EJB 3.0 uses some new concepts that were not available before (e.g. annotations), if you are working under tight deadlines, learning curve could be an issue

In a nut shell, only you can decide whether EJB 3.0 is ready for prime time
 
Mohamad Azri
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thank you for you reply. JBoss supports EJB3 now. Learning curve should be minimal (and easier!) too.
 
Ranch Hand
Posts: 102
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I would want to emphasis that
Not all Application Server supports JEE

JBoss EJB3 is separate from JBoss Application Server. It is Emebeddable EJB3.0 Container.

Adopting EJB3 will also mean adopting Java 5.0

I would say untill we see more participation, EJB3 is not yet ready for Prime Time.
 
ranger
Posts: 17347
11
Mac IntelliJ IDE Spring
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
While at my last job we used EJB3 and Hibernate. It was fantastic. Using JBoss App Server you can a fully compliant EJB3 Container. I highly recommend it myself.

Mark
 
Ranch Hand
Posts: 143
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am trying to find some good material to read about ejb3.0 on the internet.
can anyone suggest me ?

thanks,
gayatri
 
Chintan Rajyaguru
Ranch Hand
Posts: 341
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Gayatri,
Try https://glassfish.dev.java.net/ and http://www.netbeans.org/. These websites have some good small and easy to digest EJB 3.0 articles, blogs etc. You could also try EJB 3.0 specifications at http://java.sun.com/products/ejb/docs.html - and they are not that hard to read

C
 
Chintan Rajyaguru
Ranch Hand
Posts: 341
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

JBoss App Server you can a fully compliant EJB3 Container



Mark,
What makes you think JBoss is fully compliant? Not challenging you... just curious

C
 
Mark Spritzler
ranger
Posts: 17347
11
Mac IntelliJ IDE Spring
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Chintan Rajyaguru:


Mark,
What makes you think JBoss is fully compliant? Not challenging you... just curious

C



Well, one of JBoss's employees was on the spec team, JBoss was always following the spec as it progressed and quickly updated it while the spec changed, and are right there with the final spec. If it isn't 100% compliant at this time it is at least over 90%. There isn't a certified compliance yet, but that isn't because JBoss hasn't adhered to the spec yet, it is a matter of Sun getting up to speed.

I will also say that I work for JBoss, so that you know where I am coming from.

Mark
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic