Porting a Grails application to GAE

Posted by xain on Stack Overflow See other posts from Stack Overflow or by xain
Published on 2010-06-06T12:58:47Z Indexed on 2010/06/06 13:02 UTC
Read the original article Hit count: 301

Filed under:
|

Hi, 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 relies on this library to enforce the security.
  2. Use of JPA or JDO instead of the hibernate plugin (I'll have to migrate the Domain classes); which one is better ?
  3. I have a growing number of pre-generated pdf files I keep uploading; is there any foreseeable problem with this?

Thanks in advance.

© Stack Overflow or respective owner

Related posts about google-app-engine

Related posts about grails