Lightwire XML placeholder bug

February 18, 2010

I'm pretty sure I've found a bug in this is a bug in Lightwire when you configure it using an XML bean definition with placeholders. Read more »

Creating Gateways using a GatewayFactory for ORM

October 08, 2009

Joe Reinhart blogged earlier this week about his ColdFusion 9 ORM: Generic DAO wrapper. I've been playing around with something similar (although I don't have a dynamic finder method like Joe has) which uses a Gateway Factory and an Abstract Gateway and thought I'd post my code here in case anyone was interested. Read more »

Lightwire import node support

September 26, 2009

I've been using Lightwire recently, and missed being able to define my beans in multiple XML files using the import node, so I added support for it. Read more »