Weak References Save Lives

Posted by Trejkaz Tue, 15 Feb 2005 05:45:00 GMT

(Or, How MVC Ate My Memory)

Part of the problem with using excessive MVC in any language, and particularly with using Swing in Java, is that if you create and destroy a large number of GUI components over the lifetime of your application, you will end up with a lot of deadweight.

A na

Comments are disabled