Hacker News new | ask | show | jobs
by jedc 4739 days ago
That's not the case for Java apps on App Engine anymore. According to http://googlecloudplatform.blogspot.co.uk/2013/06/google-app... and http://www.jboss.org/capedwarf

I run a number of apps on Python/App Engine specifically because I don't want to deal with servers/infrastructure/scaling. Sometimes the limitations aren't ideal, but it's still a trade-off I've been happy with overall.

1 comments

Right, this proves my point. You can run Java apps on JBoss. That's it. You are still limited to using their infrastructure. Don't get me wrong, that's not necessarily a bad thing. For many, it's wonderful. I'm just saying that one needs to weigh needs, capabilities and goals carefully before deciding to use Google Apps (or any other "platform") because your application has to work in their platform and moving to another platform could be very costly.

It seems obvious to say, but many technical decisions involve trade offs of one kind or the other. The ones that bind early and have high switching costs are worth thinking through at some depth.