Key Value Observation (ala Cocoa) in GWT ?
- by user179997
Hi all,
There are these 2 frameworks out there in the same "cloud application"
space as GWT: Sproutcore and Cappuccino.
Cappuccino is Cocoa for the web, Sproutcore is Cocoa-like and one very
central idea in both is Key Value Observation where the framework
itself provides the glue to change all dependencies of an object when
it changes, and you only have to declare those dependencies.
If that was too poorly expressed please see this presentation:
http://www.infoq.com/presentations/subelsky-sproutcore-intro
Since the pattern reduces the amount of code you type it reduces the
number of bugs. Maybe it's too much to ask but I would like to have
that and all the benefits of Eclipse/compiler that come with GWT.
Is there support for this in GWT, or a library already developed?
Or maybe there is support in some of the component libraries for GWT
out there?
Thanks