home *** CD-ROM | disk | FTP | other *** search
/ Computer Shopper 139 / dpcs0999.iso / Web / CFserver / data1.cab / Documentation / snippets / cfobjectcorba.cfm < prev    next >
Encoding:
Text File  |  1999-04-12  |  659 b   |  28 lines

  1. <!---  This view-only example shows
  2.        the CFOBJECT tag for CORBA. --->
  3. <HTML>
  4. <HEAD>
  5. <TITLE>CFOBJECT (CORBA) Tag</TITLE>
  6. </HEAD>
  7.  
  8. <BASEFONT FACE="Arial, Helvetica" SIZE=2>
  9. <BODY  bgcolor="#FFFFD5">
  10.  
  11. <H3>CFOBJECT (CORBA) Tag</H3>
  12. <P>
  13. This is a view-only example. Using CORBA requires 
  14. a site-specific Object Request Broker (ORB). 
  15. Consult with the ORB administration
  16. personnel at your site to determine the appropriate
  17. attributes to use with CFOBJECT.
  18. <P>
  19. Look in the View Example pane to see the code.
  20. <!--- 
  21. <CFOBJECT TYPE="CORBA"
  22.    CONTEXT="IOR"
  23.    CLASS="c:\\myobject.ior"
  24.    NAME="GetName">
  25.    --->
  26. </BODY>
  27. </HTML>       
  28.