Thanks Ognjen , I have done that , and its working fine , i have done a simple example ..
now i want to use the build.xml , in that i am seeing the <taskdef name="openjpac" classname="org.apache.openjpa.ant.PCEnhancerTask"> what this exactly do , its building without any errors..but after the build wat exact;y happens.. can u pls explain this build script. Thanks. K.Tr Ognjen Blagojevic wrote: > > 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 > > -- View this message in context: http://www.nabble.com/Hi-%2C-Need-A-Help-tf4940912.html#a14148743 Sent from the OpenJPA Developers mailing list archive at Nabble.com.
