What is the use of controller module?



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

Post New Answer

More Java Server Faces (JSF) Interview Questions

What is the use of the view module?

1 Answers  


Tell us about the @viewscoped, @sessionscoped, @customscoped and @requestscoped annotations.

1 Answers  


What is the difference between instant and deferred expressions?

1 Answers  


Can jsf contain multiple configuration files?

1 Answers  


How to configure managed bean in the xml file?

1 Answers  


What is h:graphicimage tag in jsf (javaserver faces)?

1 Answers  


What does navigation rule mean in jsf?

1 Answers  


What is jsf life cycle and its phases?

1 Answers  


What are Data Bound table components ?

1 Answers  


How to display error messages in JSF?

1 Answers  


What are different implementations of JSF API?

1 Answers  


What is h:inputtextarea tag in jsf (javaserver faces)?

1 Answers  


Categories