Re: spring 3.1 wicket auth integration

2011-03-02 Thread Martin Grigorov
Hi,

There shouldn't be any big differences neither in Spring nor in Wicket.
Wicket 1.4 introduced JDK 1.5 (generics, varargs, ...) but otherwise the
code from 1.3 should still work.

On Wed, Mar 2, 2011 at 2:05 AM, Geoff Lancaster
wic...@geofflancaster.comwrote:

 I've seen that wiki but it's for spring 3.0 and wicket 1.3. I need a
 solution for spring 3.1 and wicket 1.4+

 -Original Message-
 From: moèz ben rhouma [mailto:benrhouma.m...@gmail.com]
 Sent: Tuesday, March 01, 2011 2:04 AM
 To: users@wicket.apache.org; wic...@geofflancaster.com
 Subject: Re: spring 3.1 wicket auth integration

 https://cwiki.apache.org/WICKET/spring-security-and-wicket-auth-roles.html

 2011/2/28 wic...@geofflancaster.com wic...@geofflancaster.com

  Can anyone point me to a tutorial or example on getting spring 3.x
  setup and working with wicket-auth-roles for an
 AuthenticatedWebApplication?
 
  Thanks in advance.
 
  
  mail2web.com – Enhanced email for the mobile individual based on
  Microsoft® Exchange - http://link.mail2web.com/Personal/EnhancedEmail
 
 
 
  -
  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




Re: spring 3.1 wicket auth integration

2011-03-02 Thread Moez BR
See this link:
http://www.dzone.com/links/spring_security_3_and_wicket_14.html


Le 2 mars 2011 à 01:05, Geoff Lancaster wic...@geofflancaster.com a écrit :

 I've seen that wiki but it's for spring 3.0 and wicket 1.3. I need a
 solution for spring 3.1 and wicket 1.4+
 
 -Original Message-
 From: moèz ben rhouma [mailto:benrhouma.m...@gmail.com]
 Sent: Tuesday, March 01, 2011 2:04 AM
 To: users@wicket.apache.org; wic...@geofflancaster.com
 Subject: Re: spring 3.1 wicket auth integration
 
 https://cwiki.apache.org/WICKET/spring-security-and-wicket-auth-roles.html
 
 2011/2/28 wic...@geofflancaster.com wic...@geofflancaster.com
 
 Can anyone point me to a tutorial or example on getting spring 3.x 
 setup and working with wicket-auth-roles for an
 AuthenticatedWebApplication?
 
 Thanks in advance.
 
 
 mail2web.com – Enhanced email for the mobile individual based on 
 Microsoft® Exchange - http://link.mail2web.com/Personal/EnhancedEmail
 
 
 
 -
 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
 

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



RE: spring 3.1 wicket auth integration

2011-03-02 Thread Geoff Lancaster
Thanks Moez, I guess my issue is really with my Kerberos spring implementation. 
I'll have to investigate further.

-Original Message-
From: Moez BR [mailto:benrhouma.m...@gmail.com] 
Sent: Wednesday, March 02, 2011 10:41 AM
To: users@wicket.apache.org
Subject: Re: spring 3.1 wicket auth integration

See this link:
http://www.dzone.com/links/spring_security_3_and_wicket_14.html


Le 2 mars 2011 à 01:05, Geoff Lancaster wic...@geofflancaster.com a écrit :

 I've seen that wiki but it's for spring 3.0 and wicket 1.3. I need a 
 solution for spring 3.1 and wicket 1.4+
 
 -Original Message-
 From: moèz ben rhouma [mailto:benrhouma.m...@gmail.com]
 Sent: Tuesday, March 01, 2011 2:04 AM
 To: users@wicket.apache.org; wic...@geofflancaster.com
 Subject: Re: spring 3.1 wicket auth integration
 
 https://cwiki.apache.org/WICKET/spring-security-and-wicket-auth-roles.
 html
 
 2011/2/28 wic...@geofflancaster.com wic...@geofflancaster.com
 
 Can anyone point me to a tutorial or example on getting spring 3.x 
 setup and working with wicket-auth-roles for an
 AuthenticatedWebApplication?
 
 Thanks in advance.
 
 
 mail2web.com – Enhanced email for the mobile individual based on 
 Microsoft® Exchange - http://link.mail2web.com/Personal/EnhancedEmail
 
 
 
 -
 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
 

-
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



Re: spring 3.1 wicket auth integration

2011-03-01 Thread moèz ben rhouma
https://cwiki.apache.org/WICKET/spring-security-and-wicket-auth-roles.html

2011/2/28 wic...@geofflancaster.com wic...@geofflancaster.com

 Can anyone point me to a tutorial or example on getting spring 3.x setup
 and working with wicket-auth-roles for an AuthenticatedWebApplication?

 Thanks in advance.

 
 mail2web.com – Enhanced email for the mobile individual based on
 Microsoft®
 Exchange - http://link.mail2web.com/Personal/EnhancedEmail



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




RE: spring 3.1 wicket auth integration

2011-03-01 Thread Geoff Lancaster
I've seen that wiki but it's for spring 3.0 and wicket 1.3. I need a
solution for spring 3.1 and wicket 1.4+

-Original Message-
From: moèz ben rhouma [mailto:benrhouma.m...@gmail.com] 
Sent: Tuesday, March 01, 2011 2:04 AM
To: users@wicket.apache.org; wic...@geofflancaster.com
Subject: Re: spring 3.1 wicket auth integration

https://cwiki.apache.org/WICKET/spring-security-and-wicket-auth-roles.html

2011/2/28 wic...@geofflancaster.com wic...@geofflancaster.com

 Can anyone point me to a tutorial or example on getting spring 3.x 
 setup and working with wicket-auth-roles for an
AuthenticatedWebApplication?

 Thanks in advance.

 
 mail2web.com – Enhanced email for the mobile individual based on 
 Microsoft® Exchange - http://link.mail2web.com/Personal/EnhancedEmail



 -
 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