Hi all,Today i want to give some introduction about another leading technology in j2ee environment JSF(java server faces).
JSF is a server-side technology for developing web applications,It is also an MVC framework for ensuring applications are maintained in proper and simple way,It is an event driven framework,and uses xml file faces-config.xml
Advantage of JSF
1.It gives standard valuable component for creating user interface
2.It has many tag libraries for accessing and manipulating the components
3.JSF automatically saves the form data and republish and repopulates the form when it is displayed at client side
4.For each request many events are handled by JSF
5.Reusability is the biggest advantage when it comes to use several forms in same page
So we have seen some introduction from next tutorial we see examples about JSF