O
Oliver Hirschi
Hi,
I have to implement a Client-Server-Architecture. A C++ client should
call a remote method (with a few of String parameters) on a java client
and get back a boolean value.
I think I am a little confused.
Which architecture should I take?
Do I have to use CORBA, or is there an alternative (RMI, ...)?
Thanks.
I have to implement a Client-Server-Architecture. A C++ client should
call a remote method (with a few of String parameters) on a java client
and get back a boolean value.
I think I am a little confused.
Which architecture should I take?
Do I have to use CORBA, or is there an alternative (RMI, ...)?
Thanks.