Google AppEngine Java Support Launches(techcrunch.com)
techcrunch.com
Google AppEngine Java Support Launches
http://www.techcrunch.com/2009/04/07/live-from-google-campfire-09/
34 comments
Hmm 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
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 environment.Don't forget JavaScript via Rhino!
Someone already got Helma running on it: http://helma-ng.appspot.com/
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]
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]
Microsoft's Azure has support for native PHP with FastCGI.
And EC2 has support for everything.
Don't forget Jython!
In that case, you will want to read:
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
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
[deleted](1)
that would be very cool.
Ditto.
and cron!
Google's blog: http://googleappengine.blogspot.com/
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.
Unfortunately, there's still very poor support for HTTPS. The limited HTTPS support is what keeps me from deploying any applications on it.
Coo, I wonder if WebObjects can be levered into this, then.
people working on appengine really want java? Isn't write webapps in java unproductive? I would figure developers would rather have ruby,php instead.
people working on appengine really want java?
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.
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.
The word "Java" is misleading; it's really the JVM, which means most of the mainstream web programming languages, in their JVM versions.
HN etiquette note:
The parent post is neither a troll, spam, or off-topic, and thus should not be downvoted.
A simple "no upvote" would suffice. If you disagree add a substantive rebuttal to your "no upvote".
The parent post is neither a troll, spam, or off-topic, and thus should not be downvoted.
A simple "no upvote" would suffice. If you disagree add a substantive rebuttal to your "no upvote".
How do you define troll? A blanket statement labelling an entire technology with a pejorative without any justification or explanation seems fairly trollish to me.
However both of us are certainly off-topic and should be downvoted heavily :-)
However both of us are certainly off-topic and should be downvoted heavily :-)
[deleted]