• 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

When to use EJB 3 - A Question For Norman/Sam

 
Ranch Hand
Posts: 293
Mac OS X Netbeans IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Now that JBoss 4.0.3 RC1 supports EJB3, I'm excited about starting to look at using EJB 3 features.

Do you know (approximately) when JBoss 4.0.3 will be released formally.

If I were to start developing against EJB 3, how much of a risk would I be taking in terms of the spec changing?

Cheers.

Dave.
 
Author
Posts: 367
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
EJB3 is in public review now and is expected to be final in september. (At least that was the word from Linda at JavaOne) I wouldn't expect much, if anything, to change between now and then.

I've said early that I think you would be safe with EJB3 for projects that have a 4-6 month dev window. For projects that will be done faster than that, I think you have some risk from changing specs and from implementation bugs. But, I am confident that after a few months everything will be stable and tested enough to deploy production EJB3 applications.

I've had an EJB3 app in production since the beginning of the month when we first released a non-beta EJB3 and haven't had any problems, but that's merely one data point.
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic