Play framework is joining the Typesafe Stack — More information in the official announcement

Community contributed extensions

Japid Template Engine [japid] module

A pure Java-based fast statically typed template engine for the Play! framework.

Japid is about 2X – 20X times faster than the built-in Play! template engine and delivers 3X as much total web throughput with Play!. See a third-party benchmark . The Japid change-reloading cycle is 5-10X faster than that of the Groovy/Scala based templates, a big productivity boost.

It can be used as a super fast generic template engine as well. It also contains a Eclipse plugin that helps developing in Japid in the Eclipse IDE. Please go to ${PLAY_HOME}/modules/japid_xxx/eclipse-plugin for detail. The source code is hosted on Github/Japid Eclipse Plugin .

Please go to the project home page for the code.

Version compatibility:

japid-0.8.1.2 or older: play 1.1.x
japid-0.8.2 or newer: play 1.2.x

http://github.com/branaway/Japid

Written by Bing Ran.

Published releases

japid-0.9.2.8 ★ Jan 19, 2012 Documentation Download
japid-0.9.2.7   Jan 18, 2012 Documentation Download
japid-0.9.2.6   Jan 17, 2012 Documentation Download
japid-0.9.2.5   Dec 01, 2011 Documentation Download
japid-0.9.2.4   Nov 30, 2011 Documentation Download
japid-0.9.2.3   Nov 29, 2011 Documentation Download
japid-0.9.2.2   Nov 27, 2011 Documentation Download
japid-0.9.2.1   Nov 26, 2011 Documentation Download
japid-0.9.2   Oct 24, 2011 Documentation Download
japid-0.9.1   Oct 13, 2011 Documentation Download
japid-0.9.0   Oct 09, 2011 Documentation Download
japid-0.8.10   Oct 01, 2011 Documentation Download
japid-0.8.9.8   Oct 01, 2011 Documentation Download
japid-0.8.9.7   Sep 24, 2011 Documentation Download
japid-0.8.9.6   Sep 11, 2011 Documentation Download
japid-0.8.9.5   Aug 24, 2011 Documentation Download
japid-0.8.9.4   Aug 22, 2011 Documentation Download
japid-0.8.9.3   Aug 21, 2011 Documentation Download
japid-0.8.9.2   Aug 18, 2011 Documentation Download
japid-0.8.9.1   Aug 17, 2011 Documentation Download
japid-0.8.9   Aug 11, 2011 Documentation Download
japid-0.8.8.4   Jun 23, 2011 Documentation Download
japid-0.8.8.3   Jun 20, 2011 Documentation Download
japid-0.8.8.2   Jun 20, 2011 Documentation Download
japid-0.8.8.1   Jun 20, 2011 Documentation Download
japid-0.8.8   Jun 20, 2011 Documentation Download
japid-0.8.7.1   Jun 18, 2011 Documentation Download
japid-0.8.7   Jun 17, 2011 Documentation Download
japid-0.8.6   Jun 16, 2011 Documentation Download
japid-0.8.5.1   Jun 15, 2011 Documentation Download
japid-0.8.5   Jun 14, 2011 Documentation Download
japid-0.8.4.8   Jun 13, 2011 Documentation Download
japid-0.8.4.6   Jun 11, 2011 Documentation Download
japid-0.8.4.1   Jun 07, 2011 Documentation Download
japid-0.8.3.1   May 14, 2011 Documentation Download
japid-0.8.3.0   May 10, 2011 Documentation Download
japid-0.8.2   Apr 19, 2011 Documentation Download
japid-0.8.1.2   Apr 03, 2011 Documentation Download
japid-0.8.1   Mar 21, 2011 Documentation Download
japid-0.8.0   Mar 09, 2011 Documentation Download
japid-0.7.1   Feb 28, 2011 Documentation Download
japid-0.7   Feb 17, 2011 Documentation Download
japid-0.6.0   Jan 08, 2011 Documentation Download
japid-0.5.1   Aug 18, 2010 Documentation Download
japid-0.3.1   Feb 25, 2010 Documentation Download
japid-0.2   Feb 15, 2010 Documentation Download

To install locally this modules use the install command:

play install japid-{version}

To add this module as dependency of your application, add it to the dependencies.yml file:

require:
    - play -> japid {version}

Check the documentation link of each release to check version notes.

Comments

Use this form to discuss about this module. Off-topic comments will be deleted without warning.