The first Hibernate 3 beta has been released. Hibernate 3.0 beta 1 includes many new features and bug fixes. Most importantly, it introduces a brand new HQL implementation, based upon an ANTLR parser written by Joshua Davis. Hibernate3 final is due in Q1, 2005.
Gavin's Hibernate 3 beta announcement
Try out the beta here. A list of changes can be found in the road map, we are working on documentation updates. Hibernate3 is now stable enough for development use.
-
Hibernate 3 goes into Beta (10 messages)
- Posted by: Dion Almaer
- Posted on: December 20 2004 19:31 EST
Threaded Messages (10)
- ORM quarter by Joe Fouad on December 20 2004 20:44 EST
- JDK 5 annotations by Dominik Roblek on December 21 2004 01:29 EST
- Hibernate 3 will support JDK5 annotations by Frederik Dierickx on December 21 2004 02:05 EST
- Javapolis by Mirko Novakovic on December 21 2004 02:05 EST
- EJB3 annotations by Emmanuel Bernard on December 21 2004 03:44 EST
-
EJB3 annotations by rory Winston on December 21 2004 12:48 EST
- EJB3 annotations by Emmanuel Bernard on December 22 2004 03:32 EST
-
EJB3 annotations by rory Winston on December 21 2004 12:48 EST
- When will production version be released? by Sathya Srinivasan on December 21 2004 11:14 EST
- When will production version be released? by Emmanuel Bernard on December 21 2004 11:35 EST
- Hibernate 3 goes into Beta by persistance user on December 22 2004 13:14 EST
-
ORM quarter[ Go to top ]
- Posted by: Joe Fouad
- Posted on: December 20 2004 20:44 EST
- in response to Dion Almaer
it seems that the 1st quarter 2005 will b the quarter of java ORM as we 'll have Hibernate3 and JDO2 -
JDK 5 annotations[ Go to top ]
- Posted by: Dominik Roblek
- Posted on: December 21 2004 01:29 EST
- in response to Dion Almaer
Is there any plan for Hibernate 3 to support JDK 5 annotations? If not is there any plan to update XDoclet's Hibernate module to support Hibernate 3?
Thanks for a great work! -
Hibernate 3 will support JDK5 annotations[ Go to top ]
- Posted by: Frederik Dierickx
- Posted on: December 21 2004 02:05 EST
- in response to Dominik Roblek
Is there any plan for Hibernate 3 to support JDK 5 annotations? If not is there any plan to update XDoclet's Hibernate module to support Hibernate 3?Thanks for a great work!
Last week during JavaPolis Gavin King confirmed and showed some examples using JDK5 annotations. Some annotations were not yet supported but that will only be a matter of time... -
Javapolis[ Go to top ]
- Posted by: Mirko Novakovic
- Posted on: December 21 2004 02:05 EST
- in response to Dominik Roblek
Hi Dominik,
on Javapolis last week, Gavin and Christian have presented some new Hibernate 3 features including EJB3 annotations, which are based on JDK 5 annotations...
- Mirko - -
EJB3 annotations[ Go to top ]
- Posted by: Emmanuel Bernard
- Posted on: December 21 2004 03:44 EST
- in response to Dominik Roblek
Is there any plan for Hibernate 3 to support JDK 5 annotations? If not is there any plan to update XDoclet's Hibernate module to support Hibernate 3?Thanks for a great work!
Yes! We now support most of the annotations of EJB3 and will do an alpha release pretty soon. You can already take it from CVS (grab HibernateExt and then go to the metadata subproject), since I will mostly do minor stuffs and some packaging before the release.
Feedbacks are very welcome :-) -
EJB3 annotations[ Go to top ]
- Posted by: rory Winston
- Posted on: December 21 2004 12:48 EST
- in response to Emmanuel Bernard
Yes! We now support most of the annotations of EJB3 and will do an alpha release pretty soon. You can already take it from CVS (grab HibernateExt and then go to the metadata subproject), since I will mostly do minor stuffs and some packaging before the release.Feedbacks are very welcome :-)
Cool. Will the metadata be solely EJB3-based annotations, or have you implemented any Hibernate specific annotations as well? -
EJB3 annotations[ Go to top ]
- Posted by: Emmanuel Bernard
- Posted on: December 22 2004 03:32 EST
- in response to rory Winston
Cool. Will the metadata be solely EJB3-based annotations, or have you implemented any Hibernate specific annotations as well?
Not yet, the primary goal is to be EJB3 compliant because EJB3 are the common needs of a project. But we'll add hibernate annotations to extends the features. -
When will production version be released?[ Go to top ]
- Posted by: Sathya Srinivasan
- Posted on: December 21 2004 11:14 EST
- in response to Dion Almaer
Hi,
Any idea when the production version will be released? I am trying to push for Hibernate 3 acceptance in my project and would like to know if the times will be in sync.
Many thanks. -
When will production version be released?[ Go to top ]
- Posted by: Emmanuel Bernard
- Posted on: December 21 2004 11:35 EST
- in response to Sathya Srinivasan
"Hibernate 3.0 beta 1 includes many new features and bug fixes. Most importantly, it introduces a brand new HQL implementation, based upon an ANTLR parser written by Joshua Davis. Hibernate3 final is due in Q1, 2005. Try out the beta here. A list of changes can be found in the road map, we are working on documentation updates. Hibernate3 is now stable enough for development use." -
Hibernate 3 goes into Beta[ Go to top ]
- Posted by: persistance user
- Posted on: December 22 2004 13:14 EST
- in response to Dion Almaer
Hibernate 3 is the best solution!!!
Congratulations guys