Version 6.1 by Ken McWilliams on 2012/03/15 22:57

Hide last authors
Ken McWilliams 2.1 1 **This Guide Requires**:
Ken McWilliams 1.1 2
Ken McWilliams 4.1 3 * Spring is already added to the project: [[integrating spring tutorial.>>doc:Adding Spring Dependancy Injection to Struts2 Project]]
Ken McWilliams 6.1 4 * A connection pool has been created in the container and a JNDI name has been created for it: [[Glassfish Connection Pool for MySQL.>>url:../../view/Struts2/Glassfish+Connection+Pool+for+MySQL]]
5 * A MySQL database is configured for the example we will use: [[Setup MySQL Message Store Database >>doc:Setup MySQL for Demo : Message Store Database]]
Ken McWilliams 1.1 6
Ken McWilliams 2.1 7 Here we will describe the process of adding JPA via Hibernate, we will be using some freatures of Netbeans.
8
9 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>>doc:Set up MySQL and Configure Glassfish Application Server for JPA Demo]]
10
Ken McWilliams 1.1 11 **[this is still in progress]**