We have been using Closure to create some large Web applications. We
wanted to say thank you to the Closure team + contributors for the
wonderful way of writing Javascript.
A business application we're building requires us to build
ridiculously large forms, and in the process of solving the issue we
came up with a set of UI components that allow construction of large
forms that are bound to data models (you need to provide references to
accessors and mutators).
The source is available under the New BSD license, via SVN at the
moment at http://code.google.com/p/prestans/source/browse/#svn%2Ftrunk%2Fjs%2Fclosure
Basic documentation is available at
http://code.google.com/p/prestans/wiki/ClosureBoundUI
We are working towards writing better documentation, complete with
examples, hoping to release this in January.
Just wanted to share the code we've written, might be useful for some
of you out there.
Thanks.