Sorry, but I don't understand your problem. Jena/Fuseki is a server, what 
you're trying to do seems to me very clearly a client-side thing. Why would the 
server store any user UI? If you're using a javascript framework, you simply 
send a GET request, get JSON in return, and bind these values to the framework 
(on the client side). Similar to any other UI program. The point of a database 
is to retrieve data, not to format it nicely for your UI. Just out of 
curiosity, how do you use traditional RDBMes? Do you expect them to format HTML 
templates for you?

On the other hand, if what you meant is simply to improve the documentation 
with some demo apps, then I agree that it could be useful to see how others are 
using Jena/Fuseki in their projects.
 
 

Sent: Monday, March 19, 2018 at 8:31 AM
From: "David Moss" <[email protected]>
To: [email protected]
Subject: Re: Example code
That is certainly a way to get data from a SPARQL endpoint to display in a 
terminal window.
It does not store it locally or put it into a user-friendly GUI control however.
Looks like I might have to roll my own and face the music publicly if I'm doing 
it wrong.

I think real-world examples of how to use Jena in a user friendly program are 
essential to advancing the semantic web.
Thanks for considering my question.

Reply via email to