CF vs Flash remoting vs Flex

Ask a Question related to Coldfusion Flash Integration, Design and Development.

  1. #1

    Default CF vs Flash remoting vs Flex

    From reading the docs on the products, it's really hard to tell what CF has and what Flex and the flash remoting server would provide over CFMX7. Does anyone have a difinitive answer on this?
    SJ11 Guest

  2. Similar Questions and Discussions

    1. Flex Remoting Error : Channel Disconnected
      I set up a simple method in a CFC on my server. <cfcomponent name="Remoting"> <cffunction name="testConnect" access="remote" returntype="any"...
    2. Flash Remoting from Flash (not Flex) via AMF3
      Hello, I'm trying to fashion a flash application with AS3 under Flash against Coldfusion 8 via the AMF3 / flex2gateway. I receive this error on...
    3. Consuming Flash arrays with flash remoting
      Hello, Does anyone know of some resources where you can get examples of consuming a flash array with a coldfusion component using flash...
    4. Does Flash Communication server include Flash remoting ?
      We plan to use Flash communication server and flash remoting. Now the most simple question, does the com-server already include flash remoting ? ...
    5. Flex and Flash Remoting
      Hi, Just getting into Flex... Can Flex consume Flash remoting? I ask because we have a lot of code running on Flash remoting (FlashOrb and...
  3. #2

    Default Re: CF vs Flash remoting vs Flex

    SJ11 wrote:
    > From reading the docs on the products, it's really hard to tell what CF has
    > and what Flex and the flash remoting server would provide over CFMX7. Does
    > anyone have a difinitive answer on this?
    i take you to mean cf7's flashforms vs flex, otherwise you're comparing chicken
    & chocolate (not what i would call definitive, but a start):

    - flex 1.5 vs flex 2.01 (this means quite a bit, especially in terms of performance)
    - flashform's actionscript (AS) 2.0 vs flex AS 3.0
    - important keyword restrictions in flashforms vs no keyword restrictions in flex
    - mxml in flex 2.01 is more expressive than flashforms
    - compiled on the fly vs pre-compiled apps
    - more components & more controllable components in flex
    - more easily handle custom renderers in flex
    - really developing apps in AS 3.0 & mxml w/flex vs hacking together
    functionality in AS 2.0

    and of course, there's apollo.

    PaulH **AdobeCommunityExpert** Guest

  4. #3

    Default Re: CF vs Flash remoting vs Flex

    I was talking about the flash remote server:
    [url]http://www.adobe.com/products/flashremoting/[/url] Does this server actually provide
    anything over CFMX7?

    I've been doing CF coding for a while, but not doing the "community" thing. I
    just found out yesterday (=O) that I can do flash within CF.

    I just wish these tools weren't so expensive. I'd be a lot more apt to using
    them if I really knew what they could do for me.

    SJ11 Guest

  5. #4

    Default Re: CF vs Flash remoting vs Flex

    SJ11 wrote:
    > I was talking about the flash remote server:
    > [url]http://www.adobe.com/products/flashremoting/[/url] Does this server actually provide
    > anything over CFMX7?
    if you use flex or flashforms, "no" but i guess that really depends on what you
    want to accomplish. w/cf7 you get painless flash remoting out of the box, free.
    i don't know enough about flash to say flash remoting isn't worth it.
    > I just wish these tools weren't so expensive. I'd be a lot more apt to using
    > them if I really knew what they could do for me.
    flex itself is free though the flex builder ("IDE" built on eclipse) costs
    around $500US but i think it's worth it if you do a lot of that kind of frontend
    work. if you're just getting into this sort of thing i would suggest flex
    instead of "raw" flash or cf's flashforms.

    PaulH **AdobeCommunityExpert** Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139