•  
Main
About Hippo Site Toolkit 1
Technical Documentation
Expression Language
Other

Project structure

The Hippo Site Toolkit is a Maven 2 project consisting of multiple modules.

Module                              Type    Description
------------------------------------------------------------------------
hippo-site-toolkit                  Pom     Hippo Site Toolkit
|-- hippo-repository-el             Jar     Expression Language Support
|-- hippo-repository-jsfcomponents  Jar     JSF Component Library
|-- hippo-repository-jsptaglib      Jar     JSP Tag Library
|-- jsf-example-app                 War     JSF Example Application
`-- jsp-example-app                 War     JSP Example Application
            

Expression Language Support

Provides a Servlet Filter that adds support for Hippo CMS repository access by means of the Unified Expression Language. Useful for JSP and JSF applications.

JSF Component Library

Convenient JSF components for usage in Hippo Repository based JSF applications .

JSP Tag Library

Convenient Tags for usage in Hippo Repository based JSP applications.

JSF Example Application

Shows how hippo-repository-el simplifies the development of Hippo Repository based JSF applications.

JSP Example Application

Shows how hippo-repository-el simplifies the development of Hippo Repository based JSP applications.