The development build of Fuseki now has support for a configuration file
(similar to Joseki, but different format).
This means you can publish more than one dataset from the same server,
configure the endpoint services and endpoint names for each dataset and
set features like query timeout on a per-dataset granularity.
The existing command line arguments continue to work - they are a way of
configuring a single dataset with a default naming scheme for the
services on a dataset.
http://openjena.org/repo-dev/org/openjena/fuseki/0.2.1-SNAPSHOT/
Example described at:
http://openjena.org/wiki/Fuseki#Fuseki_Configuration_File
The control page will give a list of datasets to choose from.
In this release, there is a general purpose SPARQL processor, which
reads it's data from the web, as given by the default-graph-uri or
named-graph-uri parameters, or the FROM/FROM NAMED clauses in the query.
Please give feedback on the new configuration file - when it has been
reviewed enough, a proper release of Fuseki will be done. For now, it's
possible to change and improve features before they are set in stone by
a non-development release.
Andy