HTML Servlet

HTMLServlet provides HTML templating with server-side javascript. HTMLServlet is a servlet that is registered on *.html. It reads the html file at the right location according to URL. It renders the file as html, executing some scripting: * ${expressions} in element bodies and attribute values * data-* attributes for conditionals, loops, local variables, and inclusion * <script> element with server-side javascript.

Лицензия

Лицензия

Группа

Группа

cat.inspiracio
Идентификатор

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

html-servlet
Последняя версия

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

0.0.3
Дата

Дата

Тип

Тип

jar
Описание

Описание

HTML Servlet
HTMLServlet provides HTML templating with server-side javascript. HTMLServlet is a servlet that is registered on *.html. It reads the html file at the right location according to URL. It renders the file as html, executing some scripting: * ${expressions} in element bodies and attribute values * data-* attributes for conditionals, loops, local variables, and inclusion * <script> element with server-side javascript.
Ссылка на сайт

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

http://www.inspiracio.cat
Система контроля версий

Система контроля версий

https://bitbucket.org/bunkenburg/html-servlet

Скачать html-servlet

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

<!-- https://jarcasting.com/artifacts/cat.inspiracio/html-servlet/ -->
<dependency>
    <groupId>cat.inspiracio</groupId>
    <artifactId>html-servlet</artifactId>
    <version>0.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/cat.inspiracio/html-servlet/
implementation 'cat.inspiracio:html-servlet:0.0.3'
// https://jarcasting.com/artifacts/cat.inspiracio/html-servlet/
implementation ("cat.inspiracio:html-servlet:0.0.3")
'cat.inspiracio:html-servlet:jar:0.0.3'
<dependency org="cat.inspiracio" name="html-servlet" rev="0.0.3">
  <artifact name="html-servlet" type="jar" />
</dependency>
@Grapes(
@Grab(group='cat.inspiracio', module='html-servlet', version='0.0.3')
)
libraryDependencies += "cat.inspiracio" % "html-servlet" % "0.0.3"
[cat.inspiracio/html-servlet "0.0.3"]

Зависимости

compile (3)

Идентификатор библиотеки Тип Версия
org.apache.geronimo.specs : geronimo-servlet_2.5_spec jar 1.2
org.apache.geronimo.specs : geronimo-jsp_2.0_spec jar 1.1
cat.inspiracio : html-parser jar 0.0.2

test (3)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.11
org.mockito : mockito-all jar 1.9.5
cat.inspiracio : dummy-servlet jar 0.0.0

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

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

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

Версия
0.0.3
0.0.2