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.
Google AppEngine Java Support Launches
31–35 of 35 posts
Re: Google AppEngine Java Support Launches
#32Earlier 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.
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
#33Unfortunately, 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
#34Re: Google AppEngine Java Support Launches
#35Earlier 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!