Jar examples for 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.
You can download jar file orange-servlet 0.0.1 in this page.
The Apache Software License, Version 2.0
You can use the following script to add orange-servlet-0.0.1.jar to your project.
<dependency> <groupId>cat.inspiracio</groupId> <artifactId>orange-servlet</artifactId> <version>0.0.1</version> </dependency>
compile group: 'cat.inspiracio', name: 'orange-servlet', version: '0.0.1'
libraryDependencies += "cat.inspiracio" % "orange-servlet" % "0.0.1"
<dependency org="cat.inspiracio" name="orange-servlet" rev="0.0.1"/>
@Grapes(@Grab(group='cat.inspiracio', module='orange-servlet', version='0.0.1'))
'cat.inspiracio:orange-servlet:jar:0.0.1'
Click the following link to download the jar file.
orange-servlet-0.0.1-javadoc.jar