You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jena.apache.org by "Andy Seaborne (Jira)" <ji...@apache.org> on 2021/05/14 09:54:00 UTC

[jira] [Created] (JENA-2105) Builder pattern for dataset services and endpoints.

Andy Seaborne created JENA-2105:
-----------------------------------

             Summary: Builder pattern for dataset services and endpoints.
                 Key: JENA-2105
                 URL: https://issues.apache.org/jira/browse/JENA-2105
             Project: Apache Jena
          Issue Type: Improvement
          Components: Fuseki
    Affects Versions: Jena 4.0.0
            Reporter: Andy Seaborne
            Assignee: Andy Seaborne
             Fix For: Jena 4.1.0


{{Endpoint}} and {{DataService}} has a mix of getters and setters. In Fuseki nowadays, there is a construction phase and a usage phase. There are no modifications during the usage phase; modification of a {{DataService}} should be by creating a new one so in-progress requests are not affected.

The builder pattern enforces this and will help with being able to reload the configuration while the server is running.





--
This message was sent by Atlassian Jira
(v8.3.4#803005)