On 18/07/12 14:39, Heiner Oberkampf wrote:
Hi,
I originally use jetty server with xstream library to handle my
xml-requests. Now i want to use fuseki server to create some sparql
endpoint. I don't want to run the fuseki server from the commandline
I downloaded the fuseki libaray, and tried to start the jetty server in it,
but it isnot starting. I tried to find the relevant libraries for handling
the sparql in order to integrate them with my old jetty libraries but i
couldn't find them. Any suggestions?
Thanks,
Heiner
I use Fuseki in Eclipse for development by calling it's main method:
FusekiCmd.main("--config=config.ttl") ;
To get the jars and dependencies via maven:
http://repo1.maven.org/maven2/org/apache/jena/jena-fuseki/0.2.3/jena-fuseki-0.2.3.pom
or you can put the self-contained jar on the classpath if you avoid
including the same things via a different route.
Andy