Remoting Client Activated Object

  • Thread starter Thread starter Guest
  • Start date Start date
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
 
Thanks, Allen. Based on your article I guess the factory pattern I stumbled across is the recommended way to go. Thanks, again

-JJ
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top