G
Guest
I want to create a client activated object using TcpChannel. The only way I could get it to work, though, is to provide the client with the remoted object's implementation. I'd rather not do this. I got around this by using a factory pattern, but there has to be another way. I tried using soapsuds with -nowp, but that didnt' work. Most examples deal with HttpChannels, and soapsuds, and all the examples work fine, but not with TcpChannels.
My question is: How can I create a CAO using a TcpChannel and not provide the client with the implementation of the object to be remoted without resorting to a Factory pattern
Thanks
JJ
My question is: How can I create a CAO using a TcpChannel and not provide the client with the implementation of the object to be remoted without resorting to a Factory pattern
Thanks
JJ