- 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
推薦閱讀
- Android Wearable Programming
- C++案例趣學
- JavaScript從入門到精通(微視頻精編版)
- AngularJS入門與進階
- MATLAB應用與實驗教程
- Visual Basic學習手冊
- Scala謎題
- Java項目實戰精編
- Mastering JavaScript High Performance
- Getting Started with Eclipse Juno
- Processing創意編程指南
- Learning AWS
- Python:Deeper Insights into Machine Learning
- Python計算機視覺和自然語言處理
- Fastdata Processing with Spark