linked-data-visualization-tools
linked-data-visualization-tools copied to clipboard
Parameters
trafficstars
The new set of parameters is needed:
- default-layer, the parameter indicating the default layer (google, open street, idee and so on)
- data-cube url, the prefix for data cube dictionary
Anyway, on the client side does not exists any parameter manager. Every time we need to check some parameters, client program sends the query to the server side. The parameter manager on the client is something needed now. Is necessary to remember that the parameters can come from configuration file or from sqlite database.
The problem is GWT doesn't provide any mechanism for synchronous communication with server. It means we don't know when gwt would load all parameters to the manager.