Changes between Version 17 and Version 18 of WikiStart
- Timestamp:
- 07/27/21 13:59:35 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v17 v18 25 25 ||profileconnection||see https://tracinsy.ewi.tudelft.nl/pubtrac/GeniusWeb/wiki/WikiStart#ProfileConnectionFactory|| 26 26 ||references||see https://tracinsy.ewi.tudelft.nl/pubtrac/GeniusWeb/wiki/WikiStart#References|| 27 28 29 27 30 28 = Example Parties … … 117 115 Notice, above is slightly simplified code, for fully working code check the [source:/exampleparties/randomparty/src/main/java/geniusweb/exampleparties/randomparty/RandomParty.java source code]. 118 116 117 A party receives and can send native python objects. This enables proper type checking of your implementation. 118 119 119 The party must follow the behaviours that it promises. The example above folows the SAOP behaviour. 120 120