What are some of the best practices for jsf application?



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

Post New Answer

More Java Server Faces (JSF) Interview Questions

Explain @ViewScoped annotations?

1 Answers  


What are the different types of JSF events?

1 Answers  


List some ajax attributes.

1 Answers  


How to access js (javascript) file in jsf (javaserver faces) application?

1 Answers  


What is h:graphicimage tag in jsf (javaserver faces)?

1 Answers  


What is the significance of name and eager attributes in managed bean?

1 Answers  


What is JSF?

1 Answers  


How different components are rendered in JSF page?

1 Answers  


How to map faces servlet instance in jsf (javaserver faces) application?

1 Answers  


Explain the configuration process of the managed bean in jsf.

1 Answers  


Explain the name backing bean.

1 Answers  


List some of the attributes of <h:form> tag in jsf?

1 Answers  


Categories