I would like to know how I can program a type in .NET and use it in
Java or vice versa. Do I have to use CORBA with IIOP or is there a concept which maps the RMI to .NET? .NET Remoting supports
SOAP but is this the only solution, for me it seems that this .NET Remoting is very powerful but also very heavy in size and not applicable for small devices like PDAs.
How would you solve following problem. You have two PDAs one running on linux with java and the other the Compact Framework. Now I would like to send a message from CF of type X to the java where type X is not yet known?
cheers, Andreas