Re: there is a tutorial on the use of fuseki on jsp (JavaServer Pages), to be able to consult about the web platform

2017-11-21 Thread Manuel Quintero Fonseca
I could make a query to show it on a page with jsp with the information on the following page: https://www.codementor.io/isaib.cicourel/sparql-query-using-endpoints-101-du10884g8 Now it is still possible to format the presentation with html, and a search box, we will see how it is going

Re: there is a tutorial on the use of fuseki on jsp (JavaServer Pages), to be able to consult about the web platform

2017-11-21 Thread John A. Fereira
I have done something like this but it’s a bit too complex to describe on a mailing list. It’s basically a Spring MVC java web application that uses JSP (and JSTL) at a view layer for the results. Paul Tysons suggestion to use a javascript library rather than JSP is a good one. Basically,

Re: there is a tutorial on the use of fuseki on jsp (JavaServer Pages), to be able to consult about the web platform

2017-11-21 Thread Paul Tyson
> On Nov 21, 2017, at 12:21, Manuel Quintero Fonseca wrote: > > Yes, I want to make a query with sparql in fuseki, to show the result in a > web. what has been researched, happens to use java for web pages JSP is > used in tomcat. You might have a good reason (or

Re: there is a tutorial on the use of fuseki on jsp (JavaServer Pages), to be able to consult about the web platform

2017-11-21 Thread Manuel Quintero Fonseca
Yes, I want to make a query with sparql in fuseki, to show the result in a web. what has been researched, happens to use java for web pages JSP is used in tomcat. 2017-11-21 6:55 GMT-07:00 ajs6f : > Are you asking about the use of Fuseki from JSP pages? That is, using JSP >

there is a tutorial on the use of fuseki on jsp (JavaServer Pages), to be able to consult about the web platform

2017-11-20 Thread Manuel Quintero Fonseca
Hello, there is a tutorial on the use of fuseki on jsp (JavaServer Pages), to be able to consult about the web platform Information on this subject is very scarce, and in the official documentation or say, is unclear. Thank you