Changes between Version 394 and Version 395 of WikiStart


Ignore:
Timestamp:
04/06/21 16:56:20 (3 years ago)
Author:
wouter
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v394 v395  
    760760Notice, above is simplified code supporting, for fully working code check the [source:/exampleparties/randomparty/src/main/java/geniusweb/exampleparties/randomparty/RandomParty.java source code].
    761761
    762 === Party Parameters
    763 A party may receive parameters to adjust its behaviour.
    764 Some of these are party-specific, check e.g. the [#ExampleParties parameters of the example parties].
    765 Other parameters may be protocol specific. For these, check the section on [#ProtocolPartyParameters protocol specific party parameters].
    766 
    767 
    768762=== Preparing the jar file
    769763In order to put your party on the [https://tracinsy.ewi.tudelft.nl/pubtrac/GeniusWebPartiesServer partiesserver] for running, you need a jar file of your party.
     
    909903If you need to run a party written by soneome else, we recommend to run it on an isolated machine and possibly even without any network connection. That way you can entirely dispose the party and all its side effects after running, ensuring the integrity of your other machines.
    910904
     905== Party Parameters
     906A party may receive parameters to adjust its behaviour.
     907Some of these are party-specific, check e.g. the [#ExampleParties parameters of the example parties].
     908Other parameters may be protocol specific. For these, check the section on [#ProtocolPartyParameters protocol specific party parameters].
     909
    911910
    912911= Stand-alone Running =