- Java EE 8 Application Development
- David R. Heffelfinger
- 138字
- 2021-07-02 22:04:59
Facelets
One notable difference between modern versions of JSF and earlier versions is that Facelets is now the preferred view technology. Earlier versions of JSF used Java Server Pages (JSP) as their default view technology. Since the JSP technology predates JSF, sometimes using JSP with JSF felt unnatural or created problems. For example, the JSP lifecycle is different from the JSF lifecycle; this mismatch introduced some problems for JSF 1.x application developers.
JSF was designed from the beginning to support multiple view technologies. To take advantage of this capability, Jacob Hookom wrote a view technology specifically for JSF. He named his view technology Facelets. Facelets was so successful it became a de-facto standard for JSF. The JSF expert group recognized Facelets' popularity and made it the official view technology for JSF in version 2.0 of the JSF specification.
- C及C++程序設計(第4版)
- DevOps with Kubernetes
- Learning SQLite for iOS
- Full-Stack Vue.js 2 and Laravel 5
- 快速念咒:MySQL入門指南與進階實戰
- Visual Basic程序設計
- Kotlin編程實戰:創建優雅、富于表現力和高性能的JVM與Android應用程序
- C語言程序設計
- “笨辦法”學C語言
- Android群英傳
- Spring Security Essentials
- C語言程序設計習題與實驗指導
- Python數據可視化之美:專業圖表繪制指南(全彩)
- 超簡單:Photoshop+JavaScript+Python智能修圖與圖像自動化處理
- JavaScript Unit Testing