Isthere any open source jrmp (RMI) implementation?
Alex Co <[email protected]> Wed, 13 May 2009 11:03:39 -0600
| Newsgroups | gmane.comp.java.sun.rmi |
|---|---|
| Message-ID | <LISTSERV%[email protected]> |
Hi all,
I was trying for a while to communicate with a standard RMI server using =
a=20
custom socket based java client application. Till now without success.
Note: If I use the RMI client application the server responds well but us=
ing the=20
custom socket based app it does not.
Do you know any public available RMI implementation with open-source?
I think that RMI spec is very undetailed and I cant implement client appl=
ication=20
just reading the rmi spec. Please, could you help me?
After launching RMI server in the port 27000 (i also register it in rmire=
gistry) I=20
am using the client socket based java application to try to interact with=
server=20
by connecting to the port 27000 and then sending the message stream store=
d=20
in this byte array and then i wait for the server reply that never comes.=
..
byte[] header =3D {0x4a,0x52,0x4d,0x49,0x00,0x01,0x4b};
Please, could anyone guide me in the general steps a java socket based=20=
application must take to call a method on the rmi server, or at least hav=
ing=20
some answer from the rmi server?
Many thanks
Alex
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
To unsubscribe, send email to [email protected] and include in the body
of the message "signoff RMI-USERS". For general help, send email to
[email protected] and include in the body of the message "help".
For a list of frequently asked RMI questions please refer to:
http://java.sun.com/j2se/1.3/docs/guide/rmi/faq.html
To view past RMI-USERS postings, please see:
http://archives.java.sun.com/archives/rmi-users.html