Google AppEngine Java Support Launches
11–20 of 35 posts
Re: Google AppEngine Java Support Launches
#12people working on appengine really want java? Isn't write webapps in java unproductive? I would figure developers would rather have ruby,php instead.
After more than 8 years of coding in Java, I had to pick up Python (and Django) so as to start using GAE for my startup.
Now, looking at those sample code in Java (and JSP) and the related XML configurations for GAE, I don't think I want to go back to Java - unless I am paid to do so, say for services.
Re: Google AppEngine Java Support Launches
#13Hmm I'd like to see JRuby running on app engine. Who else would?
http://olabini.com/blog/tag/gae/
which includes:
* Dynamic languages on Google App Engine - an overview * JRuby on Rails on Google App Engine * Java on Google App Engine
Re: Google AppEngine Java Support Launches
#14Earlier quoted context omitted.
[deleted]
Believe it. [update] Alright no one likes TinyURL. I get it. Here's a more informative tutorial about running Clojure on GAE. http://elhumidor.blogspot.com/2009/04/clojure-on-google-appe...
http://fragmental.tw/2009/04/08/clojure-on-google-app-engine...
And, why use TinyURL here? Your destination URL isn't long; there's no constraining limit to comment URL sizes.
Re: Google AppEngine Java Support Launches
#15people working on appengine really want java? Isn't write webapps in java unproductive? I would figure developers would rather have ruby,php instead.
Re: Google AppEngine Java Support Launches
#16Re: Google AppEngine Java Support Launches
#17Hmm I'd like to see JRuby running on app engine. Who else would?
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…
Re: Google AppEngine Java Support Launches
#18Re: Google AppEngine Java Support Launches
#19Hmm I'd like to see JRuby running on app engine. Who else would?
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…
Re: Google AppEngine Java Support Launches
#20Earlier 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.