aspose file tools
The moose likes Object Relational Mapping and the fly likes Setting up a project to use JPA Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Databases » Object Relational Mapping
Reply Bookmark "Setting up a project to use JPA" Watch "Setting up a project to use JPA" New topic
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
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: Setting up a project to use JPA
 
Similar Threads
How to add a JPA project to Web Project?
Is persistence.xml required
Spring 3 MVC and JPA
Hibernate--Mapping files or Annotations
JPA or JDBC