Key Value Observation (ala Cocoa) in GWT ?

Posted by user179997 on Stack Overflow See other posts from Stack Overflow or by user179997
Published on 2010-01-14T16:30:35Z Indexed on 2010/06/03 14:04 UTC
Read the original article Hit count: 218

Filed under:

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

© Stack Overflow or respective owner

Related posts about gwt