>databases, email, etc.
>
>As far as I can tell Flex relies on other components (written in CF,
>JSP, whatever) to do the meat of the seerverside.
>
>What Flex appears to do (and it is difficult to tell how well) is
>combine XML constructs (representing structure and data) with jsp
>taglibs that represent RIA components and generate a swf.
>
>Unless your data is static and hard-coded (as are most of the examples)
>in the Flex application, you need something else to do the heavy
>lifting.
>
And that's fine by me. Flex is intended to follow the MVC pattern, where
Flex is the "V" (View). Flex merely forces you to adhere to the strict
separation between your presentation tier and your business logic tier.
Coming from the ColdFusion world, it may be a bit "strange" for us (well, it
is for me, at least) because it seems like such a rigid line, but it makes
for cleaner separation and code re-use down the line.
Regards,
Dave.
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

