Changes between Version 1 and Version 2 of SQR


Ignore:
Timestamp:
Oct 1, 2010, 8:12:37 AM (14 years ago)
Author:
fred
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SQR

    v1 v2  
    99The SQR has been implemented within a REST container RESTlet to offer RESTful APIs. As a result, the buisness logic of the component has been embedded within so-called RESTlet Resources that provide the API to manage the access to the SQR operations in a RESTful fashion. One of the key features of the RESTlet framework is also the integration within its API of a template engine, Freemarker that allows to build Web pages on top of the framework RESTful API. This makes the SQR accesible through both standard RESTful calls but also through a simple Web site.
    1010
     11Given the complexity of the SQI we decided to bind each operation to a particular Resource so that maintenance is made easier. The implementation features the following path structure:
     12
    1113----
     14
     15----
     16
     17== Using the REST API ==
     18
     19The implementation contains a client API for developpers to access the standard REST API of the SQR. The API is available in the package com.sap.research.sensei.sqr.api of the software. We refer the reader to the code JavaDoc for a description of the methods part of the client implementation.
     20
     21----
     22