Ian and I thought we'd have a go at a better interface for Fuseki. This
is JENA-420.
There is a new branch
https://svn.apache.org/repos/asf/jena/branches/jena-fuseki-new-ui/
for some experimentation around this JIRA.
A better UI would include the current functionality of
query/update/upload and add the ability to configure the server
(add/remove datasets) and expose stats. From that base, we can add all
sorts of capabilities.
The idea is to have an API on the management port (--mgtPort) which has
a JSON API. This can be driven by a webapp UI for easy use and also
command line scripts for automation of workflows. Having separate port
makes security easier to setup, and especially in environments where
port-blocking is provided.
Andy