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

asp.net - Procedure or function "Procedure name" expects a parameter "Param name" which was not supplied occurs rarely -

jsp - No mapping found for HTTP request with URI with annotation config Spring MVC and Jetty -

sql server ce - Is there some way to make sqlce3.5 and 4.0 co-exist in the C# project -