Click here to Skip to main content
15,889,808 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello,

We have custom code for RMI layer on Java(Server Side); This code works fine with
Android Client;

But now I have task to use this java server functionality with windows client on .Net.

Could you suggest please how could I make interoperability between existing Java RMI code and .net Client?

Thank you for answers

Best Regards
Vladimir
Posted
Updated 29-Dec-15 9:36am
v2

1 solution

My own solution would be to create web service that accesses this RMI and returns data in some easy format. It has added advantage of facade pattern where you can hide any nasty implementation details or workaround needed behind simple call to web method.

That said, here is something to help you along.
Library:
IIOP.NET - Accessing a RMI/IIOP-based CORBA object with .NET remoting[^]

Here on CP:
Accessing an EJB from .NET Using IIOP.NET: an Example[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900