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'
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
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
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
sMoreTokens()) {
String integer = tokenizer.nextToken();
integers.add(new Integer(integer));
}
return (Integer[]) integers.toArray(new Integer[] {});
}
}
-
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
ed method stub
return null;
}
/* (non-Javadoc)
* @see org.apache.tapestry.form.IFormComponent#getClientId()
*/
public String getClientId() {
// TODO Auto-generated method stub
return null;
}
ed method stub
return null;
}
/* (non-Javadoc)
* @see org.apache.tapestry.form.IFormComponent#getClientId()
*/
public String getClientId() {
// TODO Auto-generated method stub
return null;
}
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
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
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
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
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
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,
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
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
>
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
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
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
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
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
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
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/
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
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
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
: 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
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
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
29 matches
Mail list logo