Changes between Version 18 and Version 19 of WikiStart
- Timestamp:
- 03/12/19 15:21:38 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v18 v19 30 30 * create a websocket to the server at {{{ws:...profilesserver/websocket/liststream}}} 31 31 * The server sends the clients a JSON map, with the keys being the URI of the element containing a GeneralPartyInfo object. 32 * A new, full list is sent every time something changes in the list. 32 33 33 34 The java implementation provided here continuously checks the files inside the apache-tomcat directory {{{webapps/profilesserverXXX/domainsrepo}}}. If you drop or rename files in there, it is detected automatically, the files are (re) parsed and made available. 34 35 35 36