Defining Corba Stubs and Skeleton is defining ORB stubs and skeleton
Basically Stubs is at client, Skeleton is at server.
Stubs has no problem meshing perfectly with the skeleton at server.
Even if different programming language
Even if different ORB by different vendor
Why is that ?
Because IDL define the interface so strictly that every programming language and vendor must follow the standard, thus having no problem in compatibility with different language or vendor.


