Client with multiple codebases

Calum Shaw-Mackay <[email protected]> Wed, 28 Nov 2007 16:10:01 +0000
Newsgroups gmane.comp.java.sun.jini
Message-ID <[email protected]>
Hi -

I've got a Service with a ServiceUI - the Service Browser has it's own
codebase(A).
Part of the UI allows me to deploy an object into the service which
has also has it's own, different, codebase(B).
How do I push the object to the service with Codebase (B) without
interfering with the Service Browsers codebase(A) - I don't want to
use....

System.setProperty("java.rmi.server.codebase", B)
//Deploy object to service
System.setProperty("java.rmi.server.codebase", A)

... because I;m sure this will get really messy and not have a nice ending.....

There is probably a really simple answer.....

Cheers,

--Calum

--------------------------------------------------------------------------
Getting Started:     http://www.jini.org/wiki/Category:Getting_Started
Community Web Site:  http://jini.org
jini-users Archive:  http://archives.java.sun.com/archives/jini-users.html
Unsubscribing:       email "signoff JINI-USERS"  to [email protected]