Re: Axis (SOAP) Design Patterns

2003-03-03 Thread Benjamin Tomasini
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 h

Axis (SOAP) Design Patterns

2003-03-03 Thread Anecito, Anthony (HQP)
Title: Axis (SOAP) Design Patterns 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