I would like to call the .NET assembly for some data functions and libraries from the Processing user interface . What is the best way to achieve this? Open a web service? A RESTful API? Some divine treatment / Silverlight monstrosity?
Good ideas are welcome.
One approach may be to provide the necessary COM data and functionality through the REGASM utility, and then use the Java-COM bridge to get to it.
( , ?), JVM, JNBridge - , , .
I am the author of jni4net , an open source interprocess bridge between the JVM and the CLR. It is built on top of JNI and PInvoke. No C / C ++ code required. Hope this helps you.