Posted by: kahgoh on: 7 July, 2009
In Binding with JGoodies Binding, the binding library from JGoodies was introduced with a relatively simple example. The binding framework can also be used to automatically enable or disable user interface components depending on some condition.
A model is used to notify when the component should be enabled or disabled. This is a relatively simple model. [...]
Posted by: kahgoh on: 30 October, 2008
A thread pool helps to constrain the number of threads that may be running in an application at any one time. As threads require system resources, having too many threads executing simultaneously will negatively impact [...]