Archives for: March 2011
Setting up new laptop for Flex Development
Going to take a break from the Google App Engine posts to document setting up my new laptop for Flex/AIR development. more »
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 #3
This getting started was all about using JSPs. As soon as I added a JSP to the project I got an error:Description Resource Path Location TypeYour project must be configured to use a JDK in order to use JSPs helloUser.jsp /googleAppEngineAlevicki/war U… 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 »
Google App Engine Hello World
http://code.google.com/appengine/ http://code.google.com/appengine/downloads.html http://www.eclipse.org/downloads/ C:\apps\eclipse_helios C:\dev\sdks\appengine-java-sdk-1.4.2 Google AppEngine Plugin http://dl.google.com/eclipse/plugin/3.6 more »