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.
