|
Replies:
1
-
Last Post:
Sep 14, 2005 6:44 AM
by: robilad
|
|
|
|
|
|
|
Java and .NET interoperability lib?
Posted:
Sep 13, 2005 7:09 AM
|
|
|
Ok, I know Web Services gives the opportunity to interop with .NET.
As a fan of permormance solutions, I think to implement this using Memory-Mapped from Java and .NET side.
Is there an implementation for this goal?
An alternative option is to use RMI-IOP and IIOP.NET (
http://iiop-net.sourceforge.net/) but I would like an ultra fast implementation for a local machine.
What is your opinion. Is there an existing lib for this purpose? Thank you in advance, Dimitris Trehas.
|
|
|
|
|
|
|
Re: Java and .NET interoperability lib?
Posted:
Sep 14, 2005 6:44 AM
in response to: dtrehas
|
|
|
Depending on how closely you need the code in different languages to interoperate, you may want to look at http://www.ikvm.net/
cheers, dalibor topic
|
|
|
|
|