Explain the differences between a managed bean and backing bean in jsf?
Answer / Omdutt
"Managed Bean is a Java class that provides business logic for JSF components. It is configured in the faces-config.xml file.nBacking Bean, on the other hand, is a special kind of Managed Bean that holds UI component state and provides getter/setter methods to access them."
| Is This Answer Correct ? | 0 Yes | 0 No |
What is view object?
What are the different types of JSF events?
Define jsf?
What are the requirements for using integrated jsf using jdbc?
How can we obtain the generated event?
What is the significance of name and eager attributes in managed bean?
Name some important event handlers.
What are the different types of validations in JSF?
Explain value expression and method expressions in jsf?
What is h:inputext tag in jsf (javaserver faces)?
What are the three types of tags for text fields exist in jsf?
List the benefits of Expression Language?