Java Server Faces Question:
Download Questions PDF

Explain JSF Architecture?

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 Interview Questions And Answers PDF

Previous QuestionNext Question
Do you know JSF and AJAX?Can you explain JSF Ajax components?