repost since it was rejected earlier with a mysterious "No ListDSN" error (Michael??)
On 4/26/05, Bob Jacoby <[EMAIL PROTECTED]> wrote: > BJ: Interesting. I havn't looked at CF7 yet. I really need to look at the > XML and JMS features. We don't run any "headless" CF apps - though most of > our apps are in CF5. Never really thought of using CF in that way since I've > always looked at it as a presentation tier language. I know..need to get up > to speed... How do you handle the communication between the systems? Web > Services? On a tangent - for your higher traffic sites do you use Coldfusion > on JRun? Where we need a transactional interaction we use web services (i.e., make one or more calls as part of a work item and get results back) but where we are just exchanging data and need guaranteed delivery but no immediate response we use JMS at both ends. The JMS gateway built into CFMX 7 lets you publish messages to topics defined on a JMS server as well as subscribe to those topics. The interaction is asynchronous. > BJ: Agreed. OO languages doesn't always equal complexity. My main point was > that retrofitting CF to become an OO language will make it more complex than > if it had been written to be an OO language from the start. Adding any features to a language makes it more complex. Yet Java, C++ and even C have all had features added. CF has had very few tags added to support OO so it's arguably very little additional complexity (especially in comparison to Java or C++). CF supports encapsulation, polymorphism and inheritance which are the three core tenets of OO. > BJ: Awesome! I havn't had the opportunity to look at CF7 so I'm glad to hear > this! I've also heard of problems with nulls when using queries of queries > (e.g. - value returned from first query is null, second query expects a > string or something). Hopefully this has been addressed as well. :) There's a lot of QoQ enhancements in CFMX 7. -- Sean A Corfield -- http://corfield.org/ Team Fusebox -- http://fusebox.org/ Got Gmail? -- I have 50, yes 50, invites to give away! "If you're not annoying somebody, you're not really alive." -- Margaret Atwood ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Find out how CFTicket can increase your company's customer support efficiency by 100% http://www.houseoffusion.com/banners/view.cfm?bannerid=49 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:204618 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

