Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
Jena 3.8.0
-
None
Description
The module jena-fuseki-core has both the core of Fuseki (data registries, service servlets, the servlet filter) and the webapp code needed for the full server with UI.
The embedded Fuseki does not need the webapp.
Separating the two aspects into separate modules is cleaner and avoids the risk of webapp assumptions leaking into the non-webapp embedded server.
The key difference is that the embedded/base server makes no assumptions about disk, it is given datasets to manage, where as the webapp full/UI server has an on-disk configuration and database area.
Attachments
Issue Links
- depends upon
-
JENA-1585 Reorganize the Fuseki codebase to split the server engine classes from the webapp classes
- Closed
- links to