Re: Fuseki Modules

2023-06-12 Thread Andy Seaborne
On 03/01/2023 13:43, Andy Seaborne wrote: On 03/01/2023 11:40, LB wrote: Hi all and late happy new year! Nice work with the modules Andy. Now, a probably a silly question and maybe I missed something already mentioned in some other mail ... Documentation: "Modules are invoked during t

Re: Fuseki Modules

2023-01-03 Thread Andy Seaborne
dule being used in Fuseki Standalone (UI) ? Fuseki Webapp (the standalone jar is Jetty + the portable webapp) will not support Fuseki Modules. Filters and servlets are configured by web.xml in a webapp. There isn't a webapp-API portable way to make it dynamic. The standalone jar wi

Re: Fuseki Modules

2023-01-03 Thread LB
Hi all and late happy new year! Nice work with the modules Andy. Now, a probably a silly question and maybe I missed something already mentioned in some other mail ... I tried to add a Fuseki Module, but for the Fuseki with UI Standalone setup. It looks like my module does only work for setu

[GitHub] [jena-site] afs merged pull request #73: Documentation for Fuseki Modules

2021-11-02 Thread GitBox
afs merged pull request #73: URL: https://github.com/apache/jena-site/pull/73 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@jena

[GitHub] [jena-site] afs merged pull request #73: Documentation for Fuseki Modules

2021-11-02 Thread GitBox
afs merged pull request #73: URL: https://github.com/apache/jena-site/pull/73 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@jena

[GitHub] [jena-site] afs merged pull request #73: Documentation for Fuseki Modules

2021-11-02 Thread GitBox
afs merged pull request #73: URL: https://github.com/apache/jena-site/pull/73 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@jena

[GitHub] [jena-site] afs commented on a change in pull request #73: Documentation for Fuseki Modules

2021-11-01 Thread GitBox
afs commented on a change in pull request #73: URL: https://github.com/apache/jena-site/pull/73#discussion_r740217375 ## File path: source/documentation/fuseki2/fuseki-modules.md ## @@ -0,0 +1,117 @@ +--- +title: Fuseki Modules +--- + +Fuseki modules are a mechniam to include

[GitHub] [jena-site] afs commented on a change in pull request #73: Documentation for Fuseki Modules

2021-11-01 Thread GitBox
afs commented on a change in pull request #73: URL: https://github.com/apache/jena-site/pull/73#discussion_r740216511 ## File path: source/documentation/fuseki2/fuseki-modules.md ## @@ -0,0 +1,117 @@ +--- +title: Fuseki Modules +--- + +Fuseki modules are a mechniam to include

[GitHub] [jena-site] rvesse commented on a change in pull request #73: Documentation for Fuseki Modules

2021-11-01 Thread GitBox
rvesse commented on a change in pull request #73: URL: https://github.com/apache/jena-site/pull/73#discussion_r740207494 ## File path: source/documentation/fuseki2/fuseki-modules.md ## @@ -0,0 +1,117 @@ +--- +title: Fuseki Modules +--- + +Fuseki modules are a mechniam to

[jira] [Commented] (JENA-2182) Fuseki Modules

2021-10-29 Thread ASF subversion and git services (Jira)
mmit b7a6de85629a04bf69bd316dcf453ec96507e566 in jena's branch refs/heads/main from Andy Seaborne [ https://gitbox.apache.org/repos/asf?p=jena.git;h=b7a6de8 ] JENA-2182: Example FusekiModule > Fuseki Modules > -- > > Key: JENA-2182 >

[jira] [Commented] (JENA-2182) Fuseki Modules

2021-10-29 Thread ASF subversion and git services (Jira)
mmit 27d0c42b5cad660329e8ac72c36b927e522e0cd0 in jena's branch refs/heads/main from Andy Seaborne [ https://gitbox.apache.org/repos/asf?p=jena.git;h=27d0c42 ] Merge pull request #1096 from afs/misc JENA-2173: Improve async parser. JENA-2182: Example of a FusekiModule > Fu

Re: Fuseki Modules

2021-10-13 Thread Andy Seaborne
On 07/10/2021 16:29, Andy Seaborne wrote: Some background on this. An example use case: A Kafka-Fuseki connector which take data, patches or SPARQL updates from a Kafka topic (that is, anything that can POSTed to a dataset).  Kafka messages have a header so there is a content-type header a

[jira] [Resolved] (JENA-2182) Fuseki Modules

2021-10-11 Thread Andy Seaborne (Jira)
[ https://issues.apache.org/jira/browse/JENA-2182?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andy Seaborne resolved JENA-2182. - Resolution: Done > Fuseki Modules > -- > > Ke

[jira] [Commented] (JENA-2182) Fuseki Modules

2021-10-11 Thread ASF subversion and git services (Jira)
mmit bd1289b75f3ea7fe2a73c444aab949dd84751a12 in jena's branch refs/heads/main from Andy Seaborne [ https://gitbox.apache.org/repos/asf?p=jena.git;h=bd1289b ] Merge pull request #1084 from afs/fuseki-modules JENA-2182: Fuseki Modules > Fuseki Modules > -- > >

[jira] [Commented] (JENA-2182) Fuseki Modules

2021-10-11 Thread ASF subversion and git services (Jira)
mmit 3e49b3126f3fa5a0f7d9e6c4a2d5cc8a4ee6c9f8 in jena's branch refs/heads/main from Andy Seaborne [ https://gitbox.apache.org/repos/asf?p=jena.git;h=3e49b31 ] JENA-2182: Fuseki Modules > Fuseki Modules > -- > > Key: JENA-2182 > URL: h

Fuseki Modules

2021-10-07 Thread Andy Seaborne
build lifecycle that can even add servlets or servlet filters. Fuseki modules are an extension point. A module implements an interface that has call points for calls during Fuseki server building which expose the server datastructures. Andy Yes - this is £job related work.

[jira] [Created] (JENA-2182) Fuseki Modules

2021-10-07 Thread Andy Seaborne (Jira)
Andy Seaborne created JENA-2182: --- Summary: Fuseki Modules Key: JENA-2182 URL: https://issues.apache.org/jira/browse/JENA-2182 Project: Apache Jena Issue Type: New Feature Components

[GitHub] jena pull request #468: JENA-1597 : Reorganisation of Fuseki modules.

2018-09-21 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/jena/pull/468 ---

[GitHub] jena pull request #468: JENA-1597 : Reorganisation of Fuseki modules.

2018-09-14 Thread afs
GitHub user afs opened a pull request: https://github.com/apache/jena/pull/468 JENA-1597 : Reorganisation of Fuseki modules. This PR reorgansies the Fuseki modules to separate out the core engine, regardless of use in a webapp or embedded, to make what was the "embedded&quo