Brandon
Brandon

Reputation: 3136

Spring MVC -> Wicket Integration

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.

Upvotes: 4

Views: 2333

Answers (1)

Pascal Thivent
Pascal Thivent

Reputation: 570315

Did you check Wicket / Swarm / Spring Security How-to?

Upvotes: 4

Related Questions