Heroku Java User Group Tour: Columbus and Orange County

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!

Posted in Heroku, Java, Play Framework, Scala | Leave a comment

Heroku Preso from Devoxx 2011

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.

Posted in Conferences, Heroku, Java, Play Framework, Scala | Leave a comment

Using Apache Tomcat on Heroku

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:

http://java.herokuapp.com/

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!

Posted in Heroku, Java | 5 Comments

Akka, Heroku, sbt and BlueEyes at the SF Scala UG

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!

Posted in Akka, Heroku, Scala | Leave a comment

Heroku at Devoxx 2011

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!

Posted in Conferences, Heroku, Java, Play Framework, Scala | Leave a comment

Intro to Java & Play! on Heroku in Mountain View

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.

Posted in Heroku, Java, Play Framework | 1 Comment

Java, Play! & Scala on Heroku at the Dallas JUG

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!

Posted in Heroku, Java, Play Framework, Scala | 2 Comments

Video: Play Framework Scala Apps on the Cloud

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.

Posted in Play Framework, Scala | 2 Comments

Setting Up Play Framework Apps in IntelliJ IDEA

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!

Posted in Java, Play Framework | 3 Comments