Changes between Version 4 and Version 5 of WikiStart


Ignore:
Timestamp:
10/06/06 14:44:42 (18 years ago)
Author:
lauer
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v4 v5  
    4444== Examples == 
    4545 
    46 === Server side === 
     46[http://delight.opendfki.de/wiki/#ExampleUsingXmlRpcCompliantTypes] 
     47 
     48[wiki:WikiStart#ExampleUsingOwnConceteTypes] 
     49 
     50[wiki:WikiStart#ExampleUsingOwnInterfaceTypes] 
     51 
     52[wiki:WikiStart#ExampleUsingThirdPartyTypes] 
     53 
     54[wiki:WikiStart#ExampleUsingXmlRpcBeans] 
     55 
     56=== Using XML-RPC compliant types in your API === #ExampleUsingXmlRpcCompliantTypes 
     57 
     58'''Server side''' 
    4759 
    4860 - The server side defines an API to be used remotely over XML-RPC. Additionaly an implementation 
     
    6779}}}     
    6880 
    69 === Client side === 
     81'''Client side''' 
    7082     
    7183 - create a remote client the use the API by simply calling a single method