On 02/08/13 00:58, Lewis John Mcgibbney wrote:
Hi Andy,
On Wed, Jul 24, 2013 at 12:32 AM, Andy Seaborne <[email protected]> wrote:


Also I've never worked with .tpl files before... they look similar but I am
not familiar...


.tpl files are Velocity files.  I decided to hide the technology used by
calling them "tpl" not "vm" in case it changes.



I have the feeling that I need to edit the velocity file (.tpl) as well as
the .html if I want to add modify the query form.
Can you confirm if this is the case.
I am trying to follow my query through from form submission to execution of
the Java code within the Fuseki servlets... right now this is not happening
for me.
Any guidance on how I can get dug in here would be great.
It would also make my life that little bit easier... oh and my upcoming
weekend (what weekend!!!) that little bit easier :0)
Thank you v much.
Lewis


sparql.html is the general purpose (you gave to give it the data via FROM etc or via the protocol)

sparql.tpl is a SPARQL query over the current dataset.

Different entry points.

I debug by running under Eclipse and break pointing the perform() method of the servlet.

I just run the server by calling main() from java:

FusekiCmd.main(...) ;

        Andy


Reply via email to