What is the use of controller module?
Answer / Rashmi
The Controller Module in JSF is responsible for handling user requests and managing the business logic of an application. It often includes Managed Beans, which hold data used by multiple components, as well as methods that perform actions based on user interactions.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the use of the view module?
Tell us about the @viewscoped, @sessionscoped, @customscoped and @requestscoped annotations.
What is the difference between instant and deferred expressions?
Can jsf contain multiple configuration files?
How to configure managed bean in the xml file?
What is h:graphicimage tag in jsf (javaserver faces)?
What does navigation rule mean in jsf?
What is jsf life cycle and its phases?
What are Data Bound table components ?
How to display error messages in JSF?
What are different implementations of JSF API?
What is h:inputtextarea tag in jsf (javaserver faces)?