Tags: web.xml
Google App Engine Getting Started #4
The next topic in the getting started with Google AppEngine was working with storing data. There are two options to persistence in the Google AppEngine world, JDO and JPA. JPA is probably familiar to anyone who is doing enterprise development in Java.… more »
Google App Engine Getting Started #2
For this post I tackled the 2nd part of the AppEngine getting started guide located here: http://code.google.com/appengine/docs/java/gettingstarted/usingusers.html I didn't follow their instructions exactly. Instead of modifying my existing servlet, l… more »