[jboss-user] [JBossWS] - Re: Desgin Patterns - Web Service

lightenex do-not-reply at jboss.com
Sat Aug 5 11:29:44 EDT 2006


yeah, in my opinion, the best way to performing SOAP client operations would be using generated client instead of DII, DII seems got its own trouble in many ways, and the code written by DII is not easy to maintain. You can choose any independent stub generatation tools to generate those stubs. moreover, you can create a facade layer for web service access, if the service point has changed, you can limit your change in the facade layer, and that's really helpful for you to address short term change and make things happen.

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3963394#3963394

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3963394



More information about the jboss-user mailing list