| Author |
security in web application using struts,spring,hibernate
|
S.Reddisekhar Reddy
Greenhorn
Joined: Jan 05, 2012
Posts: 13
|
|
|
how to provide security to web application in struts,spring,hibernate what are the techniques we used for security
|
 |
Tim Moores
Rancher
Joined: Sep 21, 2011
Posts: 2407
|
posted

0
|
|
Security is an incredibly wide field that can't be addressed in a space as limited as a forum post. Some basic security is defined by the Servlet specification; some material about that is at http://www.coderanch.com/how-to/java/ServletsFaq#security. For more hints on what to do and what not to do, start reading at http://www.coderanch.com/how-to/java/SecurityFaq#web-apps.
|
 |
Dheeraj Bansal
Greenhorn
Joined: Dec 22, 2008
Posts: 6
|
|
One of the good sites where you can find out more about security is www.mkyong.com
This site hosts a good amount of simple examples which can be learned easily.
|
 |
Tim McGuire
Ranch Hand
Joined: Apr 30, 2003
Posts: 819
|
|
Best advice I can give is to read this page and its links carefully:
OWASP : Java Project
|
 |
 |
|
|
subject: security in web application using struts,spring,hibernate
|
|
|