Awhile back I implemented a sparql.tpl that displayed the results in a table or a message in the case of an error without leaving the sparql.tpl page so it was very easy to iterativly develop a query before sending the results as a file or creating a new graph (if the user had permissions to do so).
I submitted the javascript that did much of this as a patch quite awhile ago. On Tue, Aug 6, 2013 at 6:06 PM, Lewis John McGibbney (JIRA) <[email protected] > wrote: > Lewis John McGibbney created JENA-503: > ----------------------------------------- > > Summary: Implement redirect for Fuseki once triples have been > uploaded > Key: JENA-503 > URL: https://issues.apache.org/jira/browse/JENA-503 > Project: Apache Jena > Issue Type: Improvement > Reporter: Lewis John McGibbney > Priority: Minor > Fix For: Fuseki 0.2.8 > > > When users use the sparql.tpl form [0], they are presented with an html > page which provides some simple output specifying success, with number of > triples (in the case where the file(s) upload was successful) or else an > HTTP status code with a brief error message (in the case where it was not > successful). Regardless of the case, it would be nice to set up a redirect > (say after 5 or 10 seconds) to get them back to sparql.tpl with the > previously selected dataset. > Additionally, it would be nice to allow backwards navigation to other > forms from this form as it would save folks having to hit > http://localhost:3030 every time they wish to navigate Fuseki. > > I don't have a patch yet, this was something which just crept in to my > head right now. > > [0] > http://svn.apache.org/repos/asf/jena/trunk/jena-fuseki/pages/sparql.tpl > > -- > This message is automatically generated by JIRA. > If you think it was sent incorrectly, please contact your JIRA > administrators > For more information on JIRA, see: http://www.atlassian.com/software/jira > -- I like: Like Like - The likeliest place on the web<http://like-like.xenei.com> Identity: https://www.identify.nu/[email protected] LinkedIn: http://www.linkedin.com/in/claudewarren
