What is JSF?
JSF is a rich featured framework of JAVA technology. JSF provides a set of standard features that makes it a powerful and standard among the existing technologies available for the development of web application based on java technologies. How JSF Fits For Web Applications?
Where can I learn JSF concepts in easy and sequential way?
This tutorial at RoseIndia is the best place to go through JSF concepts in easy and sequential way. This tutorial will take you through the basics of JSF to developing robust JSF web applications.
What is the life cycle of JSF web application?
Life cycle of a JSF web application starts when user makes a request. On submission of a page various further tasks are performed like validation of data provided in components in the view, data conversion according to types specified on server side .
What are backing beans in JSF?
In an JSF application, backing beans (managed beans) are used that can be associated with UI components. This is the login application in which you will get the complete login facilities whatever should be in a web based application for protecting the page or the website accessibility.