rhino-js-engine · A js-engine.jar that provides a script engine "rhino" with old Rhino JavaScript. The source code for js-engine comes from https://java.net/projects/Scripting. The Rhino engine itself is pulled by maven. Its source is at https://github.com/mozilla/rhino.
Group: cat.inspiracio - All Dependencies
${project.groupId}:${project.artifactId} · A JavaBean for URLs of the HTTP protocol.
cat.inspiracio:html-parser · HTML-parser provides a parser for HTML 5 that produces HTML 5 document object model. It aims to be a Java-implementation of http://www.w3.org/TR/html5/. It is for use in the server. It does not implement features that are relevant in the client, like event handling. It is for use from javascript, via Java's scripting library.
Dummy Servlet · Dummy Servlet provides some implementations for the interfaces and classes of the Java Servlet spec that are useful for testing and simulation. The version should be the same as the version of the Servlet Spec.
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.
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.
Orange Servlet Maven Plugin · Orange-maven-plugin builds template files for use with orange-servlet. Orange Servlet provides HTML templating with server-side Java. See https://bitbucket.org/bunkenburg/orange-servlet.
cat.inspiracio:csv · Java classes for reading and writing comma-separated value files.
Direct Web Remoting · DWR is easy Ajax for Java. It makes it simple to call Java code directly from Javascript. It gets rid of almost all the boilerplate code between the web browser and your Java code.
TSPL2 (by TSC) Java driver · Java client for TSPL2 generator and USB communication