It's mainly the authentication stuff that takes up room for our purposes, and rolling it into a single location makes it way more convenient to deal with. Digging up the 12 separate locations buried deep where the calls actually come from makes maintenance and upgrades difficult...
I've implemented shared key encryption (between C# and Coldfusion which was a complete nightmare) and it takes up quite a bit of room, so this also helps to keep things separate and organized. Thanks again for your help, !k -----Original Message----- From: Robertson-Ravo, Neil (RX) [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 17, 2007 2:41 PM To: CF-Talk Subject: Re: Global Component Well, of course depending on your needs it could make sense, I was more thinking of exposing functionslity via WS to your CFC. What are your needs? Interesting debate. "This e-mail is from Reed Exhibitions (Gateway House, 28 The Quadrant, Richmond, Surrey, TW9 1DN, United Kingdom), a division of Reed Business, Registered in England, Number 678540. It contains information which is confidential and may also be privileged. It is for the exclusive use of the intended recipient(s). If you are not the intended recipient(s) please note that any form of distribution, copying or use of this communication or the information in it is strictly prohibited and may be unlawful. If you have received this communication in error please return it to the sender or call our switchboard on +44 (0) 20 89107910. The opinions expressed within this communication are not necessarily those expressed by Reed Exhibitions." Visit our website at http://www.reedexpo.com -----Original Message----- From: Kevin Aebig To: CF-Talk Sent: Tue Apr 17 21:27:54 2007 Subject: RE: Global Component And out of curiosity why wouldn't I? I can think of a few good uses for this... Cheers, !k -----Original Message----- From: Robertson-Ravo, Neil (RX) [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 17, 2007 2:21 PM To: CF-Talk Subject: Re: Global Component Well you wouldn't want to do it for a web service. But yes, you can pass components to and from components AFAIK. "This e-mail is from Reed Exhibitions (Gateway House, 28 The Quadrant, Richmond, Surrey, TW9 1DN, United Kingdom), a division of Reed Business, Registered in England, Number 678540. It contains information which is confidential and may also be privileged. It is for the exclusive use of the intended recipient(s). If you are not the intended recipient(s) please note that any form of distribution, copying or use of this communication or the information in it is strictly prohibited and may be unlawful. If you have received this communication in error please return it to the sender or call our switchboard on +44 (0) 20 89107910. The opinions expressed within this communication are not necessarily those expressed by Reed Exhibitions." Visit our website at http://www.reedexpo.com -----Original Message----- From: Kevin Aebig To: CF-Talk Sent: Tue Apr 17 21:21:03 2007 Subject: RE: Global Component Mapping... perfect. One last question... is it possible to return a created Object back from a CFC? EX. <cfcomponent displayname="kConnection"> <cfset componentName = "kConnection"> <cffunction name="createRequest" returns="webservice" output="false"> <cfargument name="wsdl" type="string" required="true"> <cfset sfdc = createObject("webservice", attributes.wsdl)> <cfreturn sfdc> </cffunction> </cfcomponent> Thanks for help, !k -----Original Message----- From: Robertson-Ravo, Neil (RX) [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 17, 2007 2:06 PM To: CF-Talk Subject: Re: Global Component so use the application scope. Load it in at app start up. Job done, or do you mean you want to load it from a common path? If so then use a mapping to it "This e-mail is from Reed Exhibitions (Gateway House, 28 The Quadrant, Richmond, Surrey, TW9 1DN, United Kingdom), a division of Reed Business, Registered in England, Number 678540. It contains information which is confidential and may also be privileged. It is for the exclusive use of the intended recipient(s). If you are not the intended recipient(s) please note that any form of distribution, copying or use of this communication or the information in it is strictly prohibited and may be unlawful. If you have received this communication in error please return it to the sender or call our switchboard on +44 (0) 20 89107910. The opinions expressed within this communication are not necessarily those expressed by Reed Exhibitions." Visit our website at http://www.reedexpo.com -----Original Message----- From: Kevin Aebig To: CF-Talk Sent: Tue Apr 17 21:02:55 2007 Subject: RE: Global Component I just want to be able to easily access the same component from any application scope with the same ease as using a custom tag... !k -----Original Message----- From: Robertson-Ravo, Neil (RX) [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 17, 2007 1:47 PM To: CF-Talk Subject: Re: Global Component Eh? You mean a component within a shared scope? "This e-mail is from Reed Exhibitions (Gateway House, 28 The Quadrant, Richmond, Surrey, TW9 1DN, United Kingdom), a division of Reed Business, Registered in England, Number 678540. It contains information which is confidential and may also be privileged. It is for the exclusive use of the intended recipient(s). If you are not the intended recipient(s) please note that any form of distribution, copying or use of this communication or the information in it is strictly prohibited and may be unlawful. If you have received this communication in error please return it to the sender or call our switchboard on +44 (0) 20 89107910. The opinions expressed within this communication are not necessarily those expressed by Reed Exhibitions." Visit our website at http://www.reedexpo.com -----Original Message----- From: Kevin Aebig To: CF-Talk Sent: Tue Apr 17 20:46:33 2007 Subject: Global Component This might sound ridiculous, but I'm trying to have an easily accessible CFC that would be somewhat similar to a Custom Tag. I'm thinking that its possible, but for the time being I'm running blank. Thanks, !k -------------------------------------------------------------- [ K n o w l e d g e E n a b l e d S y s t e m s ] Business Solutions + Creative Services + Security Consulting Web: www.keslabs.com <http://www.keslabs.com/> Email: [EMAIL PROTECTED] Phone: 306.683.6451 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Macromedia ColdFusion MX7 Upgrade to MX7 & experience time-saving features, more productivity. http://www.adobe.com/products/coldfusion?sdid=RVJW Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:275645 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

