How can I integrate Java with .Net?
Posted
by Luke
on Stack Overflow
See other posts from Stack Overflow
or by Luke
Published on 2008-10-29T08:13:21Z
Indexed on
2010/04/22
19:13 UTC
Read the original article
Hit count: 286
I have one SDK that is available in Java and another SDK that is available for .Net and would like to write a single application that interfaces with both of them. I imagine I will need to use a cross platform communication framework that can support named pipes (or other in memory communication), what is the best choice?
After some more research I found Hessian -- does anyone know anything about the maturity of this project?
© Stack Overflow or respective owner