• 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

How can we compare JavaFX with Flex4 ?

 
Greenhorn
Posts: 10
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
How can we compare JavaFX with Flex4 ? What is the future of Java/Flex Integration ?
 
author
Posts: 31
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I'll give my disclaimer first: my knowledge of JavaFX is fairly limited. However, I looked into it for an article I wrote for the IBM developerWorks site, and the main consistency between Silverlight, Flex, JavaFX and OpenLaszlo is that they are all XML declarative frameworks, where objects (usually custom JavaScript libraries, except for Flex which of course uses ActionScript) are declared as XML tags, sometimes (but not always) preceded by a namespace declaration, and properties of objects can be set as arguments of the object node. For example:

<MainView id="thisView" isVisible="false">
<SomeObject id="someDisplayObject" buttonMode="true" />
</MainView>

 
Nageswara Prasad Nakarikanti
Greenhorn
Posts: 10
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Simple and clear.....Thank You Orlando.
 
Nothing? Or something? Like this tiny ad:
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic