RE: Tapestry/Acegi Integration...

2006-06-18 Thread James Carman
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

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 config

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: [EMAIL

RE: Tapestry/Acegi Integration...

2006-06-13 Thread bkbonner
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

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

Re: Tapestry/Acegi Integration...

2006-06-09 Thread Jesse Kuhnert
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

Re: Tapestry/Acegi Integration...

2006-06-09 Thread James Carman
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

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 James Carman
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

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 "drop-in-able."

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

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 Tapestry/Acegi integrati

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") annotation). By no means is this th