I am using Spring Security in one of my project. The web-app requires the user to login. Hence I have added few usernames and passwords in the spring-security-context.xml fi
You can find a way to move them to a database or LDAP. Spring Security surely supports both.