[ 
https://issues.apache.org/jira/browse/JENA-1597?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16614826#comment-16614826
 ] 

ASF GitHub Bot commented on JENA-1597:
--------------------------------------

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" 
server the focus of reuse and extension to create SPARQL servers with added 
features by calling it "main".
    
    jena-fuseki-core : the servlets and registries
    
    jena-fuseki-webapp : the web application: UI, admin, and running as a 
webapp.
    jena-fuseki-war : package webapp as a WAR file.
    jena-fuseki-fulljar : package webapp as a standalone server
    
    jena-fuseki-main : What was the embedded server together with its command 
line runner (jena-fuseki-basic)
    jena-fuseki-access : Graph access control (see JENA-1594)
    jena-fuseki-server : jena-fuseki-main/jena-fuseki-access as a combined jar 
with command line runner.
    
    apache-jena-fuseki : the full server download as standalone and war file 
(unchanged).
    
    Also includes:
    * JENA-1598: Update to Jetty v9.4.12
    * Automatic module names for Fuseki jars.
    * Minor bug fix for Content-Encoding.


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/afs/jena fuseki-reorg

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/jena/pull/468.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #468
    
----
commit e8abcbb69352158410606b4614643a203f1e2a8d
Author: Andy Seaborne <andy@...>
Date:   2018-09-01T15:55:17Z

    JENA-1597: separate jena-fuseki-webapp module

commit 011c3c84587cb9e75a943c979bf386a7e0fd6637
Author: Andy Seaborne <andy@...>
Date:   2018-09-05T16:31:36Z

    JENA-1598: Update to Jetty v9.4.12

commit 9632e043987ba30bf94a5aaa399353105cf04589
Author: Andy Seaborne <andy@...>
Date:   2018-09-05T19:22:29Z

    Automatic module names

commit 9451f193de3aeb34ffba8d05cb6a11071ba74f46
Author: Andy Seaborne <andy@...>
Date:   2018-09-08T17:47:17Z

    JENA-1597: module jena-fuseki-fulljar

commit eba45652dee1a4ab9f87dbe10a1cf13058196b1b
Author: Andy Seaborne <andy@...>
Date:   2018-09-08T20:40:19Z

    Wrongly setting Content-Encoding

commit fd9d36097dfbe59a70a47909c8449b110ac8b042
Author: Andy Seaborne <andy@...>
Date:   2018-09-13T18:06:57Z

    Handle case of general query servlet.

commit 7e6d03af8091549e049c256c102959fa5fb6d6d0
Author: Andy Seaborne <andy@...>
Date:   2018-09-14T12:43:42Z

    JENA-1597: Modules jena-fuseki-main and jena-fuseki-server

----


> Split module jena-fuseki-core into the engine and separate webapp.
> ------------------------------------------------------------------
>
>                 Key: JENA-1597
>                 URL: https://issues.apache.org/jira/browse/JENA-1597
>             Project: Apache Jena
>          Issue Type: Improvement
>          Components: Fuseki
>    Affects Versions: Jena 3.8.0
>            Reporter: Andy Seaborne
>            Assignee: Andy Seaborne
>            Priority: Major
>
> The module jena-fuseki-core has both the core of Fuseki (data registries, 
> service servlets, the servlet filter) and the webapp code needed for the full 
> server with UI.
> The embedded Fuseki does not need the webapp.
> Separating the two aspects into separate modules is cleaner and avoids the 
> risk of webapp assumptions leaking into the non-webapp embedded server.
>  
> The key difference is that the embedded/base server makes no assumptions 
> about disk, it is given datasets to manage, where as the webapp full/UI 
> server has an on-disk configuration and database area.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to