Hacker Newsnew | past | comments | ask | show | jobs | submitlogin
Google App Engine to support Java (controlenter.in)
18 points by jwilliams on Oct 19, 2008 | hide | past | favorite | 17 comments


Sigh, I want Ruby support...but I'm building my app in Python anyways and Python isn't as bad as I thought (you get used to the indentation style and the sprinkling of "self" in methods).


I don't see why any of the JVM languages wouldn't work...


Indeed. I plan on giving jruby a shot.


Heroku?


Ha, then you could run AppJet on Google.


Anyone know if they are going to use some sort of existing Java MVC framework or if they're going to create their own?


Hopefully they create their own. There's not one java framework I think is nice.


Obviously they are going to base it upon a famous Java FW, but do it themselves.


Like GWT?


GWT doesn't really require anything on the server (it doesn't have to even be java/JVM), so its kinda already supported for folks that want to use it for the front end.


Therefore, if you use GWT you don't need an MVC framework for Java anymore.


correct. You could make do with servlets. Or if you want to use JSON you could use anything.


I am keen on the other question mentioned in the post. "Whereas Cpp seems to be the most popular language by Google code Jam statistics, How come Java turns out to be the supported one, based on popularity?"


In the cloud you want to share resource to drive down costs - that means hosting multiple requests in one process. To maintain security/stability in such case the language must lend itself to sandboxing either by code verification or running in a VM. Hence Python and Java.


I hope OSGi is supported!


You'd have to assume that it would have to be... otherwise it would be a god-awful mess...


Unlike eclipse of course, which isn't plagued by classpath issues and runtime errors, causing plugin authors pain, users pain (which plugin version, will this plugin break that plugin etc). Osgi couldn't be behind that could it?

Great in theory. Eye stabbing in practice. Just like spring compared to guice.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: