Explain different ways of declaring a managed bean in JSF?
Answer / Anurag Lohant
"Managed beans can be declared using several methods in JSF: 1. Annotation (using @ManagedBean and @SessionScoped, @RequestScoped, or @ApplicationScoped), 2. XML Deployment Descriptor (web.xml) - using <managed-bean> tag."
| Is This Answer Correct ? | 0 Yes | 0 No |
How does render phase work in jsf (javaserver faces) life cycle?
What is h:inputsecret tag in jsf (javaserver faces)?
What are the standard converters in jsf (javaserver faces)?
What is javaserver faces navigation model?
What are the different types of expressions supported by jsf el (expression language)?
What is the use of jsf life cycle?
Explain @RequestScoped annotations?
Explain @viewscoped, @sessionscoped, @customscoped and @requestscoped annotations?
Give the system requirements for the jsf use.
What are the mvc design modules?
What are converter tags in JSF?
What is the role of JSF converter tags?