tags:

views:

144

answers:

4

Hello,

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?

+2  A: 

We use Apache ActiveMQ

yx
@yx Interesting (+1) Can you provide some article, Tutorial about it ???
Arthur Ronald F D Garcia
@Arthur, its very easy to use, there is a guide to get started on their website.
yx
A: 

I haven't used it, but I have heard this works: http://jnbridge.com/

dar
+1  A: 

Check out JNBridge.

JP Alioto
+1  A: 

I've used j-Integra's stuff before on a few projects that served me well

curtisk