Skip to content

Latest commit

 

History

History
46 lines (33 loc) · 1.74 KB

README.adoc

File metadata and controls

46 lines (33 loc) · 1.74 KB

helloworld-rf: Helloworld with a JSF (JavaServer Faces) Front End

Similar to the helloworld quickstart, but with a JSF front end.

What is it?

This project demonstrates how to create a {javaVersion} compliant application using JSF 2.2, CDI 1.2, and RichFaces 4.5.

In this example, a standard JSF h:inputText component is AJAX enabled using the RichFaces a4j:ajax tag. This triggers the application server to re-render only a subsection of the page on a browser event.

Debug the Application

If you want to debug the source code or look at the Javadocs of any library in the project, run either of the following commands to pull them into your local repository. The IDE should then detect them.

$ mvn dependency:sources
$ mvn dependency:resolve -Dclassifier=javadoc