Broadcast Message in Java -


I need some mechanism that allows me to move some data from a Java program to another in the same PC. I have already checked the RMI but I want to send some messages for 1 app 2 without the request of 2 AP. Only client can start communication in RMI.

Raw sockets are not desirable (too low level).

I want something like RMI with a different plan to start communication: 1 server

Can you please suggest some libs / technology (for desktop app) ?

I suggest you use it and its implementation such as <.

Comments

Popular posts from this blog

python - Writing Greek in matplotlib labels, titles -

c# - LINQ to Entities does not recognize the method 'Int32 IndexOf(System.String, System.StringComparison)' method -

Pygame memory leak with transform.flip -