Fuseki2 is an extensive upgrade of Fuseki 1.
http://people.apache.org/~andy/fuseki2/
http://people.apache.org/~andy/fuseki2/docs/
This preview milestone build is rough-and-ready but it is not the final
form.
Fuseki2 includes:
+ Server administration (e.g. add/remove datasets while running)
+ A new UI including more modern query page and a UI to server
administration by Ian.
+ security, using Apache Shiro.
+ A WAR file for running in Tomcat (et al) in addition to the standalone
server.
All the previous functionality still works (should still work...) ;
there is a better way to configure datasets but the Fuseki1 way still works.
The documentation is incomplete but will give the general direction.
Development builds are not suitable for use in production.
This is not an Apache release.
The build uses snapshot versions of the rest of Jena.
If you integrate Fuseki with your own systems, then it would be good to
discuss how to make that easier because now is a good time to make changes.
Fuseki2 requires Java7.
Andy