Changes between Version 11 and Version 12 of WikiStart
- Timestamp:
- 10/09/06 14:22:17 (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v11 v12 20 20 - preserve XML-RPC compliance 21 21 22 - make '''EVERY''' type XML-RPC transportable with minimal coding effort(ideally, not a single line of extra code!)22 - make '''EVERY''' type XML-RPC transportable with '''minimal coding effort''' (ideally, not a single line of extra code!) 23 23 24 24 - do not interfere with design of remote interfaces. Within the remote calls, one should be able to use any … … 50 50 [wiki:ExampleUsingOwnInterfaceTypes Using interface or abstract types in your API] 51 51 52 [wiki:ExampleUsingThirdPartyTypes Using third party types in your API] 52 [wiki:ExampleUsingThirdPartyTypes Using third party types in your API] -- When you cannot annotate or modify classes you want to use remotely ... 53 53 54 54 [wiki:ExampleUsingXmlRpcBeans For lazy programmers: using XmlRpcBeans] -- Own types '''without''' conversion coding ...