com.jukta:j-tahoe-taglib

The object oriented template engine

License

License

GroupId

GroupId

com.jukta
ArtifactId

ArtifactId

j-tahoe-taglib
Last Version

Last Version

1.1.1
Release Date

Release Date

Type

Type

jar
Description

Description

The object oriented template engine
Project URL

Project URL

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

Download j-tahoe-taglib

How to add to project

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

Dependencies

compile (1)

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

provided (2)

Group / Artifact Type Version
javax.servlet : javax.servlet-api jar 3.1.0
javax.servlet.jsp : jsp-api jar 2.2

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