Search code examples
javajsf-2vs-web-application-project

JSF 2.0 project Structure


We are creating a new project using jsf2.0, richfaces 4.0, jjdk 6 and tomcat 7.0 I want to know the standard way of creating project. I mean folder structure. Any sample application or book or link will be a great help to me.


Solution

  • I participated once in a project, which had Spring 3.5, JSF 1.2 and ICEFaces 1.8, was running on JDK6 and everything was deployed to Tomcat 6.0 - similar situation to yours. We used Apache Maven as a project management tool.

    Very flexible and comfortable. You could also consider using ICEFaces instead of RichFaces.