how JSF is different from conventional JSP?
Answer / Kamna Varshney
JSF differs from conventional JSP in several ways, including a component-based architecture, more robust data binding features, improved separation of concerns between UI and business logic, and support for a richer set of user interactions (such as AJAX). Additionally, JSF provides better reusability of components through the `<ui:component>` tag.
| Is This Answer Correct ? | 0 Yes | 0 No |
Name several facelets tags.
What does the @applicationscoped annotation indicate?
Name some important event handlers.
Can we integrate jsf with other popular frameworks such as spring, hibernate etc?
Explain the difference between the required and requiredmessage attributes in the <h: inputtext> tag.
What does ajax stand for?
why is jsf used for?
How to access web.xml init parameters from JSP page?
How to access css (cascading style sheets) file in jsf (javaserver faces) application?
Explain the purpose of the <h: form> tag.
what is rendering of page in JSF?
Explain the purpose of the selectone menu tag in jsf.