Changes between Version 5 and Version 6 of UnderstandingGnowsis
- Timestamp:
- 08/14/06 15:37:36 (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UnderstandingGnowsis
v5 v6 8 8 * GnowsisDevelopingBeta - how to develop gnowsis 9 9 * GnowsisProjectPlan - look here to see what we are doing at the moment and what will be done next. 10 * [http://www.gnowsis.org/About about] - some facts about the project 11 * [http://www.gnowsis.org/About/Credits credits] - credits10 * [http://www.gnowsis.org/About about] - some facts about the project gnowsis 11 * [http://www.gnowsis.org/About/Credits credits] - gnowsis project credits 12 12 13 13 == Documents that help == … … 20 20 21 21 = The Gnowsis Developer Tutorial = 22 This tutorial is targeted at developers that want to learn more about gnowsis and wantto build applications based on gnowsis. The tutorial will give links to the gnowsis wiki and the Javadoc, pointing to more information about features. '''This tutorial contains only pointers, you should follow some links to learn more'''.22 This tutorial is targeted at developers who want to learn more about gnowsis and to build applications based on gnowsis. The tutorial will give links to the gnowsis wiki and the Javadoc, pointing to more information about features. '''This tutorial contains only pointers, you should follow some links to learn more'''. 23 23 24 24 == The gnowsis databases == … … 29 29 * ServiceDataStorage - The 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. 30 30 31 '''As developer, the interesting bits for you are most of the time in the PimoStorage.''' What data to store there and how to store it is described in the [http://www.dfki.uni-kl.de/~sauermann/2006/01-pimo-report/pimOntologyLanguageReport.html PIMO report]31 '''As a developer, the interesting bits for you are most of the time in the PimoStorage.''' What data to store there and how to store it is described in the [http://www.dfki.uni-kl.de/~sauermann/2006/01-pimo-report/pimOntologyLanguageReport.html PIMO report] 32 32 33 33 == Accessing the RDF databases == … … 38 38 39 39 '''via the DataAccessService and XML/RPX''' 40 41 40 42 41 '''via java calls from within the gnowsis VM.''' You call methods like these: