- JBoss Tools 3 Developers Guide
- Anghel Leonard
- 393字
- 2021-05-21 20:15:38
Overview of JSF
Java Server Faces (JSF) is a popular framework used to develop User Interfaces (UI) for server-based applications (it is also known as JSR 127 and is a part of J2EE 1.5). It contains a set of UI components totally managed through JSF support, like handling events, validation, navigation rules, internationalization, accessibility, customizability, and so on. In addition, it contains a tag library for expressing UI components within a JSP page. Among JSF features, we mention the ones that JSF provides:
- A set of base UI components
- Extension of the base UI components to create additional UI component libraries
- Custom UI components
- Reusable UI components
- Read/write application date to and from UI components
- Managing UI state across server requests
- Wiring client-generated events to server-side application code
- Multiple rendering capabilities that enable JSF UI components to render themselves differently depending on the client type
- JSF is tool friendly
- JSF is implementation agnostic
- Abstract away from HTTP, HTML, and JSP
Speaking of JSF life cycle, you should know that every JSF request that renders a JSP involves a JSF component tree, also called a view. Each request is made up of phases. By standard, we have the following phases (shown in the following figure):
- The restore view is built
- Request values are applied
- Validations are processed
- Model values are updated
- The applications is invoked
- A response is rendered
- During the above phases, the events are notified to event listeners
We end this overview with a few bullets regarding JSF UI components:
- A UI component can be anything from a simple to a complex user interface (for example, from a simple text field to an entire page)
- A UI component can be associated to model data objects through value binding
- A UI component can use helper objects, like converters and validators
- A UI component can be rendered in different ways, based on invocation
- A UI component can be invoked directly or from JSP pages using JSF tag libraries
Note that these are the theoretical aspects of the JSF framework meant to get you familiar with the model and components of the JSF engine. For practical examples and a complete tutorial, you can access resources like http://java.sun.com/javaee/javaserverfaces/reference/docs/.
If you have never worked with JSF or have less experience in doing so, then it is absolutely mandatory to access a more detailed documentation before going further.
- Microsoft Forefront UAG 2010 Administrator's Handbook
- Active Directory Disaster Recovery
- Visio圖形設計從新手到高手(兼容版·第2版)
- Software Testing using Visual Studio 2010
- SolidWorks 2021中文版機械設計從入門到精通
- ADempiere 3.6 Cookbook
- Photoshop CS6從入門到精通
- JBoss Tools 3 Developers Guide
- Photoshop+AE UI動效設計從新手到高手
- AI繪畫+LoRA模型訓練從新手到高手
- Unity 3D游戲開發(第2版)
- Adobe Flash 11 Stage3D (Molehill) Game Programming Beginner's Guide
- 夢幻森林Procreate童話風插畫繪制專業技法
- 中文版CorelDRAW X7完全自學教程(實例培訓教材版)
- After Effects CS6 標準教程