Changes between Version 121 and Version 122 of WikiStart


Ignore:
Timestamp:
01/14/19 09:52:08 (5 years ago)
Author:
wouter
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v121 v122  
    2121== Writing a party in Java
    2222
    23 Negotiation parties are run on a parties server, such as the one provided above. The provided parties server supports only java agents at this time.
    24 
    2523Example agents can be found [https://tracinsy.ewi.tudelft.nl/trac/Genius2/browser/exampleparties here]. An agent is compiled with maven. After compilation ({{{mvn package}}}) you get a {{{target/yourparty-X.Y.Z-jar-with-dependencies.jar}}} that can be copied into the parties server for deployment.
    2624
     25
     26== Running a party
     27
     28Negotiation parties are run on a parties server, such as the one provided above. The provided parties server supports only java agents at this time.
    2729
    2830=== Some technical info