Skip to content

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

License

Notifications You must be signed in to change notification settings

criedel/tapestry-json-binding

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages