What I'm trying to do is to communicate events to the client. The server push data (events) to the client. The client could be connected to the server 1 day (session duration).
Maybe I could use RMI callback (p.e.) or raw socket.
Regards Gaston