Spring MVC -> Wicket Integration

Posted by Jeff on Stack Overflow See other posts from Stack Overflow or by Jeff
Published on 2010-06-16T23:30:46Z Indexed on 2010/06/16 23:52 UTC
Read the original article Hit count: 243

Hey everyone,

I'm working on porting part of an existing Spring MVC application over to Wicket.

I used the wicket-spring library to get the initial integration working, but now I'm stuck with the best way to integrate my Spring Security implementation.

I was wondering if anyone could give me some advice on the best way to handle this.

Thanks in advance for the help.

© Stack Overflow or respective owner

Related posts about spring-mvc

Related posts about spring-security