DOC

org.ztemplates : ztemplates

Maven & Gradle

Sep 11, 2011

ztemplates · java web framework - annotations - pojo - NO XML - state-free - clean, technology agnostic urls - REST - invisible to the web-client - JSP, Velocity, FreeMarker (others pluggable) - annotations for JavaScript/CSS dependencies - create reusable components

Table Of Contents

Latest Version

Download org.ztemplates : ztemplates Javadoc & API Documentation - Latest Versions:

All Versions

Download org.ztemplates : ztemplates Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
2.4.x
2.3.x
2.2.x
2.1.x
2.0.x

How to open Javadoc JAR file in web browser

  1. Rename the file ztemplates-2.4.0-javadoc.jar to ztemplates-2.4.0-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder ztemplates-2.4.0-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "ztemplates-2.4.0-sources.jar" -d "ztemplates-2.4.0-javadoc" -subpackages 

Advertisement