oop-min.html 2.35 KB
<HTML>
<HEAD>
  <TITLE>Corba is not Mimally Constraining</TITLE>
</HEAD>
<BODY>
<H1>
  Corba is not Mimally Constraining
</H1>
<ADDRESS>
  Dan Connolly<BR>
  $Id: oop-min.html,v 1.4 1999/10/02 13:35:20 connolly Exp $
</ADDRESS>
<P>
  <HR>
<BLOCKQUOTE>
  There is one last method we did not got interested into: get_interface. This
  method will be discussed in a later chapter on the interface repository but
  till then, ORBit does not implement it so... Of little use :)
  <P>
  <A HREF="http://developer.gnome.org/doc/guides/corba/corba-module-object-interface.html">The
  GNOME &amp; CORBA: The CORBA::Object interface</A>
</BLOCKQUOTE>
<P>
and <A HREF="ftp://parcftp.parc.xerox.com/pub/ilu/ilu.html">ILU</A>:
<PRE>see runtime/kernel/type.c
                              ILUGetTypes
                              ILURegisterGCInterest
                              ILUUnregisterGCInterest
                              ILUPing
                              -is-a /* for CORBA support */
</PRE>
<P>
interface repository/type libraries:
<BLOCKQUOTE>
  Using this mapping, implementations must provide the ability to call
  Object::get_interface on CORBA object references to COM objects to retrieve
  an InterfaceDef. When CORBA objects are accessed from COM, implementations
  may provide the ability to retrieve the ITypeInfo for CORBA object interface
  using the IProvideClassInfo COM interface.
  <ADDRESS>
    <A HREF="http://www.omg.org/cgi-bin/doc?formal/99-07-22">p18.53 in CORBA
    V2.3</A>
  </ADDRESS>
</BLOCKQUOTE>
<P>
References
<DL>
  <DT>
    <A HREF="../../../OOP/COM.html">COM: A study of distributed objects
    technology</A>
  <DD>
    work in progress
  <DT>
    @@HTTP-NG architecture document
  <DD>
  <DT>
    <A HREF="http://www.omg.org/corba/cichpter.html#cover"><CITE>The Common Object
    Request Broker: Architecture and Specification</CITE></A>
  <DD>
    Revised Edition: July 1995<BR>
    Updated: July 1996<BR>
    Revision 2.1: August 1997<BR>
    Revision 2.2: February 1998<BR>
    Revision 2.3: June1999
  <DT>
    <A HREF="http://www.omg.org/cgi-bin/doc?formal/99-07-22">CORBA 2.3 - chapter
    18 - Mapping COM and CORBA</A>
  <DD>
  <DT>
    @@python
  <DD>
  <DT>
    @@JNI
  <DD>
  <DT>
    @@open java?
  <DD>
  <DT>
    @@mendelson: names in Java interfaces
  <DD>
  <DT>
    @@DCOM/CORBA symposium?
  <DD>
  <DT>
    @@OMG/W3C workshop?
</DL>
<P>
</BODY></HTML>