Re: Web services and Tapestry 5 IoC

2007-12-05 Thread Peter Stavrinides
Thanks for your responses! I will try them, Peter Ben Tomasini wrote: Axis2 has an object supplier interface. Below is an example of a service which uses spring as its object supplier. You could easily create a TapestryObjectSupplier and use a TapestryServiceName parameter to lookup the servi

Re: Web services and Tapestry 5 IoC

2007-12-05 Thread Ben Tomasini
Axis2 has an object supplier interface. Below is an example of a service which uses spring as its object supplier. You could easily create a TapestryObjectSupplier and use a TapestryServiceName parameter to lookup the service. I would think you could implement a filter as mentioned above to set

Re: Web services and Tapestry 5 IoC

2007-12-05 Thread Davor Hrg
I have an example of integration with axis, basicaly... I joined axis web.xml and tapestry web.xml then inside a stub class looked for the service.. to make service available, I overriden tapestry filter and put the service into servletContext ServletContext context = getServletContext(

Web services and Tapestry 5 IoC

2007-12-05 Thread Peter Stavrinides
Hi all, Is there any info/examples available on this subject, I would like to convert a Tapestry service into a webservice. Thanks Peter - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROT