Hi, To address your points:
1) Yes you have to use app-engine run. If the Google team are able to show how we can programatically start the Jetty service and have access to the full Jetty API directly then we can get run-app working. 2) Scaffolding templates work for me, but I understand Keys are preferable 3) The PMF is configured by Spring and hence is injectable into any service, domain class or controller. The same is true of the EMF if you're using JPA Regards, On Aug 14, 12:16 am, "Jason (Google)" <[email protected]> wrote: > Thanks for the note, Tom. I just updated the wiki page with this info. > - Jason > > On Wed, Aug 12, 2009 at 9:54 AM, Tom Ball <[email protected]> wrote: > > In the Will it play in App > > Engine<http://groups.google.com/group/google-appengine-java/web/will-it-play...>doc, > > Grails 1.1.1 is listed as compatible with its app-engine plugin. > > That's true only to a certain extent, but really basic support is broken: > > . You have to use the "grails app-engine run" command instead of "grails > > run-app". This blocks the use of plug-ins that extend run-app, which breaks > > Grails IDE support for project execution and debugging. > > > . The GWT plugin can't co-exist with the app-engine plugin, due to the > > above problem. > > > . The scaffolding files generate domains, controllers, and views that are > > broken on delivery. This is mostly due to domain classes created with Long > > ids instead of Keys. Looking at the one example, it's obvious that none of > > the controllers or views were based on scaffolding code. > > > . The PMF is hidden away, making it impossible (as far as I can tell) for > > services to access domain classes. > > > I vote that the "compatible" label for Grails on App Engine be changed to > > "semi-compatible" until these issues are addressed somehow. > > > Tom --~--~---------~--~----~------------~-------~--~----~ 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 [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/google-appengine-java?hl=en -~----------~----~----~----~------~----~------~--~---
