T5: Integrating T5 webapp with Axis2 webservice framework

2008-07-11 Thread Andreas Pursian
Dear list, i'am working on a webapp which should be accessible through a normal html based interface and a webservice component. I use a couple of business delegate classes to seperate presentation and domain layer which i @Inject as a service into my page classes on the one hand and into my

RE: T5: Integrating T5 webapp with Axis2 webservice framework

2008-07-11 Thread Mahen Perera
.. I might be missing something here tho. -Original Message- From: Andreas Pursian [mailto:[EMAIL PROTECTED] Sent: 11 July 2008 11:21 To: Tapestry users Subject: T5: Integrating T5 webapp with Axis2 webservice framework Dear list, i'am working on a webapp which should be accessible

Re: T5: Integrating T5 webapp with Axis2 webservice framework

2008-07-11 Thread kranga
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 before

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 Mahen Perera
Original-Nachricht Datum: Fri, 11 Jul 2008 08:11:33 -0400 Von: kranga [EMAIL PROTECTED] An: Tapestry users users@tapestry.apache.org Betreff: Re: T5: Integrating T5 webapp with Axis2 webservice framework Also checkout Apache CXF - with its full Jaxws annotations support