vote up 0 vote down star

Is it possible to use hibernate as Glassfish's persistence provider and if so HOW?

flag

64% accept rate

2 Answers

vote up 1 vote down check

While I'm not an expert on either Glassfish or Hibernate, I think you'd probably find this interesting: Instructions on using Hibernte in Glassfish

link|flag
Cheers Guss. I just came across that myself too. I've started posting questions before I even Google them. It's a good way to keep track of your thoughts though. I'll let you know how I get on. – montyontherun Feb 27 at 9:41
vote up 0 vote down

Yes, that's a common scenario. Just deploy Hibernate (and all its dependencies) either globally into Glassfish or as part of your application. Then implement your application using Hibernate as a library.

The next question you have to consider is whether you want to use JPA, and Hibernate as JPA provider or if you want to use Hibernate plain.

Another question then if you want to use EJBs and Entity Beans. If yes, I would recomend using JPA.

If you are not using EJB Entity Beans, you can use either JPA or plain Hibernate for persisting your POJOs.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.