Adding JPA (via Hibernate) with Spring to Struts2 Project

Version 1.1 by Ken McWilliams on 2012/03/11 06:40

This integration effor will rely on Spring already being added to the project if this is not the case see the integrating spring tutorial.

Here we will describe the process of adding JPA using a JNDI name to a JDBC connection pool.  First a database should be configured and the the application server configured to make use of that connection to complete these steps follow: Set up MySQL and Configure Glassfish Application Server for JPA Demo

[this is still in progress]