Re: client/server communication protocol

2018-03-13 Thread Dick Murray
a website and using Jena/Fuseki as a > >> non-public backend database. > >> > >> > >> > >> > >> Sent: Tuesday, March 13, 2018 at 8:29 AM > >> From: "Laura Morales" > >> To: users@jena.apache.org > >> Cc: users@jena.apa

Re: client/server communication protocol

2018-03-13 Thread ajs6f
>> >> Sent: Tuesday, March 13, 2018 at 8:29 AM >> From: "Laura Morales" >> 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 me

Re: client/server communication protocol

2018-03-13 Thread Dick Murray
m the > perspective of a developer making a website and using Jena/Fuseki as a > non-public backend database. > > > > > Sent: Tuesday, March 13, 2018 at 8:29 AM > From: "Laura Morales" > To: users@jena.apache.org > Cc: users@jena.apache.org > Subject: Re: cl

Re: client/server communication protocol

2018-03-13 Thread Claude Warren
.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 > connections, after then it passes my qu

Re: client/server communication protocol

2018-03-13 Thread Laura Morales
at 8:29 AM From: "Laura Morales" 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 c

Re: client/server communication protocol

2018-03-13 Thread Laura Morales
2018 at 8:11 AM From: "Lorenz Buehmann" 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 SPARQL protocol [1] perfec

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 serve

client/server communication protocol

2018-03-12 Thread Laura Morales
When I want to connect to a database such as postgres, there are various "bindings" for any language, for example java, python, php, c, etc. These are usually called "drivers" or "bridges" or something like that. As far as I understand, this piece of software takes my query, opens a TCP connecti