Re: Export once, deserialize on subsequent restarts

Gregg Wonderly <[email protected]>
Newsgroups gmane.comp.java.sun.rmi
Message-ID <[email protected]>
Robert DiFalco wrote:
> Ok, this should be simple to do but I can't seem to figure it out.
>
> NOTE: I do not want to use RMID, ActivatableRef, or JINI.

What I would consider is a Smart proxy that used HTTP to connect and
download a MarshalledObject of the servers current proxy.  The smart
proxy would try to make the call using the remote reference it has.  If
that fails with a RemoteException, then download a new reference and try
again.  Once you use a Smart Proxy, you might not need to use JRMP/RMI
at all, and could instead use a simpler implementation that just takes
care of the API that you need it to...

Gregg Wonderly

===========================================================================
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
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.