开发者

Should I deploy on GAE or AWS?

开发者 https://www.devze.com 2023-02-15 12:33 出处:网络
GAE: +1 Servlet Container ready (+ JVM6) +2 openid out-of-the-box support /API -1 JPA2.0 rest开发者_开发知识库rictions (inc. - no criteria API)

GAE: +1 Servlet Container ready (+ JVM6) +2 openid out-of-the-box support /API -1 JPA2.0 rest开发者_开发知识库rictions (inc. - no criteria API) -2 I cannot use nutch

AWS: -1 I've to manage a server. -2 I've to implement OpenID myself. -3 I cannot use JPA2 with AWS.

The points above illustrate how much/little I know, esp. of AWS. Is there how I could get an AWS Java-ready, JPA2-ready, and OpenID-ready with little-hassle as is the case with GAE.


The number 1 limitation in GAE (no SQL support and thus, unbearable JPA restrictions) is gonna fall soon: Google SQL Service Preview


Amazon Elastic Beanstalk provides you with a managed and scalable Tomcat environment (more app servers may be coming in future) http://aws.amazon.com/elasticbeanstalk/

Choice between AWS and GAE also depends a lot on your application. The design considerations behind the services are very much different. The goal of GAE is to provide ultimate scalability, but on the other hand eliminate fixed costs (if your application is serving only few customers, running it is very cheap).

GAE maybe be good if your application is lightweight (does not depend on heavy frameworks) and if you can adapt to the datastore limitations. For generic Java applications I would recommend AWS, if the costs associated with Beanstalk and RDS are not too high.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号