Changes between Version 321 and Version 322 of WikiStart
- Timestamp:
- 07/29/20 22:07:56 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v321 v322 664 664 665 665 = Writing a Boa Party 666 THe BoaParty as mentioned in the exampleparties list 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. A Lso there is no mechanism available to load BOA components into the runtime system, you need to load any required components as part of the progess of loading a Party.666 THe BoaParty as mentioned in the exampleparties list 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. 667 667 668 668 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