/tapestry-json-binding

Provides a decent binding prefix implementation for JSON objects and arrays in Tapestry 5

Primary LanguageJavaApache License 2.0Apache-2.0

JSON Bindings For Tapestry 5

This is a implementation of the concepts discussed in [the Tapestry mailing list] (http://tapestry.1045711.n5.nabble.com/json-support-in-template-td5714820.html).

Usage

The module is built with Maven. Integrate this in your pom:

<dependency>
    <groupId>org.apache.tapestry5</groupId>
    <artifactId>tapestry-json-binding</artifactId>
    <version>5.3.7-SNAPSHOT</version>
</dependency>

View the examples: