Can Spring Security be used with Spring MVC
Hi all,
I am a newbie to Spring Security... I am trying to implement a project where in i need to use Spring Security with Spring MVC. Is it possible to use both in synchronism? If yes, could you please provide me a link to a sample project which uses both?
Thanks in advanceHello,
Has anybody integrated Spring security with Spring MVC??? I urgently need this info to proceed on my project... It would be really helpful if anybody could reply to this at the earliest.
Thanks in advance...
I was also looking for this. I've implemented Spring security, but now i'm interested in implementing the spring MVC framework in my application. But I couldn't find any reference which actually describes the flow of the application or implement both the MVC amp; security together...
For authentication the flow goes like this in my app,
View( jsp, velocity)--gt;Servlet filters(FilterToBeanProxy) ---gt; DAO handlers---gt;database...
Both the servlet filters amp; dispatcher servlet uses the ucl pattern lt;ucl-patterngt;/*lt;/ucl-patterngt; (I know it can be configured to *.htm or something else).
But on the whole where does the DispatcherServlet figure in or come in this flow??? Does it come before filters Or after it?? How can i configure it??
Please explain the flow of control for this.....I'm a newbie and this is my first post ...
It would really be very helpful if someone could point me in the right direction.
Thanks in advance for any help received.. |