Hi experts, I am using tapestry for building my web application. So far, I used username/password checking match in db for authentication and authorization. Sure, password was hashed. But I would like to upgrade security in my app by integrating LDAP into tapestry. I did some researching and found 2 approaches: Apache Shiro and Spring Security.
If anyone has done with that, please give me some suggestion. Which one I should choose ? Many thanks, Duy.