Skip to content
zhiguangg edited this page Sep 19, 2017 · 6 revisions

Welcome to the Java-Server-Faces wiki!

Introduction:

A simple JSF 2.2 project with facelet templates. No Maven.

Facelet templates are slightly customized from Chapter 12 of Mastering JavaServer Faces 2.2 by Anghel Leonard. This generic template can customize intro page by selecting the desired sections and only their corresponding css files to keep code slim.

Requirements:

  1. Java SE 8
  2. JSF2.2 :Mojarra http://central.maven.org/maven2/org/glassfish/javax.faces/2.2.8/javax.faces-2.2.8.jar
  3. Eclipse Version: Neon.2 Release (4.6.2)
  4. Tomcat 7

To try it out:

  1. Import project to Eclipse
  2. Deploy to server
  3. Test in browse at http://localhost:8080/jsf2.2-facelet-templates/
Clone this wiki locally