Version 4.1 by Ken McWilliams on 2012/03/15 22:55

Show last authors
1 **This Guide Requires**:
2
3 * Spring is already added to the project: [[integrating spring tutorial.>>doc:Adding Spring Dependancy Injection to Struts2 Project]]
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]]
6
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
11 **[this is still in progress]**