Archive

Posts Tagged ‘quickstart’

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…

Categories: Java Tags: ,

Quick start JEE6-JSF2-CDI-Hibernate-SEAM-Maven

This blog post will let you create a JEE6 web application in minutes. We will use the build tool Seam Forge. This will create a JEE6 webapplication by asking specific questions and uses Maven. In other words, it will create a Maven project with al it’s dependencies and versions so you don’t have to worry about the jar hell. Read more…

Categories: Java Tags: , , , , , , ,
Follow

Get every new post delivered to your Inbox.