Hi, On Fri, Oct 26, 2012 at 8:13 PM, Nick Pratt <[email protected]> wrote: > How do you configure a Spring+Wicket application that was being loaded via > the WicketFilter and the SpringWebApplicationFactory to use Atmosphere. > Specifically, how do I get the Atmosphere servlet to trigger the > WicketApplication load via the Spring factory (so my App gets created via > Spring)?
afaik AtmosphereServlet dispatches to WicketFilter eventually so the way of doing is same as before. > > Also, for an application with context path of /foo, should I set > <param-name>filterMappingUrlPattern</param-name> to be /foo/* for the > AtmosphereServlet as well as > > <servlet-mapping> > <servlet-name>AtmosphereApplication</servlet-name> > <url-pattern>/foo/*</url-pattern> > </servlet-mapping> > looks ok > Regards > > Nick -- regards, Vineet Semwal --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
