Top 1,000 Features Creators Resources Blog Explorer Download
GitHub icon

Facelets

< >

Facelets is a template language created in 2005.

#1880on PLDB 19Years Old

In computing, Facelets is an open-source Web template system under the Apache license and the default view handler technology (aka view declaration language) for JavaServer Faces (JSF). The language requires valid input XML documents to work. Facelets supports all of the JSF UI components and focuses completely on building the JSF component tree, reflecting the view for a JSF application. Read more on Wikipedia...


Example from Wikipedia:
<ui:composition xmlns="http://www.w3.org/1999/xhtml" xmlns:ui="http://java.sun.com/jsf/facelets" xmlns:h="http://java.sun.com/jsf/html" xmlns:cc="http://java.sun.com/jsf/composite"> <cc:interface/> <cc:implementation> <h:outputText value="&amp;nbsp;" escape="false"/> </cc:implementation> </ui:composition>

View source

- Build the next great programming language About Acknowledgements Extensions Day 630 Donate feedback@pldb.io