home *** CD-ROM | disk | FTP | other *** search
/ Australian Personal Computer 1999 April / APC443.iso / features / grpware / coldfus / coldfusi.exe / data1.cab / Documentation / snippets / cfobjectcorba.cfm < prev    next >
Encoding:
Text File  |  1998-10-08  |  595 b   |  26 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. <BODY>
  9. <H3>CFOBJECT (CORBA) Tag</H3>
  10. <P>
  11. This is a view-only example. Using CORBA requires 
  12. a site-specific Object Request Broker (ORB). 
  13. Consult with the ORB administration
  14. personnel at your site to determine the appropriate
  15. attributes to use with CFOBJECT.
  16. <P>
  17. Look in the View Example pane to see the code.
  18. <!--- 
  19. <CFOBJECT TYPE="CORBA"
  20.    CONTEXT="IOR"
  21.    CLASS="c:\\myobject.ior"
  22.    NAME="GetName">
  23.    --->
  24. </BODY>
  25. </HTML>       
  26.