> Let's assume I accept that COM is dead and that CFMX > support for it will not improve. How do I deal with > connecting to my DLL and using it's functionality without > using ASP? In my case this COM object is a wrapper for > another vendor's DLL that provides business logic. Can > this be done any other way? Can the wrapper be written > in Java and would then work with CFMX?
If the other vendor's DLL isn't itself a COM object, there's probably some way you can invoke it directly from Java, which would solve your problem. In that case, you could write your wrapper in Java. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ voice: (202) 797-5496 fax: (202) 797-5444 ______________________________________________________________________ Get the mailserver that powers this list at http://www.coolfusion.com FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

