[google-appengine] Adapting an existing webapp to GAE: accessing datastore

2011-07-20 Thread Florent Georges
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.

Re: [google-appengine] Adapting an existing webapp to GAE: accessing datastore

2011-07-20 Thread Jeff Schnitzer
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