Ignore:
Timestamp:
12/18/24 13:54:06 (5 days ago)
Author:
ruud
Message:

All TimeDependent parties now support the nonlinear SumOfGroupsUtilitySpace. Example Nonlinear space in the computer domain

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/main/webapp/newsession.xhtml

    r45 r46  
    5050        <br /> Domain/Profile Server:
    5151        <input type="url" name="url" id="profilesserverurl"
    52                 value="localhost:8080/profilesserver-2.1.6"
     52                value="localhost:8080/profilesserver-2.2.1"
    5353                pattern=".*:[0-9]+/profilesserver.*" size="30"
    5454                onchange="connectDomain()"> </input>
     
    6565                <br /> <b>Participants</b> <br /> Parties Server: <input type="url"
    6666                        name="url" id="partiesserverurl"
    67                         value="localhost:8080/partiesserver-2.1.6"
     67                        value="localhost:8080/partiesserver-2.2.1"
    6868                        pattern=".*:[0-9]+/partiesserver.*" size="30"
    6969                        onchange="connectParties()"> </input> <br /> <br /> <b>Party
     
    356356         refresh table: copy all parties elements in there.
    357357         Typically parties is something like
    358          [{"uri":"http:130.161.180.1:8080/partiesserver/run/randomparty-2.1.6",
     358         [{"uri":"http:130.161.180.1:8080/partiesserver/run/randomparty-2.2.1",
    359359                 "capabilities":{"protocols":["SAOP"]},
    360360                 "description":"places random bids until it can accept an offer with utility >0.6",
    361                  "id":"randomparty-2.1.6",
     361                 "id":"randomparty-2.2.1",
    362362                 "partyClass":"geniusweb.exampleparties.randomparty.RandomParty"},
    363363                                 ...]
     
    736736        function init() {
    737737                selectProtocol();
    738                 document.getElementById("partiesserverurl").value =window.location.hostname+":8080/partiesserver-2.1.6"
    739                 document.getElementById("profilesserverurl").value =window.location.hostname+":8080/profilesserver-2.1.6"
     738                document.getElementById("partiesserverurl").value =window.location.hostname+":8080/partiesserver-2.2.1"
     739                document.getElementById("profilesserverurl").value =window.location.hostname+":8080/profilesserver-2.2.1"
    740740                connectDomain();
    741741                connectParties();
Note: See TracChangeset for help on using the changeset viewer.