我们使用GUICE框架作为服务层的一部分。 现在需要建立 JAX-WS 网络服务。 我们用JDK 1. 6 JAX-WS API建立了网络服务。 但现在,我们无法使用GUICE的任何资源,因为我们的网络服务无法管理。
我们用的是Guice 3. 0 我们如何实现这个目标?
Tried the following link http://jax-ws-commons.java.net/guice/, but did not work out and finally got to know that this is compatible only with Guice 2.0 in some forum.
One more approach tried was http://developian.blogspot.in/2008/11/google-guice-and-jax-ws.html, But this internally will start using some of the sun API which are access restricted and hence I dont want to use...
现在什么是最佳办法或任何其他解决办法。
请提供咨询意见。
谢谢 谢谢