Category: java

Java on Google App Engine

Google App Engine now supports Java. The environment contains:

…a Java 6 JVM, a Java Servlets interface, and support for standard interfaces to the App Engine scalable datastore and services, such as JDO, JPA, JavaMail, and JCache.

There is also a Google Plugin for Eclipse available.

Check out the Getting Started: Java guide for a simple tutorial on how to develop and deploy a Java project on Google App Engine or read more on the Google App Engine blog.