views:

555

answers:

4

Has anyone built application to compare the performances of them?

(performances like speed, different between GUI etc.)

If no, Can anyone recommend me which function (in each of them) should I use to compare them?

Thanks

+2  A: 

Try the Bubblemark animation test: http://bubblemark.com/

It runs with multiple versions of Silverlight, JavaFX, Flash/Flex, and even includes DHTML and some other frameworks.

David
Great link. On my machine, Flex was almost 2x as fast as Silverlight.
Pedro Estrada
That benchmark doesn't really test what is usually important to test. Here is more details:http://www.jamesward.com/blog/2008/04/10/bursting-bubbles/http://graphics-geek.blogspot.com/2008/04/off-bubblemark.html
James Ward
James - excellent article, very informed. Thanks!
David
A: 

Actually for someone who ask me what is my motivation for this question,

I'm doing a final project presentation in topic "Survey of RIA tools" which is focus on this tools (FLEX, JavaFX and Silverlight)

For David, thank you very much for the website

It's help me a lot

Tabby
+1  A: 

I used all three.

From my experience I can tell that Flash output (Flex produces) is fastest. Silverlight is also OK. JavaFX is again slow like applets.

The best gui is provided by Flex. But this is about taste. JavaFx also has great features about ui. But it is really slow. Noone would want to wait for it.

If you use Flex the output will be flash so nearly everyone will see it. But some may not see silverlight since they don't install the plugin or some does not have jre so they can't see the javafx.

And also there is "Open Laszlo" It is opensource and may output flash or dhtml. Does good job.

JCasso
A: 

You should try RIABench: http://www.timo-ernst.net/riabench-start/

It's much more sophisticated than Bubblemark because it's split into multiple tests and is based on true scientific methods of performance testing.