Hi, I currently have a Grails application I'm evaluating to port to Google App Engine and I'd like to know experiences regarding:
- Acegi security: the application relies on this library to enforce the security (update: just learned that it's based on hibernate so can't be ported; any recommended replacements?).
- Use of JPA or JDO instead of the hibernate plugin (I'll have to migrate the Domain classes); which one is better ?
- I have a growing number of pre-generated pdf files I keep uploading; is there any foreseeable problem with this?
Thanks in advance.