You you like a really fast start with GAE ? Less then 5 min .. and
have a running application ?

you can read here : 
http://dmakariev.blogspot.com/2010/01/jsf-20-with-spring-3-and-spring.html

or try this steps:

1. mvn archetype:generate -DarchetypeCatalog=http://
sandcode.googlecode.com/svn/maven2/
/choose (1) - gae-archetype/
2. mvn install
3. dev_appserver target/YOUR_ARTIFACT_ID

if you want to extend your just created application :

1. mvn -Pcrud -Ddomain=Book -Dfields=title,author,remarks
2. mvn install
3. dev_appserver target/YOUR_ARTIFACT_ID

open http://localhost:8080

enjoy :)

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To post to this group, send email to google-appengine-j...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.

Reply via email to