From the dojo mailing list. Please read the blog post and comment. I think this has potential. Mike, a step beyond for converters?
---------- Forwarded message ---------- From: Maulin Shah <maulinpshah@...>
Date: Tue, Jun 24, 2008 at 9:44 PM Subject: [Dojo-interest] New DataStore To: dojo-interest@...
I have built a new custom
data store that I think people may find helpful. It allows you to represent
your object model as simple javascript objects, and provides the mechanisms to
connect to the server transparently. Its quite extensible and pluggable, and
provides sensible default behavior.
Conceptually, its like an
Object-Relational-Mapper geared towards the client as opposed to the server. A
lot of the inspiration for it came from Hibernate.
I think it is quite
intuitive, but I'd really like to get some feedback...