For me, it has clearly been a the Proxy pattern. I create proxy objects on the client side, makes my client code operate the same in the client, and even on the server.
Ben On Mon, 2003-03-03 at 15:01, Anecito, Anthony (HQP) wrote: > Hi All, > > Just thought would ask what design patterns you have found most helpful when > using Axis. As I have mentioned in the past I think the Value object > Enterprise level pattern has helped me tremendously when using SOAP & Axis. > > Also, is Axis using the Singleton pattern? In other words are we limited to > a single thread sevlet for handling Web Service invocations? > > > Many Thanks, > Tony
