What is the difference between backing bean and managed bean?
Answer / Rohit Pant
A Managed Bean is a Java object that manages the application's state, while a Backing Bean specifically refers to the JavaBeans component used to manage UI components in JSF.
| Is This Answer Correct ? | 0 Yes | 0 No |
What are tags in jsf?
What is javaserver faces conversion model?
What is javaserver faces navigation model?
What is render kit in jsf?
Give a list of facelet tags.
What are the three types of text fields tags provided by jsf?
Explain @SessionScoped annotations?
Why jsf is not so popular as mvc framework like spring mvc, even though its older?
Give a list of important datatable operations.
Explain the required and requiredmessage attribute of the <h:inputtext> tag?
List some advantages of facelets.
Explain @viewscoped, @sessionscoped, @customscoped and @requestscoped annotations?