Hi, All
I am just writing the user document and programmer note, I want to know whether I can put all the class file into one jar file and include this file when I run server and client.
I find lots of people here use two jar files one is for server, the other is for client. It is ok but where I put the stub class. It seems I have to put stub class both in server and client jar file. Is it too much redundency?
Need I create skeleton and stub for my application compatiable to both jdk1.1.* and
java 2 or just use only one stub class used in java 2?
Any advice?