Changes between Version 327 and Version 328 of WikiStart
- Timestamp:
- 07/30/20 10:27:46 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v327 v328 671 671 672 672 == Writing a Boa Party 673 THe BoaParty as mentioned in the exampleparties listis fully configurable to use BOA components. But this adds some hassle when setting up a negotiation as all the components must be explicitly added in the parameters. Also you can not load just a custom BOA component into the runserver, the runserver only supports ready-to-run Party's so custom BOA components have to be part of a custom party.673 As mentioned in [#BoaParty] the BoaParty is fully configurable to use BOA components. But this adds some hassle when setting up a negotiation as all the components must be explicitly added in the parameters. Also you can not load just a custom BOA component into the runserver, the runserver only supports ready-to-run Party's so custom BOA components have to be part of a custom party. 674 674 675 675 You can hard code a Boa Party by extending the DefaultBoa class. You can use all the Boa components, you can add your own components, and you wire them hard into your party. An example is proviced in the simpleboa example package. SimpleBoa looks like this