Porting a Grails application to GAE

前端 未结 3 1123
遥遥无期
遥遥无期 2021-02-06 17:16

I currently have a Grails application I\'m evaluating to port to Google App Engine and I\'d like to know experiences regarding:

  1. Acegi security: the application rel
3条回答
  •  Happy的楠姐
    2021-02-06 18:13

    This isn't the answer you want, I'm sure, but I spent some time exploring Grails on GAE and finally came to the conclusion that it's not a good fit. By the time you give up (or work around) the native Domain capabilities, forego many of the plugins, and deal with the host of other minor incompatibilities, you've essentially wiped out most of the productivity advantage of Grails. I'd consider a standard J2EE, a compatible framework, or possibly a GWT based app for GAE. If you want to stick with Grails, I'd host it on AWS or a dedicated J2EE hosting provider.

    That said, I hope the integration eventually works cleanly because GAE is a pretty cool engine/model.

提交回复
热议问题