Reloading stylesheets
John Smith
John_Smith at symantec.com
Tue Dec 10 12:51:53 PST 2013
> And in general if there were some performance guidelines for JavaFX that would be really helpful.
There is an open-jfx wiki page for JavaFX Performance Tips and Tricks, you could check that and see if it is helpful (if it's not maybe you could edit it and add a new section on performance issues you would like to see discussed or documented):
https://wiki.openjdk.java.net/display/OpenJFX/Performance+Tips+and+Tricks
There are some JavaOne presentations on Performance topic:
http://www.youtube.com/watch?feature=player_embedded&v=ddJpDi5SWFc
http://parleys.com/play/514892290364bc17fc56c3c5/chapter26/about
John
-----Original Message-----
From: openjfx-dev-bounces at openjdk.java.net [mailto:openjfx-dev-bounces at openjdk.java.net] On Behalf Of Mark Fortner
Sent: Tuesday, December 10, 2013 9:39 AM
To: openjfx-dev at openjdk.java.net
Subject: Fwd: Reloading stylesheets
It would be nice if there were some documentation for how to get around the memory leak in stylesheets in 7x (since most of us won't be upgrading to 8 until it's actually released). And in general if there were some performance guidelines for JavaFX that would be really helpful. There was some mention of when (and when not) to use *Platform.runLater*. Avoiding memory leaks in multi-threaded code, guidelines for threadpool tuning so that apps stay responsive, etc. The Best Practices<http://docs.oracle.com/javafx/2/best_practices/jfxpub-best_practices.htm>
document
provides a start but more details would be useful.
Cheers,
Mark
---------- Forwarded message ----------
From: Werner Lehmann <lehmann at media-interactive.de>
Date: Tue, Dec 10, 2013 at 9:03 AM
Subject: Re: Reloading stylesheets
To:
Cc: "openjfx-dev at openjdk.java.net" <openjfx-dev at openjdk.java.net>
Makes sense. Thanks!
On 10.12.2013 17:09, David Grieve wrote:
> The way it works in 8.0 is that there is a cache of loaded stylesheets.
> [...]
>
More information about the openjfx-dev
mailing list