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

EJB3

 
Ranch Hand
Posts: 73
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Chris,
I have been reading about the new EJB3 specification, and how the design incorporates POJO's and even resembles Hibernate in certain ways. Do you have any predictions on how well received EJB3 will be accepted? Does your book address this?

Thanks, and I look forward to checking out the book!
Eric
 
author
Posts: 4356
45
jQuery Eclipse IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Entity beans from EJB3.0 and Hibernate and JDO are all converging toward the same structure, partially because some of the same people are involved in all 3 camps. I think EJB3.0's response is the most delayed, as in some of the design was in a way to keep up with JDO which has now been superceeded in a lot of ways by hibernate.
 
author
Posts: 50
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Eric,

I am sure that EJB3 will be widely used because:
(a) Its a huge improvement over EJB2
(b) its a standard and many people like to use standards
(c) Its backed by big companies

However, despite the hype surrounding EJB3, Spring and Hibernate offer a richer set of features. Moreover, because Spring and Hibernate are open-source frameworks and are decoupled from the application server they will likely evolve at a much faster rate.

Chapter 10 of my book describes how to implement POJOs with EJB3 and also compares it to those other frameworks.

Chris
 
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
The sample Chapter 1 also shows a few limitations concerning the current draft.
http://www.manning.com/books/crichardson/chapters
reply
    Bookmark Topic Watch Topic
  • New Topic