jni4net – bridge between Java and .NET


jni4net – bridge between Java and .NET

bridge between Java and .NET (intraprocess, fast, object oriented, open-source)
Using reflection we grab public method signatures for core classes of .NET and Java and generated proxy classes for the other side.
We have .NET version of JNI API.
We use JNI to forward the call from .NET proxies to methods on real Java objects.
We use JNI to register .NET implementation of native methods of Java proxies to forward call to methods on real .NET objects.

Related Posts