What is the Best login implementation?

2011-06-18 Thread Paolo
Hi,
I found on google some solution for login with wicket:

http://wicket.apache.org/learn/projects/authroles.html
Wicket Shiro - integration between Apache Shiro and Wicket  (I can't find the 
web site)
Wicket Security - JAAS inspired, principal based security framework (I can't 
find the web site)

What is the the best and the simplest to implement? I need security too :-)
Are there some other library/example code?

thank you

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: What is the Best login implementation?

2011-06-18 Thread James Carman
Using Wicket Auth-Roles is pretty easy.  You can implement login
however you want with it.  Adapting it to Spring Security is easy as
is Shiro.

On Sat, Jun 18, 2011 at 7:47 AM, Paolo irresistible...@gmail.com wrote:
 Hi,
 I found on google some solution for login with wicket:

 http://wicket.apache.org/learn/projects/authroles.html
 Wicket Shiro - integration between Apache Shiro and Wicket  (I can't find the 
 web site)
 Wicket Security - JAAS inspired, principal based security framework (I can't 
 find the web site)

 What is the the best and the simplest to implement? I need security too :-)
 Are there some other library/example code?

 thank you

 -
 To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
 For additional commands, e-mail: users-h...@wicket.apache.org



-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org