Live data from Hacker News

Google AppEngine Java Support Launches

techcrunch.com

31–35 of 35 posts

Re: Google AppEngine Java Support Launches

#31
post #26
post #22

Earlier quoted context omitted.

Try writing a high throughput webapp in ruby or php, then come back. Java is orders of magnitude easier to scale.

Languages don't scale.

Fortunately Java is not a language but a runtime + library + language. And it scales great :-)

Re: Google AppEngine Java Support Launches

#32
post #7

Earlier quoted context omitted.

I wonder if it will run all Java bytecode. Scala and Clojure would be great. Plus PHP (via Quercus) would convert a lot of developers. Edit: looks like it should! http://code.google.com/appengine/docs/java/runtime.html App Engine runs your Java web application using a Java 6 JVM in a safe "sandboxed" environemnt. App Engine invokes your app's servlet classes to handle requests and prepare responses in this environmen…

I'd much rather have native PHP support than have to run PHP through an unnecessary layer of Java. Thanks but no thanks.

I never do this but...

Why was this downmodded so much? I don't get it. Wanting to have native PHP support seems like a perfectly reasonable wish.

[Edit: Now it seems out of context, but the parent was at -2 when I posted this]

Re: Google AppEngine Java Support Launches

#33
The interesting thing is that this is based on some of the standard Java EE APIs, unlike the Python edition, which was nearly 100% proprietary.

Unfortunately, there's still very poor support for HTTPS. The limited HTTPS support is what keeps me from deploying any applications on it.

Re: Google AppEngine Java Support Launches

#34

Earlier quoted context omitted.

I'd much rather have native PHP support than have to run PHP through an unnecessary layer of Java. Thanks but no thanks.

Microsoft's Azure has support for native PHP with FastCGI.

And EC2 has support for everything.

Re: Google AppEngine Java Support Launches

#35
post #7

Earlier quoted context omitted.

I wonder if it will run all Java bytecode. Scala and Clojure would be great. Plus PHP (via Quercus) would convert a lot of developers. Edit: looks like it should! http://code.google.com/appengine/docs/java/runtime.html App Engine runs your Java web application using a Java 6 JVM in a safe "sandboxed" environemnt. App Engine invokes your app's servlet classes to handle requests and prepare responses in this environmen…

Don't forget JavaScript via Rhino!

Someone already got Helma running on it: http://helma-ng.appspot.com/
Post reply on HN