What is JavaServer Faces?

What is JavaServer Faces?

Ninja Asked on 19th September 2018 in JSF.
Add Comment
1 Answer(s)
Best answer

JavaServer Faces technology is a server-side component framework for building Java technology-based dynamic web applications.

JavaServer Faces technology consists of the following:

  • An API for representing components and managing their state; handling events, server-side validation, and data conversion; defining page navigation; supporting internationalization and accessibility; and providing extensibility for all these features.
  • Tag libraries for adding components to web pages and for connecting components to server-side objects
Ninja Answered on 19th September 2018.
Add Comment