Changes between Version 211 and Version 212 of WikiStart


Ignore:
Timestamp:
08/13/19 10:25:35 (5 years ago)
Author:
wouter
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v211 v212  
    1111||= name =||= description =||= more information =||
    1212||the core ||the data structures for issues, values, bids, profiles, events and actions, parties etc.||here||
    13 ||profilesserver||a web server that provides profiles and domain descriptions||[https://tracinsy.ewi.tudelft.nl/trac/GeniusWebProfilesServer profiles server]||
    14 ||partiesserver||A web server that provides instances of running parties to use for negotiation||[https://tracinsy.ewi.tudelft.nl/trac/GeniusWebPartiesServer parties server]||
    15 ||runserver||A web server that can run sessions and tournaments||[https://tracinsy.ewi.tudelft.nl/trac/GeniusWebRunServer run server]||
     13||profilesserver||a web server that provides profiles and domain descriptions||[https://tracinsy.ewi.tudelft.nl/pubtrac/GeniusWebProfilesServer profiles server]||
     14||partiesserver||A web server that provides instances of running parties to use for negotiation||[https://tracinsy.ewi.tudelft.nl/pubtrac/GeniusWebPartiesServer parties server]||
     15||runserver||A web server that can run sessions and tournaments||[https://tracinsy.ewi.tudelft.nl/pubtrac/GeniusWebRunServer run server]||
    1616
    1717
     
    182182
    183183== Preparing the jar file
    184 In order to put your party on the [https://tracinsy.ewi.tudelft.nl/trac/GeniusWebPartiesServer partiesserver] for running, you need a jar file of your party.
     184In 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.
    185185
    186186Normally the party includes all dependencies. The jar files are loaded with an isolated jar class loader that should avoid collisions with possibly identically named but possibly different packages in other jar files.
     
    250250If you want to use another language than java or python2 to write your parties, you have a number of options
    251251* Make your own adapter that runs your language from Java. Check [source:pythonadapter/src/main/java/geniusweb/pythonadapter/PythonPartyAdapter.java our pythonadapter] for an example how this can be done.
    252 * Write your own partiesserver that correctly implements the [https://tracinsy.ewi.tudelft.nl/trac/GeniusWebPartiesServer partiesserver interface]. This boils down to creating a webserver that  correctly can handle calls to a number of prescribed URLs and websockets.
     252* Write your own partiesserver that correctly implements the [https://tracinsy.ewi.tudelft.nl/pubtrac/GeniusWebPartiesServer partiesserver interface]. This boils down to creating a webserver that  correctly can handle calls to a number of prescribed URLs and websockets.
    253253
    254254= JSON layout