See Java EE 6 in action
I’ve just released a new project called Knappsack which is a set of Maven archetypes for Java EE 6. In addition to the usual starter projects, these archetypes provide complete example applications so you can see the features of JEE 6 and play around with it without having to butcher existing demo applications.
JEE, JSF, JPA and CDI demo
The archetypes are based on the Weld Maven Archetypes and have been extended to contain a project that comes complete with a sandbox data model and pre-populated data, and also a full demo application that makes use of a number of Java EE 6 features. The projects have been tested and works with Glassfish (with a Weld update) and JBoss 6 Milestone 3.
One thought on “See Java EE 6 in action”
Comments are closed.
Hi Andy, thanks for the example, I have just recently made a comment at http://www.fluttercode.com/article/knappsack-archetypes-part-1/ … having some trouble deploying this with maven (maybe because I am unfamiliar with maven and archetypes..) Hopefully you can provide some steps on how to deploy this. Thanks!