If you are not sure if a DGS instance provides a certain extension, just have a look at the metadata of the service, e.g. http://www.restful.ws/datagridservice/meta. You will find the all the available extensions with the predicate http://www.webcomposition.net/2008"02/dgs/meta/extension (we say "has extension"). In the example below we find the SA-REST extension I have introduced yesterday.

  1: <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" 
  2:          xmlns:ns="http://purl.org/dc/elements/1.1/" 
  3:          xmlns:crud="http://www.webcomposition.net/2008/02/dgs/crud#" 
  4:          xmlns:meta="http://www.webcomposition.net/2008/02/dgs/meta/" 
  5:          xmlns:sarest="http://lsdis.cs.uga.edu/SAREST#">
  6:   <rdf:Description rdf:about="http://www.restful.ws/DataGridService">
  7:     <!-- ... -->
  8:       <meta:extension>WebComposition.Dgs.Extensions.SaRest.SaRestHandler</meta:extension>
  9:     <!-- ... -->
 10:   </rdf:Description>
 11: <rdf:RDF>
Posted at Wednesday, August 20, 2008 10:05:31 PM (W. Europe Daylight Time, UTC+02:00) 
Comments [0] #      | 
All comments require the approval of the site owner before being displayed.
OpenID
Please login with either your OpenID above, or your details below.
Name
E-mail
(will show your gravatar icon)
Home page

Comment (Some html is allowed: a@href@title, strike) where the @ means "attribute." For example, you can use <a href="" title=""> or <blockquote cite="Scott">.  

Live Comment Preview
Copyright © 1995-2009 by Andreas Heil. aheil is a registered trademark of Andreas Heil. All rights reserved.
The opinions expressed herein are my own personal opinions and do not represent my employers' views in any way. Content and thoughts expressed on these pages and the weblog are subject to be changed. Out of date posts should not be considererd as my current thoughts and opinions.