Changes between Version 17 and Version 18 of WikiStart


Ignore:
Timestamp:
07/27/21 13:59:35 (3 years ago)
Author:
Wouter Pasman
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v17 v18  
    2525||profileconnection||see https://tracinsy.ewi.tudelft.nl/pubtrac/GeniusWeb/wiki/WikiStart#ProfileConnectionFactory||
    2626||references||see https://tracinsy.ewi.tudelft.nl/pubtrac/GeniusWeb/wiki/WikiStart#References||
    27 
    28 
    2927
    3028= Example Parties
     
    117115Notice, above is slightly simplified code, for fully working code check the [source:/exampleparties/randomparty/src/main/java/geniusweb/exampleparties/randomparty/RandomParty.java source code].
    118116
     117A party receives and can send native python objects. This enables proper type checking of your implementation.
     118
    119119The party must follow the behaviours that it promises. The example above folows the SAOP behaviour. 
    120120