Hello, I just wanted to let you know that we have been testing our application in tree cloud services so far, with good results in two of them:
Amazon Web Services Elastic Beanstalk. Working fine, volume load testing automatically scales instances up and down just. Heroku. Working fine, volume load testing automatically scales Dynos up and down just fine. Google App Engine, works fine in development mode, but when you deploy the ISIS app does not start. It looks like this is due to the fact that Apache Wicket uses some non scalable features of Java, and Google blocks those features of Java. Another issue is that Google App Engine only supports Java 1.7 and not 1.8 . We are using PostgreSQL in all cases. Cesar.
