The Heroku Java User Group Tour continues next week:
The sessions will teach you how to deploy Java, Play! and Scala apps on the cloud with Heroku. Hope to see you there!
The Heroku Java User Group Tour continues next week:
The sessions will teach you how to deploy Java, Play! and Scala apps on the cloud with Heroku. Hope to see you there!
As expected… Devoxx 2011 rocked! Such a fun conference with top notch sessions and people. I presented a session on how to deploy Java, Play Framework, and Scala apps on Heroku. Matt Raible did a great (and very thorough) write-up on my session. Thanks Matt! Here are my slides:
There was also some hot news at Devoxx… Play Framework 2 is the official web framework in the Typesafe Stack! And Heroku already supports Play 2! Awesome stuff.
One great thing about Heroku is the freedom to use any APIs and any application server. On Heroku you bring your application server with you. The easiest way to do this is by specifying your app server as a dependency of your application. This allows for maximum control and avoids the pain associated with developer and production environments using different versions of the container.
Most of the articles that have been written about running Java on Heroku use embedded Jetty since it’s lightweight and easy to specify as a dependency. But you can also use Apache Tomcat in the same way. There is now a great article on the Heroku Dev Center that walks you through how to do it. Check it out:
Create a Java Web Application using Embedded Tomcat
If you want to get started with a simple demo application on Heroku then try a little app that I’m working on:
Just select the demo you want (like “Simple Web App with Maven and Tomcat”), put in your email address, and a clone of the demo will be created and deployed on Heroku that is all yours to play with. Let me know what you think. Thanks!
Next Monday at the San Francisco Scala User Group I will be co-presenting about Akka, Heroku, sbt and BlueEyes with Mike Slinn – a long time friend and mentor. In the presentation we will be talking about a building client/server apps with HTML5 on the client and Scala & JSON services on the server. We will also show how to deploy these applications on the cloud with Heroku. Hope to see you there!
Devoxx is one of my favorite conferences of the year so I’m lucky to be presenting there again this year. This Thursday at noon I’ll be presenting about Heroku and how to deploy Java, Play Framework, and Scala apps on the cloud. Hopefully see you there!
On November 10, 2011 Sandeep Bhanot and I will be presenting an Introduction to Java & Play Framework on Heroku at the Hacker Dojo in Mountain View. Space is almost gone, so register now! Hope to see you there.
On Wednesday November 9, 2011 I’ll be presenting “Running Java, Play! and Scala Apps on the Cloud” at the Dallas Java User Group. If you are in the Dallas area then I hope to see you there!
Last week I posted the steps to getting started with Play Framework and Scala. Here is a video that walks through those steps in real-time:
Let me know if you have any questions.
JetBrains just announced that they have posted a new EAP release of IntelliJ IDEA that supports Play Framework apps! Here is a quick video I recorded that shows how to get IntelliJ setup with a Play app:
Thanks JetBrains! This is awesome stuff!