Changes between Version 121 and Version 122 of WikiStart
- Timestamp:
- 01/14/19 09:52:08 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v121 v122 21 21 == Writing a party in Java 22 22 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 25 23 Example 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. 26 24 25 26 == Running a party 27 28 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. 27 29 28 30 === Some technical info