[svn] Another major forward integration of the student branch of the WebComposition/DGS: With revision 1228, CRUD events are supported on service level. I.e. each create, read, update or delete operation on the service (or it's lists) is stored within the meta data of the service. The vocabulary supported for the CRUD events is therefore defined as follows:
Exemplary meta data fore creating, updating, reading from and deleting an information store on a service running at 'http://localhost/dgs' would look like
<?xml version="1.0"?><rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:dm="http://www.webcomposition.net/2008/02/dgs/meta/" xmlns:crud="http://www.webcomposition.net/2008/02/dgs/crud"> <rdf:Description rdf:about="http://localhost/dgs"> <crud:create rdf:resource="http://localhost/dgs/store" /> <crud:update rdf:resource="http://localhost/dgs/store" /> <crud:read rdf:resource="http://localhost/dgs/store" /> <crud:delete rdf:resource="http://localhost/dgs/store" /> </rdf:Description> ... </rdf:RDF>
The CRUD event meta data can be obtained as by the /meta URL of the corresponding service.
Remember Me
a@href@title, strike