vote up 5 vote down star
1

I'd like to call into a .NET assembly for some data and library functions from a Processing user interface. What's the best way to achieve this? Expose a web service? A RESTful API? Some godforsaken processing/Silverlight monstrosity?

Good ideas are welcome.

flag

63% accept rate

3 Answers

vote up 1 vote down

One approach might be to expose the desired data and functionality to COM via the REGASM utility and then use a Java-COM bridge to get to it.

link|flag
vote up 1 vote down

Hi Matt. I'm not familiar with Processing (is this what you are talking about?), but if it's standard JVM-based environment, then JNBridge is a very solid solution, assuming the pricing works for you.

link|flag
vote up 1 vote down

I am author of jni4net, open source interprocess 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.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.