Quick start for playframework
As Derk just released a blog showing us how to install a web application using JEE6-JSF2-CDI-Hibernate-SEAM-Maven I thought it would be nice to show how this can also be done using Playframework, but slightly quicker. This is not intended to bash other framweworks, but serves just as a comparison.
So first download the playframework from her and unzip the file somewhere.
Then add the playframework’s directory to your path, so it can be found everywhere. Now its time to create the application base. Type :
play new mywebapp
and press enter.
Read more…
Recent Comments