Spring security with site minder integration

SSO : Single sign on system which means “sign in once for multiple secured applications” Site Minder : single sign on system which will authenticate the user for one of the application where the site minder is integrated and all other applications just allows the user inside without any authentication. Now if the user tries […]

Share this article on

Spring MVC file download

In any web application, it is very much common that we need to download the file. So Spring MVC provides a simple way for doing it. We just need to follow below steps to achieve this 1) create a hyperlink in the view page to provide them a click to download the file 2) create […]

Share this article on
< Previous Next >