| [news.eclipse.technology.ecf] Concerns about this simple chat |
jfp Scott Lewis wrote:
Hi John,
John F. Patterson wrote:
OK, I see where I messed up. I mistook the names passed in to the Chat object as the idenitifiers, but they clearly are not the IDs. They are merely nicknames that are bundled into the sent object (actually Object array). The ID for the objects is "chat" on both sides. Presumably, everyone with access to the container who also creates the "chat" object. may use the sendObjectToRemote method and the chat will go to System.out. Is this right?
Yes indeed!
Scott