The Team has managed to produce the next version of the maven-gae-plugin.
maven-gae-plugin | gae-runtime |
---|---|
|
|
You can find a copy of the maven generated site information here and here.
Issues are tracked in github.
JAppStart is a very complete jump start for java GAE developers. Spring Roo is also a great tool for setting up all the boilerplate code.
You can also find the following archetypes for your applications:
-
Plain JSP based example:
mvn archetype:generate -DarchetypeGroupId=net.kindleit -DarchetypeArtifactId=gae-archetype-jsp \ -DarchetypeVersion=0.9.4 -DgroupId=com.myapp.test -DartifactId=testapp
-
Wicket based example
mvn archetype:generate -DarchetypeGroupId=net.kindleit -DarchetypeArtifactId=gae-archetype-wicket \ -DarchetypeVersion=0.9.4 -DgroupId=com.myapp.test -DartifactId=testapp
-
GWT based example
mvn archetype:generate -DarchetypeGroupId=net.kindleit -DarchetypeArtifactId=gae-archetype-gwt \ -DarchetypeVersion=0.9.4 -DgroupId=com.myapp.test -DartifactId=testapp
-
JSF based example
mvn archetype:generate -DarchetypeGroupId=net.kindleit -DarchetypeArtifactId=gae-archetype-jsf \ -DarchetypeVersion=0.9.4 -DgroupId=com.myapp.test -DartifactId=testapp
Source is kept in github.