February 2014
Beginner
1248 pages
62h 25m
English
For certain types of projects, NetBeans automatically includes JPA support, but not for simple Java Application projects. In addition, NetBeans projects do not include database drivers by default. In this section, you’ll add the JPA libraries and Java DB driver library to the project so that you can use JPA’s features to interact with the Java DB database you created in Sections 29.3.1–29.3.2.
Each Java Enterprise Edition (Java EE) API—such as JPA—has a reference implementation that you can use to experiment with the API’s features and implement applications. The JPA reference implementation—which is included with the NetBeans Java EE version—is EclipseLink ...
Read now
Unlock full access