Spin: Transparent threading for Swing apps

Sep 9, 2003 22:44 · 54 words · 1 minute read

Earlier, I had come across Foxtrot for easing the burden of handling long-running tasks in Swing apps. [Spin][2] has the same goal, but less code has to know that that’s what you’re doing. You do need to use Interfaces for your model classes, but you were probably already doing that, right?

[2]: http://spin.sourceforge.net/ “”