So as promised I'm posting some sort of summary with the suggestions (idioms?) for working out Swing with SwingWorkers. Some sort of collection of previous postings. After this I'll move to other things. I am thinking of building a NetBeans module too, because that's very interesting to me. So here we go with the collection:
Reuse in any Java app. Since SwingWorker is LGPLed you can reuse it in SWT applications or even in wx4j (wx4j is a wrap around the excellent wxWidgets (aka wxWindows) framework).
Remove property listeners Property Listeners should remove themselves from the list of property listeners. The entry contains example code on how to do it.
Make your application concurrent contains links on why you should make your application concurrent. That's at least what my gurus say.
Make your application parallel contains links (and excellent experimental data) on why you should make your application as parallel as possible to achieve a performance boost according to Amdahl's Law.
Happy Swinging,
Antonio
Comentarios:
Very cool!
Enviado por
Jeffrey Olson
en septiembre 13, 2005 a las 04:52 PM CEST
#
Enviado por Jeffrey Olson en septiembre 13, 2005 a las 04:52 PM CEST #