Play Framework

Play Framework 2 & HTML5 on Heroku at Philly ETE and Devoxx Paris

Over the next few weeks I’ll be doing a few presentations about Java, Scala, Play Framework 2, HTML5, and Heroku: Wednesday April 11 @ 11:30am - Emerging Technologies for the Enterprise (Philedephia, PA) - HTML5 Apps in Java & Scala with the Play Framework Wednesday April 18 @ 13:30 - Devoxx (Paris, France) - Developing, Deploying and Scaling in the Cloud with Play Thursday April 19 @ 14:30 - Devoxx (Paris, France) - Client/Server Apps with HTML5 and Java

Java on Heroku at NH JUG and DevNexus 2012

This week I’ll will be doing a few presentations about running Java and Play apps on Heroku: Portsmouth, NH on Tuesday March 20 @ 6:30pm - Running Java, Play! and Scala Apps on the Cloud DevNexus in Atlanta, GA on Wednesday March 21 @ 2:30pm - Introduction to Heroku DevNexus in Atlanta, GA on Thursday March 22 @ 2:30pm - Intro to Play Framework Hope to see you there!

Tutorial: Play Framework 2 with Scala, Anorm, JSON, CoffeeScript, jQuery & Heroku

Play Framework 2 RC2 has been released and it is quickly becoming a mature and productive way to build modern web apps. Lets walk through building a quick app with Play 2, Scala, Anorm, JSON, CoffeeScript, and jQuery. Once the app works locally we will deploy it on the cloud with Heroku. (Note: This is the Play 2 + Scala version of my Play 1 + Java tutorial.) You can grab the completed source from GitHub.

Heroku Java UG Tour: Seattle, Gainesville, and Orlando

My Java User Group Tour continues this week in Seattle, Gainesville, and Orlando. I’ll be presenting about how to run Java, Play Framework, and Scala apps on the Cloud. Check out the JUG sites for details: Tuesday February 21 in Seattle Wednesday February 22 at the Gator JUG Thursday February 23 in Orlando Hope to see you there!

Video: Java, Play Framework & Scala Apps on Heroku

If you haven’t been able to make it to one of my Java User Group talks about Heroku but you want to see the presentation, then you are in luck! The Portland JUG recorded my talk on Running Java, Play Framework, and Scala Apps on the Cloud with Heroku. Check it out and let me know if you have any questions or comments. Thanks!

Heroku at Jfokus and Spring I/O 2012

In just a few weeks I’ll be over in Europe presenting about Heroku at two fantastic Java conferences. First up is Jfokus in Stockholm! On February 14 at 20:00 I will be leading a Cloud Conversations BoF. Then on February 15 at 11:10 I will be speaking about how to “git push” Java & Play! Apps to the Cloud. This will be my first time speaking at Jfokus and I’m really excited because I’ve heard such great things.

Try the New Play Framework Heroku Plugin

I just published a [Heroku Plugin for Play Framework][1]. Right now it just deploys a Play app to Heroku. Try it out: [Signup for a Heroku account][2] Install the Heroku plugin locally: ```bash $ play install heroku 3. Create a Play (1.2.3 or 1.2.4) app: ```bash $ play new foo --with heroku Or if you already have an existing Play app, add the follow line to the _conf/dependencies.yml_ file and then run "play deps -sync": ```yaml play -> heroku 0.

Just Released the S3Blobs Play Framework Module for Amazon S3

I’ve just posted the first release of the S3Blobs Play Framework Module. This module makes it easy to upload and download files from Amazon S3 from a JPA entity in a Play Framework Java application. This module is based on a POC that I did a few months ago, the JPA stuff from Tim Kral, and the modularization done by Roderik van der Veer. For more details on how to use the module check out the documentation, my tutorial (slightly out of date now), and the source code.