What are some of the best practices for jsf application?
Answer / Vikas Srivastava
["Keep components simple", "Use JSF standard components whenever possible", "Minimize manual state management", "Implement proper bean scopes", "Follow a consistent naming convention", "Perform thorough testing", "Optimize performance where necessary"]
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain @ViewScoped annotations?
What are the different types of JSF events?
List some ajax attributes.
How to access js (javascript) file in jsf (javaserver faces) application?
What is h:graphicimage tag in jsf (javaserver faces)?
What is the significance of name and eager attributes in managed bean?
What is JSF?
How different components are rendered in JSF page?
How to map faces servlet instance in jsf (javaserver faces) application?
Explain the configuration process of the managed bean in jsf.
Explain the name backing bean.
List some of the attributes of <h:form> tag in jsf?