Wednesday, June 4, 2008

JSF Application

Any JSF application includes the followinf pieces,

* Set of JSPs for presentation
* Java Beans
* Application configuration file whch defines navigation rules,configures beans and other custom objects.
* Web.xml
* Set of custom objects created by the developers.
* Custom tags needed for reperesenting custom objects.

No comments: