Archive for the ‘Java’ Category

thumbnail

Eclipse hangs on SVN commit

If you have a big project you try to check in to a subversion repository, eclipse can get part of the way through and then just hang. The only solution is to end task (or force quit on OSX).
But there is a solution!
This one eluded me (and google) for some time, but I am pleased [...]

thumbnail

Backing Bean Attributes

This article was originally posted (by me) at the Java Answers Forum
This has caused me considerable headache, but I think I’ve pinned it down now….
Suppose you have a backing bean with a getter and a setter named, for example, configItem – so you have a getConfigItem and setConfigItem.