e specification
jars (JTA, JPA, etc.) will be downloaded automatically without having to
manually copy stuff into your local repo.
James
-Original Message-
From: Scott Russell [mailto:[EMAIL PROTECTED]
Sent: Saturday, June 17, 2006 11:04 PM
To: users@tapestry.apache.org
Subject
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 config
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: [EMAIL
James,
I tried getting access to the SVN repository via javaforge using my
'bkbonner' ID, but was unable. It said 'Tapernate project wasn't found'
when doing a search. ???
I'm interested in the @Secured component you were discussing. Is this out
in SVN?
p.s. I see you're on maven ;)
Brian
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
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 PROT
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]> 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 t
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 the URL for the tapestry-acegi project's
documentation
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
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 sites on my
server.
It won't be difficult to get the documentation written for tapestry-acegi.
It'll j
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 "drop-in-able."
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
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 Tapestry/Acegi integrati
: 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") annotation). By no means is this th
27 matches
Mail list logo