So I have my clients and server communicating with bisocket. I create a Connector,
then my clients create a Client object, connect and add an InvokerCallbackHandler to it.
Then when I wish to perform a task on the server I can do a client.invoke(...) and my
ServerInvocationHandler receives the invoke does some work and and return some object.
What it looks like I need to do is after my client connects, I need to create a Connector
object on my client, add an InvokerCallbackHandler to it and then have my server create a
new client from its side. Is that right?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4106229#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...