Skip to content

Monthly Archives: May 2009

Acegi JdbcDaoImpl for logins

06-May-09

Acegi is a great security framework that I’m using at a project at work. If you checked out the tutorial on the site, they use a user.properties file to store the user names, passwords and the authorities of the users. This is o.k for an example but in real world applications you need a database, [...]