• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Paul Clapham
  • Tim Cooke
  • Ron McLeod
  • Liutauras Vilda
Sheriffs:
  • Jeanne Boyarsky
  • Devaka Cooray
  • Junilu Lacar
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Stephan van Hulst
  • Peter Rooke
  • Mikalai Zaikin
Bartenders:
  • Himai Minh

Flex vs. Prototype/Script.aculo.us

 
Ranch Hand
Posts: 116
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I'd like to get Christophe's opinion on Flex vs. Prototype and script.aculo.us. I have a very experienced architect friend who tells me Flex will beat all others.

But I don't know where Flex fits in compared to what the technologies mentioned in this book offers.

(E.g. Lay-of-the-land in frontend development is hazy to me).
Thanks for your time.
-dream_ryder
 
Author
Posts: 43
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hey Jeff,

I'd like to get Christophe's opinion on Flex vs. Prototype and script.aculo.us. I have a very experienced architect friend who tells me Flex will beat all others.

But I don't know where Flex fits in compared to what the technologies mentioned in this book offers.



Oh my.

We're talking about two very different things here.

Flex is a full-fledged development environment that spans both the server side and the client side; sure, it has bridges of sorts to play with various server-side techs, but you'll really get the most of it if you play with the Adobe runtime on the server side as well.

Flex is proprietary, as is Flash. It has powerful UI features and graphical capabilities (as it relies on Flash), but is also essentially closed, closed-source, and from a single vendor.

As far as I'm concerned, Flex is not part of the web standards, and therefore sits outside the realm I'm interested in. Adobe has numerous wonderful engineers on staff, and their technology is certainly impressive, but once you cast aside all the marketing mumbo-jumbo, Adobe tries to do the same thing Microsoft has been trying to achieve: replace open web standards with proprietary technologies of theirs. I'm not interested.

I certainly believe there are situations and markets where using an integrated, Flex-based solution can make a lot of sense, most likely in the intranet/extranet space for graphics-intensive apps. But I'm into webapps, not yet another tech toolset.

Prototype and script.aculo.us go entirely web standards, which means they run on all major browsers without extra plug-ins. It also means you can leverage quality semantical markup for SEO purposes and other Semantic Web uses, and can leverage existing knowledge in web techs such as XHTML, CSS and JavaScript.

Still, Prototype and script.aculo.us are mostly middle-ground libs upon which to build more integrated solutions; Flex would probably be more aptly compared to larger toolkits such as Dojo.

'hope this helps.
 
Jeff Walker
Ranch Hand
Posts: 116
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks for the reply Christophe.
I have a better feel for where they all fit now.
-jeff
 
Ranch Hand
Posts: 15304
6
Mac OS X IntelliJ IDE Chrome
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Flex is proprietary, as is Flash. It has powerful UI features and graphical capabilities (as it relies on Flash), but is also essentially closed, closed-source, and from a single vendor.

I'm no Flex advocate but the above isn't entirely true. while Flash is proprietary Flex 3 will be completely open source from the SDK to the VM it runs on. And if you do make this argument about Flex/Flash you have to make the same argument about Java when it comes to Applets.

More Info.
[ February 13, 2008: Message edited by: Gregg Bolinger ]
 
Christophe Porteneuve
Author
Posts: 43
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hey Gregg,


I'm no Flex advocate but the above isn't entirely true. while Flash is proprietary Flex 3 will be completely open source from the SDK to the VM it runs on. And if you do make this argument about Flex/Flash you have to make the same argument about Java when it comes to Applets.



Thanks for the info. Do you mean the source will be accessible, or that the whole development process will abide by open-source standards (patch contributions, forks allowed, and the lot)?

About Java: yes and no. Java became open-source recently. But I'm no applet fan either, you got that right :-)
 
Gregg Bolinger
Ranch Hand
Posts: 15304
6
Mac OS X IntelliJ IDE Chrome
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Christophe Porteneuve:
Hey Gregg,



Thanks for the info. Do you mean the source will be accessible, or that the whole development process will abide by open-source standards (patch contributions, forks allowed, and the lot)?

About Java: yes and no. Java became open-source recently. But I'm no applet fan either, you got that right :-)



From the link I provided:


Adobe is announcing plans to open source Flex under the Mozilla Public License (MPL). This includes not only the source to the ActionScript components from the Flex SDK, which have been available in source code form with the SDK since Flex 2 was released, but also includes the Java source code for the ActionScript and MXML compilers, the ActionScript debugger and the core ActionScript libraries from the SDK

 
reply
    Bookmark Topic Watch Topic
  • New Topic