[omniORB] Too many stubs

Davy Croonen croonen.davy at pandora.be
Mon Feb 16 23:30:05 GMT 2004


Hi everyone,

I think this question is more relevant to CORBA in general then specific
to omniORB, but I really need an answer. However I want to use omniORB
for my implementation :). 

This is the case: suppose I have several CORBA components, for each
component I write an IDL file. Now I have to generate the stubs with the
omniidl compiler which generates two files of each individual IDL file.
When I write a program (call it a client) that uses methods of each of
the components, I have to copy all the generated IDL stubs of each
component to the client directory. For working with less components this
method is acceptable, but if the number of components increases (one
hundred and more) this method is not nice to work with because you have
a lot of IDL stubs on your client side. My question is, is there a
solution for reducing the great number of stubs on the client side in
this case? In case yes what is the solution and how can I implement it?

Thanks in advance


Greetz 
Davy Croonen    




More information about the omniORB-list mailing list