background preloader

Jsf tutorials

Facebook Twitter

JSF Tutorial Net. Simple JSF. In this tutorial, we will show you an example of a JSF application developed without any special IDE. We won't dwell on the theory behind JSF here. There are plenty of sites and books that will do that for you. Instead, we will go quickly into the construction of this simple application that we hope can form the basis for you to start developing more advanced applications.

What Is JavaServer Faces? Per our promise, we will keep the background simple. Page navigation specification Standard user interface components like input fields, buttons, and links User input validation Easy error handling Java bean management Event handling Internationalization support JSF provides the common plumbing for any Web application allowing you to concentrate on your specific application (instead of worrying about things like how to create a link from one page to another).

What Will You Need? You will need the following to complete this tutorial: What Are We Going to Build? You may have guessed by now. <?