Remoting C#programming with Java

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
 
G

Guest

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
 
T

Tim Jarvis

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.
 
W

Wayne Citrin

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
____________________________________
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top