Claude, SPARQL endpoint implementation in Graphity Linked Data server can proxy another endpoint, or serve a local Model. It can be accessed via HTTP or directly through JAX-RS object methods: https://github.com/Graphity/graphity-ldp/blob/rf-input-mode/src/main/java/org/graphity/server/model/SPARQLEndpointBase.java
Not sure if it's similar to what you had in mind though :) Martynas graphity.org On Wed, Mar 27, 2013 at 10:52 AM, Claude Warren <cla...@xenei.com> wrote: > Currently Jena seems to require the use of Fuseki (or other web front end) > to handle multiple applications talking to the same dataset/model/graph. > > Is this an intended (planned) direction or has there been any thought put > to the idea that a Jena server at a lower level. Something akin to the > MySQL C API which, as I understand it, allows multiple application to > attach to a single MySQL instance. > > What I am thinking of here is basically a Graph implementation for the > client that uses a network connection to proxy the requests to a server > component. All this without the need of installing Fuseki. This would > allow multiple applications written against the Jena API to execute against > a shared Jena server. > > Other possible implementations are a Model implementation or a Dataset > implementation. Or perhaps all 3, depending on the performance we can get > from the low level calls. > > > +-----+ +---------------+ +-----+ > |App1|------|Jena Server| -------|App2| > +-----+ +---------------+ +-----+ > | > +----------+ > | Fuseki | > +----------+ > > Is there any interest in this? > > > > Claude > > > > -- > I like: Like Like - The likeliest place on the web<http://like-like.xenei.com> > Identity: https://www.identify.nu/user.php?cla...@xenei.com > LinkedIn: http://www.linkedin.com/in/claudewarren