Community contributed extensions

Japid Template Engine [japid] module

This module is for the Play 1.x series only.

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

Japid has been ported to Play 2: Japid for Play2.

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

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

To install locally this module 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}