server « Glassfish « JPA Q&A





1. Learning resource for Configuring Hibernate JPA 2.0 on Glassfish server    stackoverflow.com

I am trying to create a new JEE project using hibernate and JPA 2.0 on the glass fish server. Can you guys provide me some resources to configure the above so ...

2. A jndi-bound hibernate session-factory with glassfish server-v3    stackoverflow.com

The Hibernate Documentation specifies how to create a JNDI-bound session-factory in JBoss AS using JMX (http://docs.jboss.org/hibernate/core/3.3/reference/en/html/session-configuration.html#configuration-j2ee-jmx) The JMX-configuration given with is specific for JBoss AS. Similarly how can I configure the ...