Creating Custom Components using JSF


 

Creating Custom Components using JSF

JSF contains its basic set of UI components and provides an easy way of creating custom components of your own according to the need of the application.

JSF contains its basic set of UI components and provides an easy way of creating custom components of your own according to the need of the application.

JSF contains its basic set of UI components and provides an easy way of creating custom components of your own according to the need of the application. Components in JSF are elements like text box, button, table etc. that are used to create user interface of JSF Applications. One of the greatest powers of JSF is to support third party components created by another vendor. The article ?JSF Components? clears the basic idea about Standard Components, Custom Components and the importance of third party components.

To get the full description, click:
JSF Components

Ads