Hi folks,

I'd like to know how you are integrating a web services stack to expose services used by your pages as a web service. For me there are several options:

1. Most stacks come with a servlet that handles requests to the web services. One could write a wrapper around that servlet and contribute that to one of Tapestrys handler pipelines to handle requests to web service URLs.

2. Let the servlet run "as is" inside the web container and get the service implementations from the registry that is stored in the ServletContext.

3. Integrate the web service stack with Spring and expose Tapestry services as 
Spring beans.

Which solution are you using and why? Are there others I haven't thought of?

Cheers,

Uli

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to