Changes between Version 3 and Version 4 of XmlRpcDeveloping


Ignore:
Timestamp:
04/28/06 19:28:22 (18 years ago)
Author:
sauermann
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • XmlRpcDeveloping

    v3 v4  
    5454 * PimoStorage, you can add/remove triples from the pimo via [http://www.gnowsis.org/statisch/0.9/doc/gnowsis-server/javadoc/org/gnowsis/api/DataAccessApi.html this api]. 
    5555 * every [http://www.gnowsis.org/statisch/0.9/doc/gnowsis-server/javadoc/org/gnowsis/api/package-summary.html gnowsis-server API] that is listed. 
    56  * '''note that you can only call methods that have really simple input/output values'''. Not every method is allowed for XML/RPC access, we are currently working on making more methods available. 
     56 * '''note that you can only call methods that have really simple input/output values'''. Not every method is allowed for XML/RPC access, we are currently working on making more methods available. Only methods with the following datatypes as input/output work: 
     57   * no void result supported (XML/RPC standard) 
     58   * Integer, Boolean, String, Double, javaa.util.Calendar, java.util.Date, byte[], java.util.Map, java.util.List 
     59   * no more. espacially this will not work: com.hp.hpl.jena.rdf.model.Resource ! 
     60   * we are working on providing String-based interfaces for most of our methods. 
    5761 
    5862= And what about Mozilla and XUL? =