RE: T5: Integrating T5 webapp with Axis2 webservice framework

2008-07-11 Thread Mahen Perera
a lot Andreas Original-Nachricht > Datum: Fri, 11 Jul 2008 08:11:33 -0400 > Von: "kranga" <[EMAIL PROTECTED]> > An: "Tapestry users" > Betreff: Re: T5: Integrating T5 webapp with Axis2 webservice framework > Also checkout Apache CXF

Re: T5: Integrating T5 webapp with Axis2 webservice framework

2008-07-11 Thread Andreas Pursian
ginal-Nachricht > Datum: Fri, 11 Jul 2008 08:11:33 -0400 > Von: "kranga" <[EMAIL PROTECTED]> > An: "Tapestry users" > Betreff: Re: T5: Integrating T5 webapp with Axis2 webservice framework > Also checkout Apache CXF - with its full Jaxws annotations suppo

RE: T5: Integrating T5 webapp with Axis2 webservice framework

2008-07-11 Thread Mahen Perera
. -Original Message- From: kranga [mailto:[EMAIL PROTECTED] Sent: 11 July 2008 13:12 To: Tapestry users Subject: Re: T5: Integrating T5 webapp with Axis2 webservice framework Also checkout Apache CXF - with its full Jaxws annotations support and spring integration, it is silly easy to turn a class

Re: T5: Integrating T5 webapp with Axis2 webservice framework

2008-07-11 Thread kranga
08 6:44 AM Subject: RE: T5: Integrating T5 webapp with Axis2 webservice framework Not sure if this helps.. From what I know, Tapestry does its core of work in the Tapestry Filter,. So, if you add this filter in to the filter list of the Axis Servlet, ,,, so that the Tapestry filter kicks in befor

RE: T5: Integrating T5 webapp with Axis2 webservice framework

2008-07-11 Thread Mahen Perera
Not sure if this helps.. >From what I know, Tapestry does its core of work in the Tapestry Filter,. So, if you add this filter in to the filter list of the Axis Servlet, ,,, so that the Tapestry filter kicks in before the request goes to Axis, Then you should be able to get the Tapestry features