|
- JavaServer Faces (JSF) Tutorial - Online Tutorials Library
This tutorial has been prepared for the beginners to help them understand basic JSF programming After completing this tutorial, you will find yourself at a moderate level of expertise in JSF programming from where you can take yourself to the next levels
- JSF - Quick Guide - Online Tutorials Library
JavaServer Faces (JSF) is a MVC web framework that simplifies the construction of User Interfaces (UI) for server-based applications using reusable UI components in a page
- JSF - Overview - Online Tutorials Library
What is JSF? JavaServer Faces (JSF) is a MVC web framework that simplifies the construction of User Interfaces (UI) for server-based applications using reusable UI components in a page JSF provides a facility to connect UI widgets with data sources and to server-side event handlers
- JSF - First Application - Online Tutorials Library
To create a simple JSF application, we'll use maven-archetype-webapp plugin In the following example, we'll create a maven-based web application project in C:\JSF folder
- JSF - Online Tutorials Library
JavaServer Faces is a standardized display technology, which was formalized in a specification through the Java Community Process This tutorial will teach you basic JSF concepts and will also take you through various advance concepts related to JSF framework
- JSF - Basic Tags - Online Tutorials Library
JSF provides a standard HTML tag library These tags get rendered into corresponding html output For these tags you need to use the following namespaces of URI in html node <html xmlns = "http: www w3 org 1999 xhtml" xmlns:h = "http: java sun com jsf html"> Following are the important Basic Tags in JSF 2 0
- JSF - Ajax - Online Tutorials Library
Once you are ready with all the changes done, let us compile and run the application as we did in JSF - First Application chapter If everything is fine with your application, this will produce the following result
- JSF - Architecture - Online Tutorials Library
JSF technology is a framework for developing, building server-side User Interface Components and using them in a web application JSF technology is based on the Model View Controller (MVC) architecture for separating logic from presentation
|
|
|