The long answer is "it depends a great deal on how the component is written, and in what".
CFOBJECT can certainly call components (especially if you're running MX... CFOBJECT has been greatly enhanced). Under MX, CFOBJECT can call COM, CORBA, Java, Web-service and ColdFusion Components (CFCs).
What type of component were you interested in invoking?
If you're talking about a COM object, for instance, with a little work, you could probably then get that object to call a ColdFusion template. Though, if that's really the goal, you'd be much better off writing the component in ColdFusion as well and offer it as a CFC.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.