|
That's just what I meant with "client jar". You
have to deploy parts of your application - see erez' mail below - with your
client software so that the client can talk to the server. Yes, RMI can do this
automatically, but I am not an RMI specialist, too. Maybe there is some RMI
specialist in the JOnAS team that can give you a hint how to do this
automatically. But since J2EE comes with JavaWebStart in the near future, the
question will be if you will need this. The other question is, how often you
think that you want to change your server application? And even if you change it
often, why not putting that client jar onto a single common server file share,
that will be accessed by the client? Then you do not have the replicate it.
Another way is that e. g. WindowsNT has internal Server to Client broadcast file
replication mechanism, there you have to put it into one directory on the server
once, and NT deploys the file automatically. So this should not a big problem,
as I think.
Markus
|
