I'd argue that if you can't use one of these MVC frameworks with Flex or
AJAX, it might not be so MVC, eh? :)

Also to point out, ORMs are really a extension of these tools mentioned,
they are not MVC frameworks on their own.


Douglas Knudsen
http://www.cubicleman.com
this is my signature, like it?


On Mon, Jul 20, 2009 at 11:31 AM, Teddy R. Payne <teddyrpa...@gmail.com>wrote:

> Flex calling a framework is a nice feature.  Model-Glue, unless it has
> changed recently, takes advantage of ColdSpring.
>
> Using the RemoteObjectProxy in ColdSpring made it pretty simple to create a
> webservice that calls the result of several dependent CFC objects created in
> the application to be available as a webservice.   The RemoteObjectProxy
> also obfuscates the original CFC and it dependent objects as the invocation
> code doesn't exist in the generated proxy.
>
> I see from the ColdBox architectural framework graphic that ColdBox
> mentions LightWire.  I would have to see how this would be achieved in
> LightWire.
>
> So, without using a Flex framework, my CFC calls are definitely made easier
> when I consume a RemoteObject in Flex.  The caveat here is that ColdSpring
> or LightWire is YAF (Yet Another Framework).
>
> Teddy
>

Reply via email to