Posts: 135 / Nickname: fsommers / Registered: January 19, 2002 7:24 AM
Refactoring the EJB APIs
June 20, 2006 8:00 PM
|
In the interview, Linda DeMichiel outlines several ways in which the EJB expert group simplified the earlier EJB programming models, effectively refactoring many aspects of EJB development. What do you think of the ease-of-development features in EJB 3?
|
Posts: 1 / Nickname: sivagopal / Registered: July 11, 2006 0:55 AM
Re: Refactoring the EJB APIs: Persistence and Dependency Injection
July 11, 2006 5:06 AM
|
> In the interview, Linda DeMichiel outlines several ways in
> which the EJB expert group simplified the earlier EJB > programming models, effectively refactoring many aspects > of EJB development. What do you think of the > ease-of-development features in EJB 3? It handy to develop, as there is no longer usage of Home and Remote interfaces, as well as Call back methods need not be taken care, no more deployment descriptors...but the one in my mind still persists...what about ORM using EJB3..does it provide much more flexibility than Hibernate.. |