Search code examples
javaspringspring-securitystruts2

How to apply Spring Security on Struts 2


I have read various tutorials and forums but have not found a working example of combination of Spring security and struts2 to investigate the coding. Most of the current examples are using the predefined username and passwords in the XML file but not connected to database.

Examples:

Please let me know if you know of any example or tutorial.


Solution

  • You should probably start with these tutorials: