Hi All,
Is there a way to invoke directly an RMI Object from a C++ or C# program (with corba for example!).
thanx in advance
Nabil BENMIRA
-
RMI Object invocation from C#! (3 messages)
- Posted by: BENMIRA Nabil
- Posted on: September 01 2003 09:31 EDT
Threaded Messages (3)
- RMI Object invocation from C#! by Paul Strack on September 01 2003 22:30 EDT
- RMI Object invocation from C#! by Vijaykumar Natarajan on September 09 2003 21:47 EDT
- More Information by cornel miron on July 27 2011 08:28 EDT
- RMI Object invocation from C#! by Vijaykumar Natarajan on September 09 2003 21:47 EDT
-
RMI Object invocation from C#![ Go to top ]
- Posted by: Paul Strack
- Posted on: September 01 2003 22:30 EDT
- in response to BENMIRA Nabil
Some options:
1. Define a CORBA interface.
2. Use JNI to call a Java class which invokes the RMI normally.
3. Create a web services wrapper to the RMI services and invoke it that way. -
RMI Object invocation from C#![ Go to top ]
- Posted by: Vijaykumar Natarajan
- Posted on: September 09 2003 21:47 EDT
- in response to Paul Strack
Or...
use Janeva which lets you seamlessly invoke RMI servers (using CORBA protocols) from C# or any .NET language.
http://www.borland.com/janeva
Vijay -
More Information[ Go to top ]
- Posted by: cornel miron
- Posted on: July 27 2011 08:28 EDT
- in response to Vijaykumar Natarajan
Hy,
can you send a example how can we call /get ( that was bind using java ) from C#, please I realy need some help.
Thank you