|
Project Information
Members
Featured
Downloads
Links
|
Google App Engine Maven Plugin.The Team has managed to produce the next version of the maven-gae-plugin.
Usage & InformationTake a look at the Usage page as we work on the Maven Generated Site. Boilerplate / ArchetypesJAppStart 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:
mvn archetype:generate -DarchetypeGroupId=net.kindleit -DarchetypeArtifactId=gae-archetype-jsp -DarchetypeVersion=0.9.0 \ -DgroupId=com.myapp.test -DartifactId=testapp mvn archetype:generate -DarchetypeGroupId=net.kindleit -DarchetypeArtifactId=gae-archetype-wicket -DarchetypeVersion=0.9.0 \ -DgroupId=com.myapp.test -DartifactId=testapp mvn archetype:generate -DarchetypeGroupId=net.kindleit -DarchetypeArtifactId=gae-archetype-gwt -DarchetypeVersion=0.9.0 \ -DgroupId=com.myapp.test -DartifactId=testapp
mvn archetype:generate -DarchetypeGroupId=net.kindleit -DarchetypeArtifactId=gae-archetype-jsf -DarchetypeVersion=0.9.0 \ -DgroupId=com.myapp.test -DartifactId=testapp |