Adding onAdd()

I’ve now wired the second of the RESTful web services, onAdd().  My demo application can now retrieve a list of Persons and add new Persons (by executing MDM server transactions that have been mapped.) No changes need to the UI since the Dojo widgets implicitly support the CRUDL actions.  I still need to add support for onRetrieve(), onUpdate(), and onDelete().  There’s a sample collection handler on the Project Zero website that has served as my pattern.  (http://www.projectzero.org/sMash/1.0.x/docs/zero.devguide.doc/zero.core/REST.html)

Leave a Reply

You must be logged in to post a comment.