You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@isis.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2018/09/04 18:06:00 UTC

[jira] [Commented] (ISIS-1895) Remove the need for deployment descriptors (web.xml)

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

ASF subversion and git services commented on ISIS-1895:
-------------------------------------------------------

Commit 682091b20cb67aee4c56c014506cdb86afe61359 in isis's branch refs/heads/master from [~hobrom]
[ https://gitbox.apache.org/repos/asf?p=isis.git;h=682091b ]

ISIS-1895: fix class-loader initialization for skinny-war scenario

also removes the @WebListener annotation, to not force the underlying
WebContextListener upon users

Task-Url: https://issues.apache.org/jira/browse/ISIS-1895

> Remove the need for deployment descriptors (web.xml)
> ----------------------------------------------------
>
>                 Key: ISIS-1895
>                 URL: https://issues.apache.org/jira/browse/ISIS-1895
>             Project: Isis
>          Issue Type: Improvement
>          Components: Core, Core Plugins
>            Reporter: Andi Huber
>            Assignee: Andi Huber
>            Priority: Major
>             Fix For: 2.0.0-M2
>
>
> Instead of having users configure filters, listeners and servlets within their web.xml files, we'd rather provide a programmatic approach to setting up the ServletContext.
> We introduce a new interface WebModule, that encapsulates the configuration required for a set of filters, listeners and servlets.
> We also introduce a new WebContextLister that acts as the single web-Application entry-point for setting up the ServletContext using these new WebModules.
>  



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