top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

What are the benefits of using JSF(Java Server Faces) Framework?

0 votes
461 views
What are the benefits of using JSF(Java Server Faces) Framework?
posted Sep 26, 2017 by anonymous

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

0 votes

Some of the benefits of using JSF framework are:

  1. Clean separation between presentation and business logic.
  2. Manages UI state across multiple server requests.
  3. Implementation of custom components.
  4. Easier flow of data between the components.
  5. JSF specs that helps custom implementations such as PrimeFaces.
answer Sep 27, 2017 by Sourav Kumar
...