1 / 14

Introduction to Java Server Faces(JSF)

Introduction to Java Server Faces(JSF). Shuang Hao. What is JSF?. A standard Java framework for building Web applications. It simplifies development by providing a component -centric approach to developing Java Web user interfaces. JSF applications are event driven.

elvis
Download Presentation

Introduction to Java Server Faces(JSF)

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Introduction to Java Server Faces(JSF) Shuang Hao

  2. What is JSF? • A standard Java framework for building Web applications. • It simplifies development by providing a component-centric approach to developing Java Web user interfaces. • JSF applications are event driven.

  3. JSF Architecture:

  4. JSF lifecycle

  5. benefits of using JSF: • JSF provides standard, reusable components for creating user interfaces for web applications. • JSF provides many tag libraries for accessing and manipulating the components. • It automatically saves the form data and repopulates the form when it is displayed at client side. • JSF encapsulates the event handling and component rendering logic from programmers, programmers just use the custom components. • JSF is a specification and vendors can develop the implementations for JSF. • There are many GUIs available these days to simplify the development of web based application based on JSF framework.

  6. components • The true power of JSF in its user interface component model where applications are merely built from collections of components that can render themselves in diverse ways for multiple client types. • A simple component: Input Text:

  7. Examples of components: 1. Menu component 2. Media component 3. Table component

  8. A Simple Example:

  9. Example(cont.):

  10. With correct password Displays the user name that is stored in the backing bean.

  11. With wrong password:

  12. Create a JSF page

  13. Navigation: • JSF navigation links from the Welcome page to the Login page and then to the Hello page.

  14. References: • http://www.oracle.com/technology/tech/java/newsletter/articles/introjsf/index.html • http://www.roseindia.net/jsf/whatisjsf.shtml • What is JSF? Roosendaal - 22/09/2005, Gie Indesteege - ABIS Training & Consulting

More Related