Changes between Initial Version and Version 1 of ServiceDataStorage


Ignore:
Timestamp:
07/27/06 12:28:31 (18 years ago)
Author:
anonymous
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ServiceDataStorage

    v1 v1  
     1= Service Data Storage = 
     2The service data storage provides a RDF database that can be used by any service of gnowsis to store arbitrary RDF data. Usually, this would be data like usage statistics, crawling reports, access restrictions, Icon configurations, user interface configurations, etc. 
     3 
     4The service data storage does not support inferencing of fulltext search. It supports context and we encourage you to use context identifiers to seperate your data from the data of others. 
     5 
     6 * [source:branches/gnowsis0.9/gnowsis-server/src/java/org/gnowsis/repository/ServiceDataStorage.java Sourcecode ServiceDataStorage.java] 
     7 * [http://www.gnowsis.org/statisch/0.9/doc/gnowsis-server/javadoc/org/gnowsis/repository/ServiceDataStorage.html Javadoc ServiceDataStorage.java] 
     8 
     9== Using the Service Data Storage == 
     10To access the service data storage: 
     11 * internally (from within the gnowsis VM): {{{Gnowsis.getServiceDataStorage()}}} 
     12 * externally via Sesame: use the local sesame server and the repository '''service''' 
     13 * externally via XML/RPC: use the DataAccess and the repository name '''service'''