對于不喜歡使用Glassfish的原配持久層支持(TopLink)的朋友。現在可以替換調他了,下面屈指可數的幾步告訴我們如何使用hibernate來持久化數據。偏愛Hibernate的用戶也給 Glassfish一個機會哦
Use Hibernate as a persistence provider with Glassfish
from http://blogs.sun.com/roller/page/GlassFishPersistence#use_hibernate_as_a_persistence?
As you must be aware, Glassfish currently has Toplink Essentials as the default persistence provider. The question that frequently gets asked is: How hard it is to to use Hibernate as the persistence provider with Glassfish?
The answer is:??Not at all . Just?drop couple of jars reqired by Hibernate in the lib directory of Glassfish and modify your persistence.xml to use Hibernate as the provider and you are ready to go. Lets walk through the steps:
1. Download and install glassfish milestone 6 build or later.
2. Download and install Hibernate3 3.2cr1 or later.
3. Download and install Hibernate EntityManager 3.1 beta7?or later.
4. Copy the?required Hibernate jars into Glassfish lib dir. The script here contains the list of jars.
5. Update your persistence.xml to use Hibernate as the persistence provider. Here is a sample persistence.xml
6. Deploy and run your application.