Changes between Initial Version and Version 1 of DataAccess


Ignore:
Timestamp:
05/10/06 17:46:58 (18 years ago)
Author:
sauermann
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DataAccess

    v1 v1  
     1= DataAccess = 
     2 
     3Use this API to access data stored in resource-storage or the PIMO. 
     4 
     5 * Javadoc: [http://www.gnowsis.org/statisch/0.9/doc/gnowsis-server/javadoc/org/gnowsis/api/DataAccessApi.html DataAccessApi] 
     6 
     7For a more performant access to the data stores, you might want to use the SesameWebInterface. 
     8 
     9== Features == 
     10 
     11 * access ResourceStorage, PimoStorage, ServiceStorage and ConfigStorage 
     12 * query data using statement queries or complex queries 
     13 * change data (add triples/remove triples) 
     14 
     15== How to use == 
     16 
     17 * read the javadoc: [http://www.gnowsis.org/statisch/0.9/doc/gnowsis-server/javadoc/org/gnowsis/api/DataAccessApi.html DataAccessApi] 
     18 
     19 * look at the AJAX example: XmlRpcDeveloping