Remoting C#programming with Java

  • Thread starter Thread starter pei_world
  • Start date Start date
P

pei_world

does any one know any way to program C# with Java using Remoting?
I am trying to communicate between C# program and Java program.
how can I send data as Object in C# like Java ObjectOutputStream?

i want to format my data to XML before sending it. any sample code there?

thanks
 
try a web service approach maybe

----- pei_world wrote: ----

does any one know any way to program C# with Java using Remoting
I am trying to communicate between C# program and Java program
how can I send data as Object in C# like Java ObjectOutputStream

i want to format my data to XML before sending it. any sample code there

thank
 
pei_world said:
does any one know any way to program C# with Java using Remoting?
I am trying to communicate between C# program and Java program.
how can I send data as Object in C# like Java ObjectOutputStream?

i want to format my data to XML before sending it. any sample code
there?

thanks

Please don't think I am in salesman mode here (I work for Borland) but
this might be interesting to you...

http://www.borland.com/janeva/

Rgds Tim.
 
pei_world said:
does any one know any way to program C# with Java using Remoting?
I am trying to communicate between C# program and Java program.
how can I send data as Object in C# like Java ObjectOutputStream?

Hi Pei --

JNBridgePro will do what you want. Check out our Web site at
www.jnbridge.com, or contact me for more information.

Regards,
Wayne
____________________________________

Wayne Citrin
JNBridge, LLC
(e-mail address removed)
www.jnbridge.com
Spanning the Worlds of Java and .NET
____________________________________
 
Back
Top