Integrating JAX-WS with Tapestry
问题 I have experimented with Derkoe's code that integrates JAX-WS services with Tapestry's. Tapestry is a web and DI (i.e. Dependency Injection) framework. The code works great but I couldn't fully use all JAX-WS features. Tapestry's IoC creates a proxy for my web services, and thus doesn't honor JAX-WS annotations. And JAX-WS context listener, doesn't of course honor Tapestry's configuration for my service, so it won't perform any DI. So I can either operate my Tapestry services, without JAX-WS