| 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 | |
| 11 | Good JUnit test should accompany the process. All details below. |