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.

License

License

GroupId

GroupId

cat.inspiracio
ArtifactId

ArtifactId

html-servlet
Last Version

Last Version

0.0.3
Release Date

Release Date

Type

Type

jar
Description

Description

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.
Project URL

Project URL

http://www.inspiracio.cat
Source Code Management

Source Code Management

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

Download html-servlet

How to add to project

<!-- 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"]

Dependencies

compile (3)

Group / Artifact Type Version
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)

Group / Artifact Type Version
junit : junit jar 4.11
org.mockito : mockito-all jar 1.9.5
cat.inspiracio : dummy-servlet jar 0.0.0

Project Modules

There are no modules declared in this project.

Versions

Version
0.0.3
0.0.2