- Java EE 8 Application Development
- David R. Heffelfinger
- 109字
- 2021-07-02 22:05:04
Summary
In this chapter, we covered how to develop web-based applications using JavaServer Faces, the standard component framework for the Java EE platform. We looked at how to write a simple application by creating pages using Facelets as the view technology and CDI named beans. We also covered how to validate user input by using JSF's standard validators, by creating our own custom validators or by writing validator methods. Additionally, we covered how to customize standard JSF error messages, both the message text and the message style (font, color, and such). Also, we covered how to develop Ajax-enabled JSF pages, as well as how to integrate JSF and HTML5.
推薦閱讀
- C#程序設(shè)計(jì)實(shí)訓(xùn)指導(dǎo)書(shū)
- Vue.js前端開(kāi)發(fā)基礎(chǔ)與項(xiàng)目實(shí)戰(zhàn)
- Reactive Programming with Swift
- Learning Linux Binary Analysis
- 編程菜鳥(niǎo)學(xué)Python數(shù)據(jù)分析
- C#開(kāi)發(fā)案例精粹
- Julia for Data Science
- Django Design Patterns and Best Practices
- Application Development with Swift
- Scrapy網(wǎng)絡(luò)爬蟲(chóng)實(shí)戰(zhàn)
- ASP.NET Core and Angular 2
- 青少年P(guān)ython趣味編程
- Learning Gerrit Code Review
- Python 3.6從入門(mén)到精通(視頻教學(xué)版)
- Daniel Arbuckle's Mastering Python