Changes between Version 419 and Version 420 of WikiStart


Ignore:
Timestamp:
07/27/21 11:42:41 (3 years ago)
Author:
wouter
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v419 v420  
    22
    33= GeniusWeb =
    4 ''GeniusWeb'' is an open architecture for negotiation via the internet. The core of the architecture is a [https://en.wikipedia.org/wiki/JSON JSON] based communication protocol that standardizes the communication messages comprising a negotiation.
     4''GeniusWeb'' is an open architecture for negotiation via the internet. The core of the architecture is a [https://en.wikipedia.org/wiki/JSON JSON] based communication protocol that standardizes the communication messages comprising a negotiation. So at the top level we can distinguish
     5
     6* The core, which is the definition of all the fundamental components (such as issues, values, bids, utilities, profiles, parties, protocols)
     7* The web architecture, which defines how communication between the core elements can be orchestrated over web services.
    58
    69This project also contains a java-based reference implementation. It provides protocols, data structures and many components needed in negotiation such as isues, values, domain descriptions, preference profiles, timelines, negotiation protocols, json serialization of these items, automatic negotiation software, etc.