Is this just a Java thing, or does it mean that I can setup a REST service on 
Fuseki itself (maybe with some config file)?

 
 

Sent: Thursday, May 24, 2018 at 4:29 PM
From: "Martynas Jusevičius" <marty...@atomgraph.com>
To: jena-users-ml <users@jena.apache.org>
Subject: Re: Fuseki user-defined Web Services
I had long ago suggested that Jena should build on JAX-RS, which is the
RESTful API for Java.

You can see how that can be done here:
https://github.com/AtomGraph/Core/blob/master/src/main/java/com/atomgraph/core/model/impl/QueriedResourceBase.java

On Thu, May 24, 2018 at 4:19 PM, Piotr Nowara <piotrnow...@gmail.com> wrote:

> Hi,
>
> is there any documentation describing the new Fuseki capability of handling
> the user-defined services?
>
> The 3.7.0 release info says: "JENA-1435: Provide extensibility of Fuseki
> with new services. It is now possible to add custom services to a Fuseki
> service, not just the services provided by the Fuseki distribution."
>
> Does this mean I can create my own REST Web Service and host it using
> Fuseki?
>
> Thanks,
> Piotr
>

Reply via email to