Due to the price increase announced yesterday for App Engine, it has gone from being free hosting to potentially unavailable.
As a result, I would like to consider what my options are for transferring my Java / JDO application from App Engine to another hosting provider.
Since JDO abstracts the base level of the database, can I fix that some SQL changes (GQL) and some minor configuration changes ( appengine-web.xml ) are all that is needed to move to another Java hosting platform?
And secondly, what other Java hosting platforms offer a similar level of performance at a lower price than the new App Engine pricing structure?
source share