o

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.
https://www.inspiracio.cat
The Apache Software License, Version 2.0
Files download
File Operation
orange-servlet-0.0.6.jar download
orange-servlet-0.0.6.pom download
orange-servlet-0.0.6-sources.jar download
Apache Maven
<dependency>
  <groupId>cat.inspiracio</groupId>
  <artifactId>orange-servlet</artifactId>
  <version>0.0.6</version>
</dependency>
Gradle Groovy
implementation 'cat.inspiracio:orange-servlet:0.0.6'
Gradle Kotlin
implementation("cat.inspiracio:orange-servlet:0.0.6")
Scala SBT
libraryDependencies += "cat.inspiracio" % "orange-servlet" % "0.0.6"
Groovy Grape
@Grapes(
  @Grab(group='cat.inspiracio', module='orange-servlet', version='0.0.6')
)
Apache Ivy
<dependency org="cat.inspiracio" name="orange-servlet" rev="0.0.6" />
Leiningen
[cat.inspiracio/orange-servlet "0.0.6"]
Apache Buildr
'cat.inspiracio:orange-servlet:jar:0.0.6'