I didn't see it before. It looks like it implements CRUD-type manipulator
with predefined RESTful API --- a few lines of code on top of prototype.js.
This approach is a form of remoting and be complimented by automatic object
publishing from server side.
Usefulness of remote CRUD depends on application. If your app consists of
constant CRUD --- it's a godsend. If it does something different, e.g., a
lot of searches, filling out elaborate forms with complex validation, or
visualization of data (tables/maps/whatever) --- you will spend all your
development time in different places.
Depending on app type some security expert will advise against remote CRUD
even with authorization in place. That's why I think it should not be a
default feature. But it is nice to have anyway.
Thanks,
Eugene
"Ian Holsman" <
kry...@gmail.com> wrote in
message news:2a627cd20511161926k43...@mail.gmail.com...