Changes between Version 257 and Version 258 of WikiStart


Ignore:
Timestamp:
09/24/19 11:59:16 (5 years ago)
Author:
wouter
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v257 v258  
    298298
    299299== References
    300 Parties, domains,  profiles and protocols are stored and used on remote machines.
     300The references module contains references to remote parties, domains, profiles and protocols that are stored on remote machines. Additionally it contains the interface specifications for connections to remote objects, and some general server objects.
    301301
    302302Javadoc is available on the [http://artifactory.ewi.tudelft.nl/artifactory/webapp/#/artifacts/browse/tree/General/libs-release-local/geniusweb/references artifactory]. See [wiki:WikiStart#DownloadingJavaDoc downloading javadoc].
     303
     304=== References
    303305
    304306We use IRI's (internationalized resource identifier, which looks similar to the well known URLs you use in your web browser) to refer to them. These IRI's are packed inside objects like the PartyRef, ProtocolRef, ProfileRef, DomainRef so that it is clear what type of object the IRI is referring to.
     
    312314||file:||profile||file:src/test/settings.json ||gives file relative to local current working dir||
    313315||classpath:||party||classpath:geniusweb.exampleparties.randomparty.RandomParty||must be in classpath||
     316
     317=== Connection
     318The connection objects are used to describe a general connection with a remote Connectable that can respond to requests or take actions pro-actively. The Connection object defines a connection to a Connectable.  A ConnectionFactory can create a Connection given a Reference.
     319
     320=== serverobjects
     321Here we store objects that are also used in communication with servers.
     322
     323The ServerInfo object contains information about a runserver. Currently it contains the number of free slots and the total number of available slots on the server.
     324
     325
    314326
    315327== BidSpace