Play Web Framework for Scala

This is a guide how to setup version 1.2.2 that supports scala template engine.

- Download play framework 1.2.2RC1 from http://www.playframework.org/download
- Install scala module 'play install scala-0.9.1' (http://scala.playframework.org/)
- Create new application 'play new myapp --with scala'
- Create IntelliJ IDEA module 'play idealize myapp'
- Test application 'play run' and go to 'http://localhost:9000'

for more info check the documentation
http://scala.playframework.org/documentation/scala-0.9.1/home

if you’re new to Play watch this video

A web app in 10 minutes using Play framework from zenexity on Vimeo.

Comments

Popular posts from this blog

Parse XML to dynamic object in C#

C# Updating GUI from different thread