- Java EE 8 Application Development
- David R. Heffelfinger
- 137字
- 2021-07-02 22:04:59
JavaServer Faces
In this chapter, we will cover JavaServer Faces (JSF), the standard component framework of the Java EE platform. Java EE 8 includes JSF 2.3, the latest version of JSF. JSF relies a lot on convention over configuration—if we follow JSF conventions then we don't need to write a lot of configuration. In most cases, we don't need to write any configuration at all. This fact, combined with the fact that web.xml has been optional since Java EE 6, means that, in many cases, we can write complete web applications without having to write a single line of XML.
We will cover the following topics in this chapter:
- Facelets
- JSF project stages
- Data validation
- Named beans
- Navigation
- Ajax-enabling JSF applications
- JSF HTML5 support
- Faces flows
- JSF artifact injection
- JSF WebSocket support
- JSF component libraries
推薦閱讀
- Data Visualization with D3 4.x Cookbook(Second Edition)
- Visual Studio 2012 Cookbook
- 64位匯編語言的編程藝術
- Mastering C# Concurrency
- Blender 3D Incredible Machines
- 差分進化算法及其高維多目標優化應用
- Node.js全程實例
- Web Development with MongoDB and Node(Third Edition)
- Java網絡編程實戰
- Practical Microservices
- Greenplum構建實時數據倉庫實踐
- Oracle Database XE 11gR2 Jump Start Guide
- Learning D3.js 5 Mapping(Second Edition)
- JavaScript語法簡明手冊
- Python編程:從入門到實踐(第2版)