Somebody knows an example of this? an application made开发者_JAVA技巧 with JSF 2.0 and EJB 3? directory structure, etc, those kind of things, I’m trying to approach the best way to create a Java EE app using those technologies.
You should have a look at the Glassfish Samples or the Java Petstore application that are developed in compliance to the blueprints:
Glassfish Samples: http://glassfish-samples.java.net/
Java Pet Store: https://blueprints.dev.java.net/petstore/
BluePrints: http://java.sun.com/blueprints/code/projectconventions.html
I suggest to check the Java EE 6 samples (the JSF 2.0, the Weld and EJB 3.1 samples) and the Chapter 2. Using the Tutorial Examples of the The Java EE 6 Tutorial.
精彩评论