user246160
user246160

Reputation: 1397

How to create JPA application in eclipse

How to create a JPA application using Google's datastore in Eclipse? What are the steps to create a Google App Engine application in Eclipse?

Upvotes: 0

Views: 995

Answers (1)

Pascal Thivent
Pascal Thivent

Reputation: 570595

First, install the Google Plugin for Eclipse. Second, check Getting Started: Java and especially Creating a Project. Follow the documented steps. Third, jump to Using JPA with App Engine.

Upvotes: 2

Related Questions