I must get two different client application talk without any kind of broker or server.
What is the best method for IPC beween two process, Java and .NET?
I am author of jni4net, open source intraprocess bridge between JVM and CLR. It's build on top of JNI and PInvoke. No C/C++ code needed. I hope it will help you.