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).
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.
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.
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.