FWIW, my script doesn't include the "controller all --package ~.web" and I'm launching the app from within STS by right clicking the project and selecting "Run As -> Web Application". The app...
Type: Posts; User: eighty; Keyword(s):
FWIW, my script doesn't include the "controller all --package ~.web" and I'm launching the app from within STS by right clicking the project and selecting "Run As -> Web Application". The app...
@Alan: +1 for using GOOGLE_APP_ENGINE as the database. The following Roo script:
project --topLevelPackage gov.nsf.sl
persistence setup --provider DATANUCLEUS --database GOOGLE_APP_ENGINE...
On the heels of Google I/O, I created a new project configured with GAE persistence and a GWT front end using the following Roo script: http://goo.gl/fQX9
I'm able to launch and run it in...