Java Server Faces Question:

Explain JSF Architecture?

Tweet Share WhatsApp

Answer:

JSF developed based on MVC design pattern. Therefore, the applications can be scaled better and well maintained. It is standardized pattern driven by Java Community Process. The advantage of JSF is both Java web user interface and a framework which perfectly fits with MVC. The presentation and behaviour of a web application is a clean separation. UI can be created by web page authors and the business logic can be utilized by managed beans. There are controllers which can be used to perform user actions.

Download Java Server Faces PDF Read All 18 Java Server Faces Questions
Previous QuestionNext Question
Do you know JSF and AJAX?Can you explain JSF Ajax components?