> Has Silverlight in the .Net world gained more traction than JavaFX in > the Java community.
Oh I would say definitely. At least you can find people outside the .NET community who have heard of, and tried, Silverlight, whereas the same is not the case with JavaFX. The massive weight of the JRE has it's share of blame too I think, Silverlight is a relatively tight subset and being .NET, relies on a simpler conservative JIT rather than a more complex interpretation + aggressive JIT model. My point is, most modern day programming revolves around managing object hierarchies, whereby JavaFX Script syntax and binding model could be handy beyond UI stuff. -- You received this message because you are subscribed to the Google Groups "The Java Posse" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/javaposse?hl=en.
