Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Bridges between Java and .NET [closed]

Tags:

java

.net

interop

I'm interested in technologies(solutions) that permits Java and .NET interoperate. I have tried the following and it works but I would like to know if there are other solutions:

  • Sockets
  • Web Services (Metro)
  • CORBA (IIOP.NET)
  • Messaging (QPid)
  • IKVM

Does anyone know other technologies(solutions) that enable Java and .NET interoperate or best practices for Java and .NET interoperability?

like image 707
mihaela Avatar asked Jan 08 '10 20:01

mihaela


1 Answers

We use Apache ActiveMQ

like image 146
z - Avatar answered Sep 24 '22 09:09

z -