jsf

Getting started with jsf

Remarks#

JavaServer Faces (JSF) is a model-view-presenter framework typically used to create HTML form based web applications. Using the standard components and render kit, stateful HTML views can be defined using Facelets or JSP tags and wired to model data and application logic via backing beans.

Versions#

VersionRelease NotesRelease Date
2.3announcement by Arjan Tijms2017-03-28
2.22013-05-21
2.12010-11-22
2.02009-07-01
1.22006-05-11
1.12004-05-27
1.02004-03-11

Installing JSF

Content has been moved back to the good ‘ol JSF wiki page

Hello World

Content has been moved back to the good ‘ol JSF wiki page

Minimum requirements

Content has been moved back to the good ‘ol JSF wiki page


This modified text is an extract of the original Stack Overflow Documentation created by the contributors and released under CC BY-SA 3.0 This website is not affiliated with Stack Overflow