cilla-web
This module contains all necessary classes for rendering the blog, except of the view classes provided by cilla-view. The views are separated to make even more complex customizations possible.
Contents
- Tag library for JSP <cilla>-Tags
- Renderers for fragments, paginators, calendars, and comment sections
- Plugin management
- Comment form handling
- Text formatters for the different text styles
How to Use
Add this snippet to your pom.xml:
<dependency>
<groupId>org.shredzone.cilla</groupId>
<artifactId>cilla-web</artifactId>
<version>0.2-SNAPSHOT</version>
</dependency>