Changes between Version 4 and Version 5 of SQR


Ignore:
Timestamp:
Oct 5, 2010, 8:10:46 AM (14 years ago)
Author:
fred
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SQR

    v4 v5  
    1111Given 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:
    1212
    13 http://hostname:port/sqr/ : SQR index page
    14 http://hostname:port/sqr/requestBinding : Browse bindings on the ED, simple queries
    15 http://hostname:port/sqr/requestBindingIOPP : Browse bindings on the ED, template queries
    16 http://hostname:port/sqr/requestResDesc : Browse resource descriptions on the RD, simple and selector queries
    17 http://hostname:port/sqr/requestInformation : Request information
     13* http://hostname:port/sqr/ : SQR index page
     14* http://hostname:port/sqr/requestBinding : Browse bindings on the ED, simple queries
     15* http://hostname:port/sqr/requestBindingIOPP : Browse bindings on the ED, template queries
     16* http://hostname:port/sqr/requestResDesc : Browse resource descriptions on the RD, simple and selector queries
     17* http://hostname:port/sqr/requestInformation : Request information
    1818
    1919----