Hi Ariel,
Microsoft
ASP.NET 4.0 AJAX prerelease included a greate implementation
of a templating engine.
This templating engine looks similar in pricipal to the Knockout
framework you point to, however,
I found it to be much more complete than anything else out there. It
brought the development
model for a web application to be very similar to developing a SL
application, developing HTML only
as a Template and then Binding data at the client. The binding
supported full two-way binding
with support for Observable Objects and Arrays.
Sadly, this amazing framework was discontinued just before the release
of
ASP.NET 4.0.
Microsoft Web Devs are contributing now to JQuery to develope a
similar functionality
under the umbrela of the JQuery framework.
Check out advances of this effort in the jquery-tmpl plugin and jquery-
datalink plugin.
These two plugins together offer a similar functionality to what
Knockout is offering, however,
my initial feeling is that the JQuery implementation is not mature
enough.
I must say I didn't have a chance to actually play with Knockout, just
looked the home page
and documentation.
---
Adar Wesley