Re: How to do user simple user authentication and provide a different module for different user types?

2011-08-17 Thread Sérgio Miguel Neves Lopes
Thank you for the suggestions. I've been looking at Apache Shiro and it seems I'm going to use it as soon as I can manage to incorporate it into my application. On 2011/08/16, at 19:14, Juan Pablo Gardella wrote: You can see Spring Security or Apache Shiro. This frameworks are easy and

How to do user simple user authentication and provide a different module for different user types?

2011-08-16 Thread Sérgio Miguel Neves Lopes
Hi, I'm struggling with a way to provide authentication in an application I'm developing. I've been trying to get basic user authentication in place but I'm having doubts on how to properly show the users a login page, how to pass around an authorization token (sessions?) or how to give my

Re: How to do user simple user authentication and provide a different module for different user types?

2011-08-16 Thread Juan Pablo Gardella
You can see Spring Security or Apache Shiro. This frameworks are easy and mature. 2011/8/16 Sérgio Miguel Neves Lopes knitter...@gmail.com Hi, I'm struggling with a way to provide authentication in an application I'm developing. I've been trying to get basic user authentication in place but