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 |
List some of the attributes of <h:form> tag in jsf?
What is jsf? Explain
List the available scopes for managed bean in jsf.
What standard jsf tag libraries do you know?
How to access css (cascading style sheets) file in jsf (javaserver faces) application?
What is the difference between jsp and jsf?
What is the role of JSF converter tags?
How to create jdbc (java database connectivity) connection in jsf (javaserver faces) application?
Compare the jsf and spring framework.
What is managed bean in jsf (javaserver faces)?
What are web resources in jsf (javaserver faces)?
Explain the life cycle of JSF?