You are viewing a plain text version of this content. The canonical link for it is here.
Posted to pr@jena.apache.org by GitBox <gi...@apache.org> on 2022/02/04 10:53:47 UTC

[GitHub] [jena] afs commented on pull request #1184: JENA-2272: Introduce DSP. Refactor GSP. Common base StoreProtocol.

afs commented on pull request #1184:
URL: https://github.com/apache/jena/pull/1184#issuecomment-1029867192


   `RDFDatasetConnection` is an interface, not an implementation.
   
   `RDFConnection` is an interface implemented by an adapter to `RDFLink`.
   
   `RDFLink` calls the engines `GSP` and `DSP` which are both "one shot" style whereas `RDFLink` is a connection (possibly many operations of different kinds, and various settings for all the operations).
   
   `StoreProtocol` is the common HTTP setup for `GSP` and `DSP`.
   


-- 
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.

To unsubscribe, e-mail: pr-unsubscribe@jena.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: pr-unsubscribe@jena.apache.org
For additional commands, e-mail: pr-help@jena.apache.org