Programming is hard by Stephan Schmidt

Google App Engine to Support Java Now?

According to this blog post:

“In the recent event Google Developers Day, Bangalore, the Keynote speaker Prasad Ram said that Google Appengine will now support Java. [...] “Java”, said the other speaker, “was chosen based on the community feedback.”

Splendid! I hope this includes Scala somehow. This would at last be an easy way to deploy Java web applications, one thing up to now only PHP could claim (and to a lesser amount Ruby and Python).

If you liked this post, subscribe to my free full RSS feed.
Filed under: Java, Scala

You can share this post!
Do you want to tell others about this article? Use the social bookmark icons to submit this artice to the service of your choice. Thanks.

Get free updates by email

If you did like this article you can get free updates with your RSS reader, you can follow me on Twitter or get free update to new posts by email. Enter your email:

 
About the author: Stephan has been working as a head of development and CTO. He has experiences in different technologies since 20 years including Java, Rails and Python. Stephans main field of interest is maintainablity and productivity in software development. Want to know more? All views are only his own.

Comments

If you can deploy Java, you can deploy Scala. As David Pollak says: it’s just another library. Compile your Scala sources using scalac, JAR up the classes using whatever you please and then distribute with the scala-library.jar file. Any vanilla JVM should be able to run the result.

stephan

Well it lloks like there are restrictions and some people are not happy with the Python installation in Appengine. Because it seems it’s not vanilla Python.

Leave a Reply