Next issue: currently, the Fuseki control-panel allows the user to select one of the current datasets by having the server dynamically construct an HTML page with the id's of the current datasets built-in to an options element. Do we want to replace this functionality with the client-side Javascript approach we're using for the management function? I would prefer that. The problem I see is when the server is run without the --mgtPort option (or whatever replaces it). How do the main (i.e. non-admin) pages access a list of datasets when there's no management API enabled?
I guess I'm suggesting that the JSON API separates the general discovery functionality (tell me the datasets) from the admin functionality (let me update the datasets), so that they can be configured and controlled separately. Ian
