com.jukta:j-tahoe-maven

The object oriented template engine

License

License

Categories

Categories

Maven Build Tools
GroupId

GroupId

com.jukta
ArtifactId

ArtifactId

j-tahoe-maven
Last Version

Last Version

1.1.1
Release Date

Release Date

Type

Type

maven-plugin
Description

Description

The object oriented template engine
Project URL

Project URL

https://github.com/jukta/j-tahoe/wiki/j-tahoe-maven

Download j-tahoe-maven

How to add to project

<plugin>
    <groupId>com.jukta</groupId>
    <artifactId>j-tahoe-maven</artifactId>
    <version>1.1.1</version>
</plugin>

Dependencies

compile (1)

Group / Artifact Type Version
com.jukta : j-tahoe-compiler jar 1.1.1

provided (2)

Group / Artifact Type Version
org.apache.maven.plugin-tools : maven-plugin-annotations jar 3.2
org.apache.maven : maven-core jar 3.1.0

test (1)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.

Overview

JTahoe is a powerfull object oriented engine for html templates. The main aim is to provide ability to make big and extedable front-end projects with high reusability of html parts (blocks). JTahoe helps to develop blocks in object-oriented manner.

Main features:

  • fully object oriented template engine
  • transparent building blocks
  • simple embedding in any java application
  • compilable blocks (fast rendering)
  • ability to reuse compiled blocks in different the applications
  • compilation on-the-fly
  • various additionally syntax constructions (for, if, set, ...)
  • native JS inserts and html tags
  • standard expression language support
  • Spring Web integration

Requirements

  • Java 1.5 or higher
  • maven
  • Servlet API compatible application server (optional)

License

JTahoe is open-sourced software licensed under the MIT license.

Wiki

For more information please visit wiki page.

com.jukta

Jukta

Versions

Version
1.1.1
1.1.0
1.0.1
1.0.0