Community contributed extensions

mocha [mocha] module

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

Mocha module for Play! Framework is an implementation of mocha UI javascript interface for Play!. Aims of this module is to get windows Web interfaces easy to use. You don’t need to know javascript now to use this javascript interface. The implementation is only in HTML or tags for Play! Framework.

https://bitbucket.org/blobsmith/mocha/overview

Written by Olivier GILBERT.

Published releases

0.1 Dec 01 2011 Documentation Try Play

To install locally this module use the install command:

play install mocha-{version}

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

require:
        - play -> mocha {version}