|
Project Information
Links
|
Maven Archetype for GAE/J project4 Steps to start GAE/J project1 create GAE/J project from maven archetype, artifactId is the app id. > mvn archetype:generate -DarchetypeCatalog=http://www.mvnsearch.org/maven2 2 Download Google App SDK (only once) > mvn gae:unpack 3 Run Server & Test > mvn gae:run 4 Deploy > mvn gae:deploy GAE/J SSJ(Strut2, Spring and JPA) and Gaelyk archetypes ready!
|