Last Version

Orange Servlet 0.0.9

Orange Servlet provides HTML templating with server-side Java. OrangeServlet 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: * data-if="E" attributes for server-side conditional, * data-for="T x : E" attributes for server-side loops, * data-import="C" attributes for server-side class imports, * data-substitute="file.html" substitute an element with the processed contents of a file, * ${expressions} in element bodies and attribute values.

License

License

GroupId

GroupId

cat.inspiracio
ArtifactId

ArtifactId

orange-servlet
Version

Version

0.0.9
Type

Type

jar
Description

Description

Orange Servlet
Orange Servlet provides HTML templating with server-side Java. OrangeServlet 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: * data-if="E" attributes for server-side conditional, * data-for="T x : E" attributes for server-side loops, * data-import="C" attributes for server-side class imports, * data-substitute="file.html" substitute an element with the processed contents of a file, * ${expressions} in element bodies and attribute values.
Project URL

Project URL

http://www.inspiracio.cat/orange-servlet

Download orange-servlet 0.0.9


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

Dependencies

compile (1)

Group / Artifact Type Version
cat.inspiracio : dummy-servlet jar 3.1.0

provided (1)

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

Project Modules

There are no modules declared in this project.