ZK plugin for Grails
Dependency :
compile ":zk:2.2.0"
Summary
Originated from Flyisland's ZK Plugin,
ZKGrails adds and enhances the ZK's RIA capabilities
and seamlessly integrates them with Grails' infrastructures.
Installation
Install from the central repository
Put the following line into your conf/BuildConfig.groovy:compile ':zk:2.1.0'
$ grails install-plugin zk
Description
ZK enables developers to build rich internet applications by mixing Groovy and JavaScript transparently. The client engine and update engine in ZK play the roles of pitcher and catcher, rendering Ajax communication transparent to developers. Events triggered by users are encapsulated and marshalled to event listeners running at the server.This project aims to support the ZK's Ajax programming model atop the Grails infrastructure.See more documentation here: http://code.google.com/p/zkgrails/