Adobe 38000827 Administration Guide - Page 33

Extensions Java Applets CFX Tags Custom Tag Paths CORBA Connectors

Page 33 highlights

Extensions section You use the Extensions section of the Administrator to configure ColdFusion MX to work with other technologies, such as Java and CORBA. This section contains the Java Applets, CFX Tags, Custom Tag Paths, and CORBA Connectors pages. Java Applets page The Java Applets page of the Administrator lets you register applets and edit and delete applet registrations. Before you can use Java applets in your ColdFusion applications, you must register them in the Java Applets page. When your applet is registered with ColdFusion MX, using the cfapplet tag in your CFML code is very simple, because all parameters are predefined. Simply enter the applet source and the form variable name you want to use. Note: Parameters set in the cfapplet tag override parameters defined in the Java Applets page. For more information, see the online Help. CFX Tags page Before you can use a CFX tag in ColdFusion applications, you must register it. You use the CFX Tags page to register and manage ColdFusion custom tags built with C++ and Java. You can build CFX tags in the following two ways: • Using C++ as a dynamic link library (DLL) in Windows; as shared objects (so/sl) on Solaris, Linux, and HP-UX • Using Java interfaces defined within the cfx.jar file For more information, see the online Help. Custom Tag Paths page You use the Custom Tag Paths page of the Administrator to add, edit, and delete custom tag directory paths. The default custom tag path is under the installation directory. To use custom tags in another path, register the path on this Administrator page. For more information, see the online Help. CORBA Connectors page You use the CORBA Connectors page of the Administrator to register, edit, and delete CORBA connectors. You must register CORBA connectors before using them in your ColdFusion applications. You must also restart the server when you are done with the CORBA Connector configuration. ColdFusion MX loads ORB libraries dynamically using a connector, which does not restrict ColdFusion developers to a specific ORB vendor. The connectors depend on the ORB runtime libraries provided by the vendor. A connector for Borland Visibroker is embedded within ColdFusion. Make sure that the ORB runtime libraries are in cfusionmx/runtime/lib. Extensions section 25

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • 38
  • 39
  • 40
  • 41
  • 42
  • 43
  • 44
  • 45
  • 46
  • 47
  • 48
  • 49
  • 50
  • 51
  • 52
  • 53
  • 54
  • 55
  • 56
  • 57
  • 58
  • 59
  • 60
  • 61
  • 62
  • 63
  • 64
  • 65
  • 66
  • 67
  • 68

Extensions section
25
Extensions section
You use the Extensions section of the Administrator to configure ColdFusion MX to
work with other technologies, such as Java and CORBA. This section contains the Java
Applets, CFX Tags, Custom Tag Paths, and CORBA Connectors pages.
Java Applets page
The Java Applets page of the Administrator lets you register applets and edit and delete
applet registrations. Before you can use Java applets in your ColdFusion applications, you
must register them in the Java Applets page.
When your applet is registered with ColdFusion MX, using the
cfapplet
tag in your
CFML code is very simple, because all parameters are predefined. Simply enter the applet
source and the form variable name you want to use.
Note:
Parameters set in the
cfapplet
tag override parameters defined in the Java Applets
page.
For more information, see the online Help.
CFX Tags page
Before you can use a CFX tag in ColdFusion applications, you must register it. You use
the CFX Tags page to register and manage ColdFusion custom tags built with C++ and
Java.
You can build CFX tags in the following two ways:
Using C++ as a dynamic link library (DLL) in Windows; as shared objects (so/sl) on
Solaris, Linux, and HP-UX
Using Java interfaces defined within the cfx.jar file
For more information, see the online Help.
Custom Tag Paths page
You use the Custom Tag Paths page of the Administrator to add, edit, and delete custom
tag directory paths. The default custom tag path is under the installation directory. To
use custom tags in another path, register the path on this Administrator page.
For more information, see the online Help.
CORBA Connectors page
You use the CORBA Connectors page of the Administrator to register, edit, and delete
CORBA connectors. You must register CORBA connectors before using them in your
ColdFusion applications. You must also restart the server when you are done with the
CORBA Connector configuration.
ColdFusion MX loads ORB libraries dynamically using a connector, which does not
restrict ColdFusion developers to a specific ORB vendor. The connectors depend on the
ORB runtime libraries provided by the vendor. A connector for Borland Visibroker is
embedded within ColdFusion. Make sure that the ORB runtime libraries are in
cfusionmx/runtime/lib.