communication over http

From: Ante Smolcic (spam_at_supersmola.net)
Date: 12/30/04


Date: Thu, 30 Dec 2004 12:54:21 +0100


I need to establish a communication between to comupters and transfer
some binary data as well. I was thinking of something like RMI in Java
or Remoting in .NET. I also need it to be over HTTP protocol so I can
get past firewall.

Please, any suggestions, what seems to be the easiest way?

-- 
I'm thinking... maybe dinner and a movie. I don't want to rush into 
anything. I've been hurt, you know?


Relevant Pages

  • Re: How can I use class FileInputStream as a reverse of FileOutputStream?
    ... > I found the FileInputStream class. ... Java indeed makes a distinction between characters and bytes (as ... text encoding in the file, use a Writer of some kind. ... * you want to write binary data, and want to make sure that it is not ...
    (comp.lang.java.help)
  • Re: How can I use class FileInputStream as a reverse of FileOutputStream?
    ... Java also handles different ... > encodings (an encoding specifies how characters are represented as ... > text encoding in the file, use a Writer of some kind. ... > * you want to write binary data, and want to make sure that it is not ...
    (comp.lang.java.help)
  • Re: getting round multiple inheritance
    ... As java doesnt allow multiple inheritance, I can't use Observable as well as RMI. ... In Java you use interfaces as a sort of replacement for multiple inheritance. ...
    (comp.lang.java.programmer)
  • Re: java.rmi support inside Visual J# .NET
    ... one of the key design decisions of the .net CLR was not to require the jit ... to recompile code that has already been compiled. ... thought that this java feature was too expensive a jit/vm feature. ... reference a rmi object, the calling code is recompiled so it can talk to the ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Determine size of remote object
    ... Do I gain anything when uisng compression on binary data? ... "Ken Kolda" wrote: ... it is possible to use compression with remoting as well. ...
    (microsoft.public.dotnet.framework.remoting)