Question

In webdev-land, COMET/Lojg-Polling allows the server to maintain an open connection with each client and push data to each client as it becomes available. JGroups seems like it can be made to do the same thing between a client Swing application and its application server.

Is this a fair comparison or way off base?

Was it helpful?

Solution

The main motive of JGroups API is for clustering, what you are trying to achieve is a sustained socket connection.

You can create a client server like architecture using JGroups based on their node ranks. But for this you need to be a but more clear with the requirements.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top