Re: client/server communication protocol

2018-03-13 Thread ajs6f
> >> >> >> Sent: Tuesday, March 13, 2018 at 8:29 AM >> From: "Laura Morales" <laure...@mail.com> >> To: users@jena.apache.org >> Cc: users@jena.apache.org >> Subject: Re: client/server communication protocol >> Am not saying one i

Re: client/server communication protocol

2018-03-13 Thread Dick Murray
ed to a > custom protocol programmed on a lower level socket. > > > > > Sent: Tuesday, March 13, 2018 at 8:11 AM > From: "Lorenz Buehmann" <buehm...@informatik.uni-leipzig.de> > To: users@jena.apache.org > Subject: Re: client/server communication protocol >

Re: client/server communication protocol

2018-03-13 Thread Claude Warren
ure...@mail.com> > To: users@jena.apache.org > Cc: users@jena.apache.org > Subject: Re: client/server communication protocol > Am not saying one is better or worse than the other, I'm merely trying to > understand. If I understand correctly Fuseki is responsible for handling >

Re: client/server communication protocol

2018-03-13 Thread Laura Morales
From: "Laura Morales" <laure...@mail.com> To: users@jena.apache.org Cc: users@jena.apache.org Subject: Re: client/server communication protocol Am not saying one is better or worse than the other, I'm merely trying to understand. If I understand correctly Fuseki is responsi

Re: client/server communication protocol

2018-03-13 Thread Laura Morales
:11 AM From: "Lorenz Buehmann" <buehm...@informatik.uni-leipzig.de> To: users@jena.apache.org Subject: Re: client/server communication protocol Well, Fuseki is exactly the HTTP layer on top of Jena. Without Fuseki, which protocol do you want to use to communicate with Jena? The SP

Re: client/server communication protocol

2018-03-13 Thread Lorenz Buehmann
Well, Fuseki is exactly the HTTP layer on top of Jena. Without Fuseki, which protocol do you want to use to communicate with Jena? The SPARQL protocol [1] perfectly standardizes the communication via HTTP. Without Fuseki, who should do the HTTP handling? Clearly, you could setup your own Java