I have some simple questions.I wish I can get your help.
1. After I wrote the idl files, I use idlj.exe to generate the skeleton and
stub files. Then, what are the function of the holder and helper files?
2. When I use idlj.exe,I find that I should use the following clause:
idlj -fall -OldImplBase xxx.idl
Because I am using JDK1.4, I have to use the OldImplBase parameter in order to
get the _xxxImplBase.java. Now I want to know how to get the file without the
parameter since it is an old method, and if I don't use the parameter,how to use
the generated file?
3. which files are actually the skeleton files? And which files are stub?