Top 1K Features Creators Events Podcasts Books Extensions Interviews Blog Explorer CSV

Facelets

< >

Facelets is a template language created in 2005.

#2141on PLDB 19Years Old
Wikipedia

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>

- Build the next great programming language Add About Search Keywords Livestreams Labs Resources Acknowledgements

Built with Scroll v144.0.0