Kah – The Developer

Archive for April 2009

Binding with JGoodies Binding

Posted by: kahgoh on: 29 April, 2009

The binding framework allows you to write classes that represents model completely independent of the user interface. The classes are bound to the user interface and are updated as the user interface enters information. The frame is based on the presentation pattern, described by Martin Fowler.
The framework already provides a Model class. Classes containing [...]

Merge Tracking with Subversion (pre 1.5.0)

Posted by: kahgoh on: 7 April, 2009

Merge tracking was not made a standard feature of Subversion until version 1.5.0. For those using previous versions of Subversion, the svnmerge script provides this missing functionality.