You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jena.apache.org by "Martynas Jusevičius (Jira)" <ji...@apache.org> on 2021/07/09 17:46:00 UTC

[jira] [Comment Edited] (JENA-2130) GSP. Graph Store Protocol client using java.net.http

    [ https://issues.apache.org/jira/browse/JENA-2130?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17378209#comment-17378209 ] 

Martynas Jusevičius edited comment on JENA-2130 at 7/9/21, 5:45 PM:
--------------------------------------------------------------------

I don't understand why all the protocols are being lumped together under {{RDFConnection}} instead of having dedicated interfaces as before? To me that's bad OO design.

There is no such thing as "connection" in the RDF world, but there are endpoints for different protocols, and their "accessors" or clients or what you want to call them.


was (Author: graphity):
I don't understand why all the protocols are being lumped together under {{RDFConnection}} instead of having dedicated interfaces as before? To me that's bad OO design.

There is no such thing as "connection" in the RDF world, but there are endpoints (and their "accessors" or clients or what you want to call them).

> GSP. Graph Store Protocol client using java.net.http
> ----------------------------------------------------
>
>                 Key: JENA-2130
>                 URL: https://issues.apache.org/jira/browse/JENA-2130
>             Project: Apache Jena
>          Issue Type: Improvement
>          Components: ARQ, SPARQL
>    Affects Versions: Jena 4.1.0
>            Reporter: Andy Seaborne
>            Assignee: Andy Seaborne
>            Priority: Major
>
> All GSP usage.
> {{DatasetAccessor}} and {{DatasetGraphAccessor}} are already deprecated.
> Normally, GSP will be used via {{RDFConnection}} and {{RDFLink}}.



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