Last modified by Ken McWilliams on 2012/03/15 21:59

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 MySQL database is configured for the example we will use: [[Setup MySQL Message Store Database >>url:../../create/Struts2/Setup+MySQL+for+Demo+%3A+Message+Store+Database?parent=Struts2.Adding+JPA+%28via+Hibernate%29+with+Spring+to+Struts2+Project]]
5 * [[Glassfish Connection Pool for MySQL>>doc:Glassfish Connection Pool for MySQL]] has been created for the above 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]**