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: dependency groupIdjavax.ws.rs/groupId artifactIdjsr311-api/artifactId version1.1.1/version /dependency Thanks, guys, Ron From: Ronald Luke ronald.l

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

2011-02-11 Thread Ronald Luke
too off for me. Ron From: Ronald Luke ronald.l...@ymail.com To: Tapestry users users@tapestry.apache.org 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

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

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

2011-02-10 Thread Ronald Luke
/infocenter/wasinfo/beta/index.jsp?topic=/com.ibm.websphere.base.doc/info/aes/ae/twbs_jaxrs_configjaxrs11method.html Kalle On Thu, Feb 10, 2011 at 5:49 AM, Ronald Luke ronald.l...@ymail.com wrote: Hello, guys, I couldn't get tapestry-resteasy to work. I used tapestry 5.2.4 quickstart archetype

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,

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

2011-01-07 Thread Ronald Luke
); } regards Taha On Wed, Jan 5, 2011 at 1:46 PM, Ronald Luke ronald.l...@ymail.com wrote: 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

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