Calling a Java API from .NET - best approach

Posted by Ciddan on Stack Overflow See other posts from Stack Overflow or by Ciddan
Published on 2010-05-24T07:33:52Z Indexed on 2010/05/24 7:41 UTC
Read the original article Hit count: 237

Filed under:
|
|
|

I need to call an API that's all in java from an existing .NET codebase. What's the best approach here? Writing a webservice in java that basically just forwards the calls to the API - or going with something like JNI4NET?

© Stack Overflow or respective owner

Related posts about c#

Related posts about java