368
Component Object Overview
This section gives you some basic information on objects supported in ColdFusion
and provides resources for further inquiry.
About COM
COM (Component Object Model) is a specification and a set of services defined by
Microsoft to enable component portability, reusability, and versioning. DCOM
(Distributed Component Object Model) is an implementation of COM for
distributed services, allowing access to components residing on a network.
COM objects can reside locally or on any network node. Currently, COM is
supported on Windows NT 3.51/4.0 and Windows 95/98.
Resources
To find out more about COM/DCOM, go toMicrosoft's COM site, http://
www.microsoft.com/com.
About CORBA
CORBA (Common Object Request Broker Architecture) is a specification for a
distributed component object system defined by the Object Management Group
(OMG). In this model, an object is an encapsulated entity whose services are
accessed only through well-defined interfaces. The location and implementation of
each object is hidden from the client requesting the services. ColdFusion supports
CORBA 2.0 on both Windows and UNIX.
Resources
The OMG site, http://www.omg.com, is the main Web repository for CORBA
information.
About Java objects
Java objects include any Java class available in the class path specified on the
ColdFusion Administrator JVM and Java Settings page.
Chapter 20 Using cfobject to Invoke Component Objects
Need help?
Do you have a question about the COLDFUSION 5-DEVELOPING and is the answer not in the manual?
Questions and answers