I am right now doing precisely what you are about to do - system interaction where one system pulls data from another. I am using interface pattern:
System A has interface CFC System B has interface CFC System A components when they need some data from B ask the interface of A to provide it. System A interface communicates via webservice call with System B interface. System B interface gets the data from System B CFCs. A bit of a chain reaction, but at least it is not spaghetti style coding, TK http://www.tomkitta.com -----Original Message----- From: Richard White [mailto:[EMAIL PROTECTED] Sent: Friday, September 22, 2006 8:41 AM To: CF-Talk Subject: Re: Designing for Integration thanks for your help :) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http://www.fusionauthority.com/quarterly Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:253848 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

