0 votes
in JSF by
What is JSF (JavaServer Faces)?

1 Answer

0 votes
by

It is a server-side component-based user interface framework. It is used to develop web applications. It provides a well-defined programming model and consists of rich API and tag libraries. The latest version JSF 2 uses Facelets as its default templating system.

...