Re: can't get tynamo's tapestry-resteasy to work

2011-02-12 Thread Ronald Luke
it's working after adding to pom.xml the following: javax.ws.rs jsr311-api 1.1.1 Thanks, guys, Ron From: Ronald Luke To: Tapestry users Sent: Sat, February 12, 2011 8:11:25 AM Subject: Re: can&

Re: can't get tynamo's tapestry-resteasy to work

2011-02-11 Thread Ronald Luke
is is even too off for me. Ron ____ From: Ronald Luke To: Tapestry users Sent: Fri, February 11, 2011 1:13:48 PM Subject: Re: can't get tynamo's tapestry-resteasy to work Alejandro: I think I did exactly what you did. Here are my steps: 1. crea

Re: can't get tynamo's tapestry-resteasy to work

2011-02-10 Thread Ronald Luke
ml Kalle On Thu, Feb 10, 2011 at 5:49 AM, Ronald Luke wrote: > Hello, guys, > > I couldn't get tapestry-resteasy to work. I used tapestry 5.2.4 quickstart > archetype to start a new project, then add tapestry-resteasy dependency to my > pom.xml. I have no idea how to make the

can't get tynamo's tapestry-resteasy to work

2011-02-10 Thread Ronald Luke
Hello, guys, I couldn't get tapestry-resteasy to work. I used tapestry 5.2.4 quickstart archetype to start a new project, then add tapestry-resteasy dependency to my pom.xml. I have no idea how to make the " Type javax.ws.rs.core.Application" present to the project. Please shed some light on t

Use shiro's session object instead of SSO(ASO)

2011-01-11 Thread Ronald Luke
Hello, list, I am using shiro(tapestry-security) in my tapestry project. and since there is a session object in shiro, I am considering using this session object to store user specific data instead of SSO(ASO), but I am not sure if this is a good practice. Please shed some light on this, Tha

Re: questions regarding tapestry, shiro, tapestry-security and the hotel-booking-demo

2011-01-07 Thread Ronald Luke
;); configuration.add("secured", new FilterChainDefinition("/**", "authc"), "after:signup"); } regards Taha On Wed, Jan 5, 2011 at 1:46 PM, Ronald Luke wrote: > Hello, guys, > > I am having a very hard time trying to figure out how to

questions regarding tapestry, shiro, tapestry-security and the hotel-booking-demo

2011-01-05 Thread Ronald Luke
Hello, guys, I am having a very hard time trying to figure out how to use shiro in tapestry. Now I'm looking at the wonderful T5 hotel-booking-demo(using tynamo's tapestry-security) code. If a visitor is not logged in , when she goes to the search page, she will be redirected to the signin pa