jpa

TOTD #38: Creating a MySQL Persistence Unit using NetBeans IDE

This TOTD (Tip Of The Day) shows how to create a Persistence Unit (PU) for a MySQL database using NetBeans IDE. This PU can then be used in any of Java EE...

0 replies - 897 views - 07/26/08 by Arun Gupta in Blogs

NetBeans RCP & JPA (Part 2)

In my previous post at DZone, I talked about how to make JPA aware of the existence of multiple persistence.xml files, possibly one for each NetBeans RCP...

12 replies - 2132 views - 06/09/08 by Fabrizio Giudici in News

NetBeans & JPA with Multiple Persistence.xml Files

If you are developing a large, desktop application which needs to keep a persistent state one of a complex data structure, where perhaps you have also to...

2 replies - 5229 views - 05/29/08 by Fabrizio Giudici in News