I would like to know the main differences between CloudFoundry and the Google App Engine for a personal project.
I have a web application that currently runs on GAE, and I think to move it to CloudFoundry for various technical reasons.
I would like to use:
- Spring MVC and Spring Security.
- full implementation of JPA instead of DataNucleus.
- mavenize my project correctly, I cannot get maven-gae-plugin to work.
Is CloudFoundry a good alternative to GAE in my case? What is the difficulty of migration?
thanks
source share