Tuesday, November 29, 2011

What does component mean and what are its types?

1. Components in JSF are elements like text box, button, table etc. that are used to create user interfaces of JSF Applications. These are objects that manage interaction with a user. Components help developers to create UIs by assembling a number of components , associating them with object properties and event handlers. Would u like to repeat the same code again & again and waste time if u want to create many tables in hundreds of pages in your web application? Not at all. Once you create a component, it?s simple to drop that component onto any JSP. Components in JSF are of two types :
Category:JSF Interview Questions

No comments:

Post a Comment