- 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# 7 and .NET Core Cookbook
- ServiceNow Application Development
- GeoServer Cookbook
- SQL Server 2016從入門(mén)到精通(視頻教學(xué)超值版)
- Java面向?qū)ο笏枷肱c程序設(shè)計(jì)
- JavaScript Unlocked
- Practical Game Design
- Android底層接口與驅(qū)動(dòng)開(kāi)發(fā)技術(shù)詳解
- Nginx實(shí)戰(zhàn):基于Lua語(yǔ)言的配置、開(kāi)發(fā)與架構(gòu)詳解
- 劍指大數(shù)據(jù):企業(yè)級(jí)數(shù)據(jù)倉(cāng)庫(kù)項(xiàng)目實(shí)戰(zhàn)(在線教育版)
- D3.js By Example
- Puppet 5 Beginner's Guide(Third Edition)
- SCRATCH編程課:我的游戲我做主
- MongoDB Administrator’s Guide
- RESTful Web API Design with Node.js(Second Edition)