- JBoss Tools 3 Developers Guide
- Anghel Leonard
- 238字
- 2021-05-21 20:15:38
Chapter 4. JSF Tools
JSF Tools is a set of tools designed for improving the development process of JSF projects. In this chapter, we will see that these tools offer amazing skills for creating different kinds of JSF projects and JSF components, such as converters, validators, managed beans, referenced beans, and so on. Also, we will talk about integrating JSF and the Facelets framework, and how to add/remove JSF support for an existing project.
Throughout this chapter, we will follow the "learning by example" technique, and we will develop a completely functional JSF application that will represent a JSF registration form as you can see in the following screenshot. These kinds of forms can be seen on many sites, so it will be very useful to know how to develop them with JSF Tools.

The example consists of a simple JSP page, named register.jsp
, containing a JSF form with four fields (these fields will be mapped into a managed bean), as follows:
personName
—this is a text field for the user's namepersonAge
—this is a text field for the user's agepersonPhone
—this is a text field for the user's phone numberpersonBirthDate
—this is a text field for the user's birth date
The information provided by the user will be properly converted and validated using JSF capabilities. Afterwards, the information will be displayed on a second JSP page, named success.jsp
.
- 現代企業應用設計指南
- DotNetNuke 5.4 Cookbook
- Microsoft Visual C++ Windows Applications by Example
- Excel 2013使用詳解(修訂版)
- 剪映AI視頻剪輯:AI腳本+AI繪畫+圖文生成+數字人制作
- Protel DXP 2004 SP2原理圖與PCB設計(第4版)
- Flash CC從入門到精通
- 數碼攝影后期處理秘笈:Photoshop CC專業調色(第2版)
- Drools JBoss Rules 5.0 Developer's Guide
- 圖像處理中的數學修煉(第2版)
- Salesforce CRM: The Definitive Admin Handbook
- Power Query For Excel:讓工作化繁為簡
- 中文版Photoshop CS5平面設計實用教程(第2版)
- Microsoft SharePoint 2010 and Windows PowerShell 2.0: Expert Cookbook
- 中文版Premiere Pro CS6視頻編輯(慕課版)