Changes between Version 2 and Version 3 of GnowsisApiRequirements
- Timestamp:
- 02/28/06 17:51:03 (19 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GnowsisApiRequirements
v2 v3 29 29 30 30 Frank: 31 32 Jon: We have written our application in .Net and are capturing operating system events. We would like to contact gnowsis via a Joseki-like interface. For example, we would like to call methods like this: 33 {{{ 34 #!java 35 36 public String getQueryResultAsRDFXML() 37 38 }}}