On 6/6/07, Al Sutton <[EMAIL PROTECTED]> wrote:
Are the soap methods and the actions your calling accessing the same data
and/or service classes?

sure...under the hood....they all utilize the same service 'layer'
(factory method pattern to acquire newly created serviceimpl classes)
and use the same domain objects (uniquely instantiated per servlet
request)

The only thing the individual requests should be 'sharing' is session
information.......

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to