RE: Tapestry/Acegi Integration...

2006-06-18 Thread James Carman
ng the hivemind-acegi module jar file on the classpath. There are certain aspects of the Acegi support that are not exactly specific to Tapestry, so I abstracted them out into their own library so that others could use it. The tapernate-example application uses the Tapestry/Acegi integration. It'

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 that the

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

RE: Tapestry/Acegi Integration...

2006-06-13 Thread bkbonner
see you're on maven ;) Brian -- View this message in context: http://www.nabble.com/Tapestry-Acegi-Integration...-t1752611.html#a4846956 Sent from the Tapestry - User forum at Nabble.com. - To unsubscribe, e-mail: [EMAIL

RE: Tapestry/Acegi Integration...

2006-06-11 Thread Jonathan Barker
sMoreTokens()) { String integer = tokenizer.nextToken(); integers.add(new Integer(integer)); } return (Integer[]) integers.toArray(new Integer[] {}); } } -

RE: Tapestry/Acegi Integration...

2006-06-11 Thread James Carman
EMAIL PROTECTED] Sent: Saturday, June 10, 2006 1:03 AM To: 'Tapestry users' Subject: RE: Tapestry/Acegi Integration... Hi, I've now been lurking for two years. I finally had a project where I could use Tapestry... and Hibernate, and Spring, and Acegi... So many hills to climb

RE: Tapestry/Acegi Integration...

2006-06-10 Thread Jonathan Barker
ed method stub return null; } /* (non-Javadoc) * @see org.apache.tapestry.form.IFormComponent#getClientId() */ public String getClientId() { // TODO Auto-generated method stub return null; }

RE: Tapestry/Acegi Integration...

2006-06-09 Thread Jonathan Barker
ed method stub return null; } /* (non-Javadoc) * @see org.apache.tapestry.form.IFormComponent#getClientId() */ public String getClientId() { // TODO Auto-generated method stub return null; }

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-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 hav

Re: Tapestry/Acegi Integration...

2006-06-09 Thread James Carman
Or, Acegistry! :-) LOL > On 6/9/06, James Carman <[EMAIL PROTECTED]> wrote: > >> Oh, so you want to directly link to my site? I figured that since we >> will >> already have a link to tapestry-javaforge that folks could get to >> tapernate, tapestry-autowire, tapestry-acegi, etc. from there. I w

Re: Tapestry/Acegi Integration...

2006-06-09 Thread Massimo Lusetti
On 6/9/06, James Carman <[EMAIL PROTECTED]> wrote: Oh, so you want to directly link to my site? I figured that since we will already have a link to tapestry-javaforge that folks could get to tapernate, tapestry-autowire, tapestry-acegi, etc. from there. I would imagine (and I control it) that

Re: Tapestry/Acegi Integration...

2006-06-09 Thread James Carman
you put up a shell mvn site I'll make sure you get linked in. >> >> > >> >> > On 6/9/06, James Carman <[EMAIL PROTECTED]> wrote: >> >> >> >> >> >> All, >> >> >> >> >> >> The

Re: Tapestry/Acegi Integration...

2006-06-09 Thread Jesse Kuhnert
On 6/9/06, James Carman <[EMAIL PROTECTED]> wrote: >> >> >> >> All, >> >> >> >> The tapernate-example application has been refactored to reflect the >> >> latest >> >> changes in the Tapestry/Acegi integration module. Now,

Re: Tapestry/Acegi Integration...

2006-06-09 Thread James Carman
time. >> >> > If you put up a shell mvn site I'll make sure you get linked in. >> > >> > On 6/9/06, James Carman <[EMAIL PROTECTED]> wrote: >> >> >> >> All, >> >> >> >> The tapernate-example application

Re: Tapestry/Acegi Integration...

2006-06-09 Thread Jesse Kuhnert
e: >> >> All, >> >> The tapernate-example application has been refactored to reflect the >> latest >> changes in the Tapestry/Acegi integration module. Now, the Acegi >> support >> is >

Re: Tapestry/Acegi Integration...

2006-06-09 Thread James Carman
gi. It'll just take a bit of time. > If you put up a shell mvn site I'll make sure you get linked in. > > On 6/9/06, James Carman <[EMAIL PROTECTED]> wrote: >> >> All, >> >> The tapernate-example application has been refactored to reflect the &g

Re: Tapestry/Acegi Integration...

2006-06-09 Thread Jesse Kuhnert
If you put up a shell mvn site I'll make sure you get linked in. On 6/9/06, James Carman <[EMAIL PROTECTED]> wrote: All, The tapernate-example application has been refactored to reflect the latest changes in the Tapestry/Acegi integration module. Now, the Acegi support is more &q

Re: Tapestry/Acegi Integration...

2006-06-09 Thread James Carman
Form-based authentication is coming soon! :-) It should be quite easy. > Hi, > a smooth integration of ACEGI into Tapestry is really cool stuff. We > managed it by using > the internal org.acegisecurity.util.FilterToBeanProxy and > FilterChainProxy for authentication > and partially for authoriz

Tapestry/Acegi Integration...

2006-06-09 Thread James Carman
All, The tapernate-example application has been refactored to reflect the latest changes in the Tapestry/Acegi integration module. Now, the Acegi support is more "drop-in-able." Here's the only configuration required: This is required because the hivemind.a

Re: Tapestry/Acegi Integration...

2006-06-09 Thread Gernot Stocker
Hi, a smooth integration of ACEGI into Tapestry is really cool stuff. We managed it by using the internal org.acegisecurity.util.FilterToBeanProxy and FilterChainProxy for authentication and partially for authorization (user /not logged in without role check) within the web.xml. Does this m

RE: Tapestry/Acegi Integration...

2006-06-09 Thread James Carman
rything running smoothly, I'll release it as a 1.0 (hopefully won't be too long). You can use it now as-is, if all you need is HTTP basic authentication. James -Original Message- From: Gernot Stocker [mailto:[EMAIL PROTECTED] Sent: Friday, June 09, 2006 4:11 AM To: Tapestry users

Re: Tapestry/Acegi Integration...

2006-06-09 Thread Andreas Bulling
On 09. Jun 2006 - 10:11:15, Gernot Stocker wrote: | Hi, | this sounds really great! Is there already a released jar file around which can | be just plugged in ;-) ? At the moment you have to download the whole .war archive from www.carmanconsulting.com/mvn/com/carmanconsulting/tapernate-example/

Re: Tapestry/Acegi Integration...

2006-06-09 Thread Gernot Stocker
can place a @Secured annotation on > a page class and it will also be secured using a PageValidateListener which > checks for the appropriate role. > > Enjoy! > > James > > -Original Message- > From: James Carman [mailto:[EMAIL PROTECTED] > Sent: Thurs

RE: Tapestry/Acegi Integration...

2006-06-08 Thread James Carman
age- From: James 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:[EMA

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 Tape

RE: Tapestry/Acegi Integration...

2006-06-07 Thread James Carman
: Tapestry/Acegi Integration... That's fantastic! Where's the code? On 6/7/06, James Carman <[EMAIL PROTECTED]> wrote: > > All, > > I have taken a stab at Tapestry/Acegi integration. The Tapernate example > application now uses Acegi to secure the CreateMessage page

Re: Tapestry/Acegi Integration...

2006-06-07 Thread Henri Dupre
That's fantastic! Where's the code? On 6/7/06, James Carman <[EMAIL PROTECTED]> wrote: All, I have taken a stab at Tapestry/Acegi integration. The Tapernate example application now uses Acegi to secure the CreateMessage page (using a @Secured("ROLE_USER") annotat

Tapestry/Acegi Integration...

2006-06-07 Thread James Carman
All, I have taken a stab at Tapestry/Acegi integration. The Tapernate example application now uses Acegi to secure the CreateMessage page (using a @Secured("ROLE_USER") annotation). By no means is this the final version. I just wanted to get it in front of some folks to see what th