I haven't explored it beyond reading about it, but I'm pretty sure that the ColdBox to Flex integration is NOT meant to provide a back-end for a full-scale Flex application. If I recall this was a nice solution for situations where an existing HTML site needed a little bit of Flex thrown into it. But because of the overhead of processing the request it wouldn't be recommended to use that for a large Flex app. In those cases, you want to connect directly to the CFCs, probably via ColdSpring remote proxies. However, someone who knows more about ColdBox can comment if I'm mistaken.
On Jan 4, 2008 7:50 AM, AJ Mercer <[EMAIL PROTECTED]> wrote: > Have you seen ColdBox? > http://ortus.svnrepository.com/coldbox/trac.cgi/wiki/cbColdBoxProxyGuide > > http://www.luismajano.com/blog/index.cfm/2007/10/26/ColdBox-Beta-2-FlexAIR-Integration > > http://www.cfframeworks.com/blog/index.cfm/2007/10/31/Pimp-my-ColdBox--now-with-FlexAIR-Integration > > > > On Jan 4, 2008 7:37 PM, Neil Middleton <[EMAIL PROTECTED]> wrote: > > > I might be being a complete chump here and not looking at this in the > > right way, but bear with me. > > > > Currently I have some apps which use a variety of different > > front-controller frameworks (e.g MG:U, Mach-II etc) and work well. > > All use coldspring to wire in a centralised domain model which > > accesses the DB. > > The concept is based around a core business with relevant products > > that are developed for many customers. > > > > Now, lets say I wanted to put a flex front-end on some of my products > > (or even just expose services out somewhere). I have my existing > > domain model so I just need to create the CFC endpoints for Flex to > > connect to. However, I want to be able to wire this together using > > something like coldspring again so that different endpoints can call > > different parts of the domain model depending on who they are and what > > they are doing etc. > > > > Now, how can I do this? Are there any frameworks out there that can > > acheive this (i.e a "back-controller" for flex) or am I looking at > > this in the wrong way (having not properly dabbled in flex before)? I > > guess in short-terms I'm wondering if architectural frameworks exist > > for the server side part of a flex app. > > > > Neil > > > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;160198600;22374440;w Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:295825 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

