NoviceUserJPA wrote:
Hi All ,Thanks for the Forum , I am New to JPA , i have gone through the Basics of JPA , But Can anyone tell me the Simple steps , for creating a sample Project in JPA , with Tomcat and MySql. Pls if u have any small Project Do post it here.
1. Create table in MySQL 2. Create JavaBean representing that table 3. Create persistence.xml file 4. Create test class that uses JavaBean from step 2. It is (almost) the same thing with or w/o Tomcat. Regards, Ognjen
