What is managed bean and backing bean in jsf?
Answer / Trilok Kumar
In JSF, a Managed Bean is a Java class that represents a component of the application. A Backing Bean is a specific type of Managed Bean that is used to handle the business logic and state of the UI components.
| Is This Answer Correct ? | 0 Yes | 0 No |
Name several facelets tags.
What are the different types of JSF events?
What are the various jsf api implementations you know?
What does navigation rule mean in jsf?
What is the use of controller module?
What are the available scopes for the managed bean?
How to map faces servlet instance in jsf (javaserver faces) application?
What is f:validatelongrange tag in jsf (javaserver faces)?
How to declare the message beans in the faces –config.xml file?
List the benefits of using an expression language?
What are the different types of Page Navigation supported in JSF?
List some advantages of facelets.