Help coderanch get a
new server
by contributing to the fundraiser
  • 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
  • Ron McLeod
  • Paul Clapham
  • Devaka Cooray
  • Liutauras Vilda
Sheriffs:
  • Jeanne Boyarsky
  • paul wheaton
  • Henry Wong
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Tim Moores
  • Carey Brown
  • Mikalai Zaikin
Bartenders:
  • Lou Hamers
  • Piet Souris
  • Frits Walraven

Flex vs. HTML w/ Ajax (GWT, DOJO, ...)

 
Ranch Hand
Posts: 58
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Which is better in terms of usability (look & feel), learning and development for Java developers, maintaining, integration with popular Java frameworks, future?

It seems to me that Flex is more or less like a Applet which give much richer behaviors than HTML.
 
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
Yes.
 
Ranch Hand
Posts: 156
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Look at extjs, very good UI library.

www.extjs.com


you can use the java script library or you can use extGwt a ext rapper on google web toolkit.
 
Greenhorn
Posts: 19
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Usability: When it comes to Usability there would be differed thoughts from various developers. Flex has a rich set of behaviours as you said, there are many other tints that you can add using Flex. With AJAX, GWT you can acheive most of what Flex does, so i wont really comment on unsability.

Learning: From a j2ee developers point of view, GWT & AJAX are the technolgies which most of them would like to have it in their CV's. Flex is a bit difficult to learn and there are many other issues which comes up while development which might eat up most of the development time. For example, Client Browser Cache issue. With dynamic flex component on a web page browser cache needs to be cleared if you make some change to the component's code.

Integration: I have worked with both i have found it easy to integrate AJAX. With Flex there is a overhead of having flex installed on the server.

Maintainence: Since Flex itself is framework with .as and .mxml files, it is easy to maintain, but the drawback remains. Client cache needs to be cleared all the time you make any changes to any of the Flex files. With AJAX changes can be done on the fly without effecting the server or the client.

i would vote for AJAX and GWT.
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic