Changes between Version 4 and Version 5 of SesameDeveloping


Ignore:
Timestamp:
08/16/06 19:57:25 (18 years ago)
Author:
sauermann
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SesameDeveloping

    v4 v5  
    11= Sesame Developing = 
    22 
     3== Implementation Plan == 
     4 
     5 * We will start by implementing a HTTPSail class that fails on most methods and then start implementing one after another. 
     6 * HTTPSail needs to be configured with the Server address (URL), username/password, perhaps repository ID. 
     7 * First step will be to implement the Querying functionality using HTTP requests and the query result parser. Select and Construct queries will be interesting here.  
     8 * When this works, we can move on to add and delete single triples and see how this behaves. 
     9 * The transaction bit will then "evolve" on the way, when we know more about the protocol. 
     10 
     11Good JUnit test should accompany the process. All details below. 
    312 
    413== Work on the SPARQL Protocol and Client ==