This question is sort of related to my earlier one. To write my
NamingContext implementation class, I really needed to use the generated
NamingContextExtPOA class (generated using the -fserver option on
idlj). The Sun implementation in the jdk includes the generated server
binding classes. The Geronimo CORBA spec jars do not. Anybody wishing
to run code written to the server bindings is going to require these
classes to run.
The Sun code is also shipping generated Stub classes (for example,
org.omg.CosNaming includes _BindingIteratorStub.class,
_NamingContextExtStub.class, and _NamingContextStub.class). It also
includes _BindingIteratorImpBase and _NamingContextImplBase classes in
the org.omg.CosNaming package. I'm not sure how those were generated
nor what they contain.
Rick
- What org.omg.* classes should be generated? Rick McGuire
-