I was thinking about this concept as one of the "project" goals, and I
thought I would offer an opinion. I think the value of reflex is that
you loose the dependencies on the flex framework. I don't expect
someone to build applications that they try to jam into both. Or maybe
that is even a stupid statement.
So the idea is that a component that is written using reflex would
want to be utilized inside a flex app. So my thought on that is to
have a sub-library that includes whatever dependencies are required to
extend UIComponent and then lace in the refex component. So it would
provide the interface translation between the flex api's and the
reflex api's.
So I guess my thought is that being compatible with Flex maybe should
not be a core piece of the architecture of reflex. Because I'd hate
to see the team make decisions for reflex based on being compatible
with flex. I mean, the flex team cant even make good decisions about
their framework, reflex is supposed to save us from that. :) Not
saying that using reflex components in flex should not be easy, but I
dont want to hamstring decisions about reflex by depending on flex,
the way the flex team is getting screwed by decisions about builder
and catalyst.
Just thought I'd add a thought there.
Cheers,
sim