Bookmarked 6 times
This tutorial demonstrates setting up Java Persistence API for Java SE 7 desktop applications in NetBeans 7. The Java Persistence API (JPA) provides an object/relational mapping facility for managing relational data in Java applications. JPA is a lightweight, POJO-based (Plain Old Java Objects) framework for object-relational mapping. The mapping between Java objects and a relational database is done using annotations and/or XML deployment descriptors. Though JPA is a part of EJB 3 Specification it can be used in Java SE applications, outside of the Java EE environment .
Please Log In to Bookmark this OBE
Will use it as a base in my java jdbc course
Good tutorial, works fine. One remark; if I try to create a new database with 'user', netbeans complains about it as keyword.
Release Date: 15-AUG-2011 Click for details
Release Date: 15-SEP-2011 Click for details
Information about Related Products