In Eclipse, go to Project Properties -> Google -> App Engine and check the "Use Google App Engine" box. That should be enough to get the User Library added and the libraries set up in WEB-INF/lib, although you might need to close/reopen the project (and use the auto-correct feature to "synchronize WEB-INF/lib").
If you want an example Objectify project, look here: https://github.com/stickfigure/motomapia Just make sure you have all files in the right place, and you should be fine. Jeff On Wed, Jul 20, 2011 at 3:16 AM, Florent Georges <[email protected]> wrote: > Hi, > > I have an existing Java EE web application. As it uses only > the Java EE subset accepted on GAE, I successfully deployed it by > exploding the WAR to a tmp dir, adding the appengine-web.xml > descriptor to WEB-INF/, and calling the SDK update command from > the command line. > > So far so good. > > But now I'd like to use the datastore (through JDO, JPA or even > better, through Objectify). Because it is an existing webapp, I > can't start from scratch using the SDK's example project. > > I struggle to configure the application correctly. That is, > which libraries to add to the project and where? What has to be > added to the development classpath (for compilation) and what has > to be added to the WAR itself? > > Any clue and/or article? > > Thank you, regards, > > -- > Florent Georges > http://fgeorges.org/ > > -- > You received this message because you are subscribed to the Google Groups > "Google App Engine" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/google-appengine?hl=en. > > -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
