----- Original Message ----- From: "stephane parenton" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, July 18, 2003 12:15 PM Subject: how one would do to....
> > > hi everyone, > > I'm trying to see wether it's possible to send something from one > computer to another using xmlrpc.... here's the deal, we're programming > a network application (a studend "homework") and we're asked to upgrade > some classes remotely... we already have a client and a server running > classes that gives us infos, but the infos are obtained locally (with > the server's eyes). What we want is a client sending a small code that > the server could write on the disk in order to upgrade or replace old > classes... is it possible ? i thought sending vectors of "i don't know > what" as argument of a remote procedure, but don't really know if this > could work... does anyone use XMLRPC to maintain/upgrade java classes or > even binaries ? It's reasonably easy to do. You can pass Java classes as <base64> elements in an XML-RPC message. John Wilson The Wilson Partnership http://www.wilson.co.uk
