Changes between Version 2 and Version 3 of SesameDeveloping
- Timestamp:
- 08/16/06 19:39:15 (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SesameDeveloping
v2 v3 14 14 We think that a SPARQL protocol conformant HTTP servlet is most important for any use of Sesame2 and are willing to invest 10 hours a week into this, more precisely, a clever student worker. We hope to get this done until the end of September. 15 15 16 We would implement a SPARQL protocol conformat query server and a <a href="http://www.openrdf.org/issues/browse/SES-205">SPARQL protocol conformant query client (issue tracker)</a> for the reading operations of a HTTPSail. For updates of the model, we would stick to the current implementation of the latest CVS of sesame2. 16 We would implement a SPARQL protocol conformat query server and a <a href="http://www.openrdf.org/issues/browse/SES-205">SPARQL protocol conformant query client (issue tracker)</a> for the reading operations of a HTTPSail. For updates of the model, we would stick to the current implementation of the latest CVS of sesame2. To be precise: what is missing is an implementation of a SAIL that communicates over HTTP with a remote store, and a way to serialize transactional data over the line. But the actual protocol is already there, and described in a document in org.openrdf.sesame.server.http.protocol.txt. 17 17 18 18 want to know what the <a href="http://www.w3.org/TR/rdf-sparql-protocol/">sparql protocol is</a>?