Build that community! Wayne Beaton 25 September 2008 Developing a community around your project is hard work. But it’s worth it. I think that every open source project...
Accessibility and ACTF Wayne Beaton 3 September 2008 I learned a little something about accessibility today while playing with the Accessibility Tools Framework (ACTF) project’s Java Validation Componentry...
Event Service Wayne Beaton 17 July 2008 I blogged a while back about the potential use of a bus for delivering property change notifications in place of...
What is Riena About? Wayne Beaton 19 June 2008 Elias posted this note on the Riena Dev list. I think it’s interesting reading that deserves a broader audience. So...
Does anybody know how such-and-such is coded? Wayne Beaton 18 June 2008 Occasionally we get questions along these lines on the newsgroups: Does anybody know how X is coded in Eclipse? The...
“20 Things” Wayne Beaton 22 May 2008 The first thing I asked about “ 20 Things” was for the pop culture source of the title. Apparently (according...
Adapting Wayne Beaton 5 November 2007 Over the past week or so, I’ve been discussing how you can make your objects adaptable into different forms. This...
Adapters, part deux Wayne Beaton 23 October 2007 In my last post on the topic, I hinted that adapters can be used to loosen the coupling in your...
Adapters Wayne Beaton 15 October 2007 In my last installment, I showed how—by making a domain class implement IPropertySource and (naturally) implementing the methods required by...