jTahoe

The object oriented template engine

License

License

GroupId

GroupId

com.jukta
ArtifactId

ArtifactId

j-tahoe
Last Version

Last Version

1.1.1
Release Date

Release Date

Type

Type

pom
Description

Description

jTahoe
The object oriented template engine
Project URL

Project URL

https://github.com/jukta/j-tahoe/wiki
Source Code Management

Source Code Management

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

Download j-tahoe

Filename Size
j-tahoe-1.1.1.pom 4 KB
Browse

How to add to project

<!-- https://jarcasting.com/artifacts/com.jukta/j-tahoe/ -->
<dependency>
    <groupId>com.jukta</groupId>
    <artifactId>j-tahoe</artifactId>
    <version>1.1.1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.jukta/j-tahoe/
implementation 'com.jukta:j-tahoe:1.1.1'
// https://jarcasting.com/artifacts/com.jukta/j-tahoe/
implementation ("com.jukta:j-tahoe:1.1.1")
'com.jukta:j-tahoe:pom:1.1.1'
<dependency org="com.jukta" name="j-tahoe" rev="1.1.1">
  <artifact name="j-tahoe" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.jukta', module='j-tahoe', version='1.1.1')
)
libraryDependencies += "com.jukta" % "j-tahoe" % "1.1.1"
[com.jukta/j-tahoe "1.1.1"]

Dependencies

test (1)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

  • j-tahoe-core
  • j-tahoe-compiler
  • j-tahoe-taglib
  • j-tahoe-mvc
  • j-tahoe-maven
  • j-tahoe-dev

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