[Mulgara-general] Java client libraries

Paul Gearon gearon at ieee.org
Wed Aug 25 18:45:02 UTC 2010


On Wed, Aug 25, 2010 at 2:29 PM, Lars Marius Garshol
<larsga at garshol.priv.no> wrote:
>
> I'm porting an existing application to Mulgara and am wondering what the best way to develop against it in Java is. I realize I have to send queries via HTTP requests, but I'd rather not have to build the entire infrastructure for doing that myself. Are there some existing SPARQL client libraries which can connect to Mulgara? What do people normally use? JSP taglibs would be ideal.

I'm trying to aim clients at using HTTP, but binary connections work
fine. The library to use for a pure binary connection is
driver-2.1.8.jar. You can see an example of using it at:
  http://mulgara.org/svn/mulgara/trunk/tools/src/org/mulgara/tools/Sparql.java


> I did find this
>
>  http://docs.mulgara.org/system/jsptaglib.html
>
> but it looked a bit out of date, and seemed to be aimed at TQL.

It is out of date, but it wouldn't take much to get it caught up.
There just hasn't been any demand for it, until now.

> Is there a SPARQL equivalent? Does it work with SPARQL?

No, it hasn't been touched (to my knowledge) since SPARQL came along.

Regards
Paul Gearon


More information about the Mulgara-general mailing list