[
https://issues.apache.org/jira/browse/WICKET-6889?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17353101#comment-17353101
]
Martin Tzvetanov Grigorov commented on WICKET-6889:
---------------------------------------------------
Introduced AnnotationConfigSpringWebApplicationFactory.
This way it is possible to use Spring Web without
org.springframework.web.context.ContextLoaderListener that is still based on
Javax Servlet APIs.
> Provide specialization of SpringWebApplicationFactory that could load Spring
> configuration class
> ------------------------------------------------------------------------------------------------
>
> Key: WICKET-6889
> URL: https://issues.apache.org/jira/browse/WICKET-6889
> Project: Wicket
> Issue Type: Improvement
> Components: wicket-spring
> Reporter: Martin Tzvetanov Grigorov
> Assignee: Martin Tzvetanov Grigorov
> Priority: Major
>
> Currently SpringWebApplicationFactory uses by default
> org.springframework.web.context.support.XmlWebApplicationContext, i.e. it can
> load Spring configuration only from XML config.
>
> org.apache.wicket.spring.SpringWebApplicationFactory#newApplicationContext()
> provides means for using other types of
> org.springframework.web.context.ConfigurableWebApplicationContext.
> It would be nice if Wicket provides a specialization of
> org.apache.wicket.spring.SpringWebApplicationFactory that can load the
> context from Spring @Configuration class
--
This message was sent by Atlassian Jira
(v8.3.4#803005)