SailFin CAFE - Maven Archetype
Steps to start developing SailFin-CAFE applications using Netbeans and Maven CAFE Archetype :
-- Create a new project : File --> New Project
-- Under maven category, select maven project.
-- Click on Add, to add the Maven CAFE Archetype to the list of available archetypes.
-- The following archetype details can be entered:
* GroupId : org.glassfish.cafe.archetypes
* ArtifactId : cafe-archetype
* Version : 1.0-SNAPSHOT
* Repository : http://download.java.net/maven/2
-- Now, select cafe-archetype and click next.
-- Enter the project details as shown in figure
-- Click Finish to create a Maven CAFE Application.
-- Right click on the project and Build it.
-- Your cafe application is ready to be deployed !!

