Hello!
It's hard for me to explain but I give a try and hope you understand.
My Map Web Application realizes a cometd client server communication.
Client:
dojox.cometd.init("./cometd");
dojox.cometd.subscribe("/test", sample, "publishHandler");
...On the server is running a script (jsp) who sends every second data (latitude and longitude) to the client which adds markers to the map with the given coordinates. My problem is that I need in my server script the coordinates of all the clients which are subscribed. Is there for example any list of all clients on the server side available?
Who is it possible to to send from the client side some coordinates which the server saved in combination with the client.
Short: I want al list of all subscribed clients on the server side including specified data to the clients. I hope someone understands this problem and can help...
Thank's a lot
joerilla
