[
https://issues.apache.org/jira/browse/JENA-201?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13194126#comment-13194126
]
Andy Seaborne commented on JENA-201:
------------------------------------
One issue for web.xml ...
The URIs for routing the requests include the dataset name before the service
name.
Standalone, a relevant servlet is mounted at each service point declared in the
config file, including no servlet if that service isn't offered. This is more
than JAX-RS like dispatch by pattern. A single dispatcher to work on URI
patterns, with the dispatch built with info from the config file may be
necessary. web.xml is merely routing everything to this dispatcher servlet.
This style could be rolled back to the standalone server so as not to have
duplication.
Or maybe put the "configuration" almost entirely in web.xml, leaving only the
dataset declaration part for each service in the config file and let the webapp
container manage it i.e have two configuration mechanisms. As some config file
for assemblers is going to be needed, I'm inclined currently to have one place
to configure and have the generic dispatch servlet.
> Deliver Fuseki as a WAR file.
> -----------------------------
>
> Key: JENA-201
> URL: https://issues.apache.org/jira/browse/JENA-201
> Project: Jena
> Issue Type: Improvement
> Components: Fuseki
> Reporter: Andy Seaborne
> Priority: Minor
>
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira