| Author |
Setting up a project to use JPA
|
Paul Wallace
Ranch Hand
Joined: Oct 09, 2006
Posts: 40
|
|
Hi,
Does the book take you through setting up JPA2 within your project? What are the dependencies for JPA - what do I need to install?
Regards
Paul
|
 |
Mike Keith
author
Ranch Hand
Joined: Jul 14, 2005
Posts: 304
|
|
Hi Paul,
Yes, as we describe in the book, getting a project to use JPA is as easy as putting the JPA spec APIs and a vendor jar(s) on the classpath. There is little else to do except to start writing to the Java Persistence API.
|
-Mike
Pro JPA 2: Mastering the Java Persistence API
|
 |
 |
|
|
subject: Setting up a project to use JPA
|
|
|