Andy Seaborne

Results 454 comments of Andy Seaborne

Having the UI for Fuseki/main is "work in progress". The idea is to have 2 [Fuseki modules](https://jena.apache.org/documentation/fuseki2/fuseki-modules.html) - one for the admin server side code, and one to provide the...

It needs the server side functions for database admin (create, delete, stats). Query and data loading work are portable using SPARQL protocols.

Fuseki main (the version `FusekiServer` relates to) does not include the admin protocol. That is available in Fuseki/webapp. [benjaminaaron](https://github.com/benjaminaaron) - BTW, you can run Fuseki/webapp from a java application! It...

My development setup does this: (Fuseki reads Java system properties as well as environment variables: ``` String fusekiHome = "/home/..Somewhere.../jena/jena-fuseki2/jena-fuseki-webapp" ; String fusekiBase = "/home/..Soemwhere.../Fuseki/run" ; // >> Clean start...

@mr-c Which parts of Jena do you use?

Strange - it uses `DatasetAccessor` which was removed several versions ago, and was deprecated for versions before that. `jena-arq` isn't in the dependencies, only `jena-core`. So a different version (3.9.0...

That anything works 3.7.0/4.7.0 is a pleasant (and unsupported!) surprise.

Apache Taverna retired. The codebase source is archived at `0.16.0-incubating-SNAPSHOT`. There are jars in Apache snapshot repository but I'm not sure they supposed to still be there. They may be...

> Not sure if CWLViewer is using Jena 4 and 3 at the same time. Jena uses `ServiceLoader` to initialize so if jars from both on the classpath, then, yes,...

Done with https://github.com/apache/jena/blob/main/CHANGES.txt