Tapestry + Acegi + Spring integration

2006-07-11 Thread Jesper Zedlitz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 The integration of Tapestry, Acegi and Spring seems to be a hot topic. I have created a simple example that shows how that can be done. The complete source code can be found here: http://www.zedlitz.de/tapestry-acegi.zip (8kB) If you have Maven2

RE: Tapestry + Acegi + Spring integration

2006-07-11 Thread James Carman
=org.acegisecurity.providers.encoding.Md5PasswordEncoder/ /contribution -Original Message- From: news [mailto:[EMAIL PROTECTED] On Behalf Of Jesper Zedlitz Sent: Tuesday, July 11, 2006 3:31 AM To: users@tapestry.apache.org Subject: Tapestry + Acegi + Spring integration -BEGIN PGP SIGNED MESSAGE- Hash

Re: Tapestry + Acegi + Spring integration

2006-07-11 Thread ZedroS Schwart
=hivemind.acegi.dao.passwordEncoder value=org.acegisecurity.providers.encoding.Md5PasswordEncoder/ /contribution -Original Message- From: news [mailto:[EMAIL PROTECTED] On Behalf Of Jesper Zedlitz Sent: Tuesday, July 11, 2006 3:31 AM To: users@tapestry.apache.org Subject: Tapestry + Acegi + Spring integration

RE: Tapestry + Acegi + Spring integration

2006-07-11 Thread James Carman
Subject: Re: Tapestry + Acegi + Spring integration I'm not a lot in this Hibernate/Spring/Acegi stuff currently but I'm really curious about it. I wonder, Jesper, if you wouldn't have an advantage of using James' Tapernate stuff. If not, why ? BTW, I think the Wiki is the best place where

RE: Tapestry + Acegi + Spring integration

2006-07-11 Thread James Carman
Oh, by the way, if there are any ambitious folks out there using the tapestry-acegi (or tapernate for that matter) modules and you want to provide some documentation, feel free to drop me a patch via email and I'd be glad to merge it in. -Original Message- From: James Carman [mailto

Re: Tapestry + Acegi + Spring integration

2006-07-11 Thread Jesper Zedlitz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 ZedroS Schwart wrote: I wonder, Jesper, if you wouldn't have an advantage of using James' Tapernate stuff. If not, why ? I am using James' tapestry-acegi library. My applications make heavy use of the Spring framework. So I was looking for a way

RE: Tapestry + Acegi + Spring integration

2006-07-11 Thread Jesper Zedlitz
James Carman wrote: You can tell HiveMind to use a different password encoder if you want. All you have to do is override the symbol hivemind.acegi.dao.passwordEncoder: contribution configuration-id=hivemind.ApplicationDefaults default symbol=hivemind.acegi.dao.passwordEncoder

RE: Tapestry + Acegi + Spring integration

2006-07-11 Thread James Carman
=hivemind.library.SpringLookupFactory lookup-bean name=memoryAuthenticationDao / /invoke-factory /implementation -Original Message- From: news [mailto:[EMAIL PROTECTED] On Behalf Of Jesper Zedlitz Sent: Tuesday, July 11, 2006 8:32 AM To: users@tapestry.apache.org Subject: RE: Tapestry

Re: Tapestry + Acegi + Spring integration

2006-07-11 Thread Jesper Zedlitz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 With several tips from James I have been able to make the example clearer than it already was. Securing Tapestry pages is so easy - it is almost frightened. ;-) I have added a dependency to hivemind-lib. That makes it possible to get rid of the

tapestry-acegi

2006-07-10 Thread Norbert Sándor
Hello, I tried to download tapestry-acegi but SVN access does not seem to be public. How can I download it? Regards, Norbi - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: tapestry-acegi

2006-07-10 Thread Hugo Palma
You can find both binary and source build in the Maven2 repo here http://www.carmanconsulting.com/mvn On 7/10/06, Norbert Sándor [EMAIL PROTECTED] wrote: Hello, I tried to download tapestry-acegi but SVN access does not seem to be public. How can I download it? Regards, Norbi

Re: tapestry-acegi

2006-07-10 Thread Andreas Bulling
On 10. Jul 2006 - 18:00:40, Norbert Sándor wrote: | Hello, | | I tried to download tapestry-acegi but SVN access does not seem to be | public. | How can I download it? Do you know http://www.carmanconsulting.com/tapestry-acegi/source-repository.html HTH Andreas

Re: tapestry-acegi

2006-07-10 Thread Jesse Kuhnert
guest/guest On 7/10/06, Andreas Bulling [EMAIL PROTECTED] wrote: On 10. Jul 2006 - 18:00:40, Norbert Sándor wrote: | Hello, | | I tried to download tapestry-acegi but SVN access does not seem to be | public. | How can I download it? Do you know http://www.carmanconsulting.com/tapestry-acegi

Re: Tapestry/Acegi Integration...

2006-06-17 Thread Scott Russell
Hi James, I took a look at the Tapestry-Acegi integration project at http://www.carmanconsulting.com/tapestry-acegi/ . It looks very nice, certainly a cleaner integration than what I have used before. I am just wondering how complete it is. Looking through the code, it appears

RE: Tapestry/Acegi Integration...

2006-06-13 Thread bkbonner
got in with 'anonymous' and 'anon'. -- View this message in context: http://www.nabble.com/Tapestry-Acegi-Integration...-t1752611.html#a4847443 Sent from the Tapestry - User forum at Nabble.com. - To unsubscribe, e-mail

RE: Tapestry/Acegi Integration...

2006-06-11 Thread Jonathan Barker
- From: James Carman [mailto:[EMAIL PROTECTED] Sent: Sunday, June 11, 2006 8:00 PM To: 'Tapestry users' Subject: RE: Tapestry/Acegi Integration... Sounds good! I'll probably call mine Secured, since it will match up with the @Secured annotation that we use in code. But, I'll probably lean

RE: Tapestry/Acegi Integration...

2006-06-10 Thread Jonathan Barker
] Sent: Friday, June 09, 2006 5:49 PM To: 'Tapestry users'; [EMAIL PROTECTED] Subject: RE: Tapestry/Acegi Integration... I was actually thinking of a @Secured component that would conditionally show its contents only if the user has the required permissions. -Original Message- From: Hugo

Re: Tapestry/Acegi Integration...

2006-06-09 Thread Jesse Kuhnert
I meant linked here: http://tapestry.apache.org/ On 6/9/06, James Carman [EMAIL PROTECTED] wrote: The tapestry-acegi and tapernate modules are both subprojects of the tapestry-javaforge project. So, we're already linked in. I need to update the tapestry-javaforge site in SVN to point to my

Re: Tapestry/Acegi Integration...

2006-06-09 Thread Jesse Kuhnert
to tapernate, tapestry-autowire, tapestry-acegi, etc. from there. I would imagine (and I control it) that the URL for the tapestry-acegi project's documentation will be www.carmanconsulting.com/tapestry-acegi. I meant linked here: http://tapestry.apache.org/ On 6/9/06, James Carman [EMAIL

Re: Tapestry/Acegi Integration...

2006-06-09 Thread James Carman
It's there. So, you can link to both that and Tapernate if you wish. www.carmanconsulting.com/tapernate www.carmanconsulting.com/tapestry-acegi Well, when you get to it let me know, it's ~very~ easy to make a change and quickly deploy the docs now. On 6/9/06, James Carman [EMAIL PROTECTED

Re: Tapestry/Acegi Integration...

2006-06-09 Thread Hugo Palma
I was just thinking about something that would be really cool. It's a common requirement in some applications that some ui elements are hidden/shown depending on user role. What i'm thinking is that tapestry-acegi could provide the same @Secured annotation for component classes but it would

RE: Tapestry/Acegi Integration...

2006-06-09 Thread James Carman
I was actually thinking of a @Secured component that would conditionally show its contents only if the user has the required permissions. -Original Message- From: Hugo Palma [mailto:[EMAIL PROTECTED] Sent: Friday, June 09, 2006 5:45 PM To: Tapestry users Subject: Re: Tapestry/Acegi

RE: Tapestry/Acegi Integration...

2006-06-08 Thread James Carman
Oh, to login to the example application, you use tapernate/tapernate. -Original Message- From: James Carman [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 07, 2006 10:38 PM To: 'Tapestry users' Subject: Tapestry/Acegi Integration... All, I have taken a stab at Tapestry/Acegi

RE: Tapestry/Acegi Integration...

2006-06-08 Thread James Carman
Carman [mailto:[EMAIL PROTECTED] Sent: Thursday, June 08, 2006 10:26 AM To: 'Tapestry users' Subject: RE: Tapestry/Acegi Integration... Oh, to login to the example application, you use tapernate/tapernate. -Original Message- From: James Carman [mailto:[EMAIL PROTECTED] Sent: Wednesday

<    1   2