Connecting Tech Pros Worldwide Forums | Help | Site Map

C# Client to Java server side Remoting options

Member
 
Join Date: Mar 2008
Posts: 81
#1: Oct 20 '08
Hey All,
I currently have C# clients, and I want them to talk to a Java server side running on Glassfish application server.

I am wondering if anyone has some options outside of webservices, as we are trying to cut down the amount of data we are sending across the wire.

I know their is .NET IIOP (which I can't get to compile in VS 2008), and also Hessian. Is there any other good binary remoting options to talk from a C# client to a Java Enterprise server?

Any thoughts or suggestions would be appreciated!

Member
 
Join Date: Mar 2008
Posts: 81
#2: Oct 20 '08

re: C# Client to Java server side Remoting options


any ideas? Has anyone had experience with Hessian?

Thanks
Reply