- 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
推薦閱讀
- 深入淺出Electron:原理、工程與實(shí)踐
- Mastering Concurrency in Go
- 從程序員到架構(gòu)師:大數(shù)據(jù)量、緩存、高并發(fā)、微服務(wù)、多團(tuán)隊(duì)協(xié)同等核心場景實(shí)戰(zhàn)
- Windows Presentation Foundation Development Cookbook
- Apache Karaf Cookbook
- 零基礎(chǔ)學(xué)Java程序設(shè)計(jì)
- Learn React with TypeScript 3
- QGIS By Example
- OpenCV 3計(jì)算機(jī)視覺:Python語言實(shí)現(xiàn)(原書第2版)
- Monitoring Docker
- 深入大型數(shù)據(jù)集:并行與分布化Python代碼
- JavaScript高級程序設(shè)計(jì)(第4版)
- HTML5程序開發(fā)范例寶典
- Effective Python:編寫高質(zhì)量Python代碼的90個(gè)有效方法(原書第2版)
- Programming MapReduce with Scalding