GlassFish comes with TopLink Essentials as the default JPA implementation.
Eskatos has a working solution to replace it with Hibernate 3.3.1 GA. Thanks for sharing!
Hibernate validators and lucene integration are the two most frequently reasons to use Hibernate as the JPA implementation.
Eskatos also reports on IRC that joda-time/hibernate integration is another good reason. Of course, once you use these, your code becomes non-portable across JPA implementations and NetBeans' Verifier (a portability tool based on the AVK) will report failures.
Interesting. I've used Hibernate by itself and now I'm learning more about JEE and been using Glassfish with NB6. It´s good to know how can I have both.
Interesting. I've used Hibernate by itself and now I'm learning more about JEE and been using Glassfish with NB6. It´s good to know how can I have both.
BTW. The link to Hibernate Validator is wrong. Should be
http://validator.hibernate.org/
Without the 's'.
Posted by Julio Aguilar on octobre 11, 2007 at 03:06 AM CEST #
typo fixed, thanks.
Posted by Alexis MP on octobre 11, 2007 at 06:24 AM CEST #