afs commented on a change in pull request #28:
URL: https://github.com/apache/jena-site/pull/28#discussion_r519199757
##########
File path: source/documentation/fuseki2/__index.md
##########
@@ -35,6 +35,7 @@ transactional persistent storage layer, and incorporates
- [As a Docker container](fuseki-main#fuseki-docker)
- [As an embedded SPARQL server](fuseki-embedded.html)
- [Security and data access control](fuseki-data-access-control.html)
+ - [Fuseki Server Protocol (REST API)](fuseki-server-protocol.html)
Review comment:
The pages were reorged 2 months ago - there is a page for
[Fuseki/webapp](https://jena.apache.org/documentation/fuseki2/fuseki-webapp.html)
and a page for
[Fuseki/main](https://jena.apache.org/documentation/fuseki2/fuseki-main.html),
which includes docker, and for Fuseki+GeoSPARQL.
There are traditional ways to run services and modern ones, not that we see
many instances of multiple webapps in a single Tomcat installation these days.
The many modules are a maven effect and, yes, there are quite a few of them.
Each module does one step, so while one or two steps could be combined into one
module, by the time we have core code, webapp, command line, different
packagings, it all mounts up. Might be slightly easier in gradle but we get the
release process from Apache parent POM.
I can add a page for the module dependencies if that helps.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]