[
https://issues.apache.org/jira/browse/ISIS-2108?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16873559#comment-16873559
]
ASF subversion and git services commented on ISIS-2108:
-------------------------------------------------------
Commit 884c460aedc761ec79503e70db84026363b37813 in isis's branch refs/heads/v2
from Andi Huber
[ https://gitbox.apache.org/repos/asf?p=isis.git;h=884c460 ]
ISIS-2108 allows for WebModules to be plugged in using Spring API
- order of the WebModules within the filter chain is also determinded by
Spring API (using either @Order or @Priority)
- renaming legacy/transition-1-2 -> legacy/legacy
- moving webserver -> legacy/webserver (webserver is no longer needed,
web.apps do now have their own command-line entry-points ... main() )
- new module 'runtime-web' to consoldiate ServletContext specific
aspects
- renaming classes Isis*Boot* -> IsisBoot*
> Make WebModules plugable (SPI)
> ------------------------------
>
> Key: ISIS-2108
> URL: https://issues.apache.org/jira/browse/ISIS-2108
> Project: Isis
> Issue Type: Improvement
> Components: Core
> Affects Versions: 2.0.0-M2
> Reporter: Andi Huber
> Assignee: Andi Huber
> Priority: Major
> Fix For: 2.0.0
>
>
> We replaced the web.xml with WebModules, but these are not extensible yet.
> Need to provide a SPI for more flexibility.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)