Gavin King comments on the EJB3.0 announcement in his blog here.
As the EJB3.0 persistence model becomes more ‘Hibernate-like’, it will be interesting to see where Hibernate goes in the near future.
Articles, notes and random thoughts on Software Development and Technology
Gavin King comments on the EJB3.0 announcement in his blog here.
As the EJB3.0 persistence model becomes more ‘Hibernate-like’, it will be interesting to see where Hibernate goes in the near future.
Following last weeks announcement of some of the details of the upcoming EJB3.0 spec, there is a heated discussion about the benefits and disadvantages of both approaches (with comments from Gavin King on Hibernate thrown into the mix), on TheServerSide.com.
At yesterdays ServerSide Symposium conference there was an annoucement and preview of some of the details of the upcoming EJB3.0 specification.
Good news is it is a complete departure from the current EJB programming model involving Home, Remote and Local interfaces, and instead using metadata markup in the source to specify that a given Class is an EJB.
More details here
The final review ballot for JSR 243 for the JDO 2 spec showed mixed acceptance of the new spec, and the comments from some of the ballot rejections are surprising.
There was majority acceptance across most of the involved groups and individuals, which included:
but more surprisingly, IBM, Oracle and BEA Systems all rejected the JSR.
Their reasons for rejecting the spec seemed to be consistently that there is too much overlap with other existing JSRs. Without mentioning exactly what JSRs they are refering too, one can only wonder if they are refering to the EJB3.0 spec. It seems odd that the only three parties to reject this spec are the three major J2EE Server providers – as these three companies already have substantial investment within EJB Entity Bean implementations in their existing products, maybe they see this JSR as too much of a step away from their current product directions?
This is a big shame, because something definitely needs to replace the Entity Bean portion of the EJB spec. One can only hope that the eventual release of the EJB3.0 spec is going to show a move towards a JDO/Hibernate-like approach to Persistence.