com.jukta:j-tahoe-core

The object oriented template engine

Лицензия

Лицензия

Группа

Группа

com.jukta
Идентификатор

Идентификатор

j-tahoe-core
Последняя версия

Последняя версия

1.1.1
Дата

Дата

Тип

Тип

jar
Описание

Описание

The object oriented template engine
Ссылка на сайт

Ссылка на сайт

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

Скачать j-tahoe-core

Как подключить последнюю версию

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

Зависимости

compile (2)

Идентификатор библиотеки Тип Версия
de.odysseus.juel : juel-api jar 2.2.7
de.odysseus.juel : juel-impl jar 2.2.7

provided (1)

Идентификатор библиотеки Тип Версия
javax.servlet : javax.servlet-api jar 3.1.0

test (1)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.12

Модули Проекта

Данный проект не имеет модулей.

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

Версии библиотеки

Версия
1.1.1
1.1.0
1.0.1
1.0.0