Blogging Roller
Dave Johnson on social software, open source and Java
Dave Johnson on social software, open source and Java
Above: a random selection of photos from my Flickr photo-stream.
Tags: General
I was not really happy with the quality of my writing on last night's Dave on software post. My writing sounds crazy and rambling. I actually pulled the story a couple of times to try to fix it. Then I realized two things. Firstly, the story had already been cached by my reader's RSS aggregators. And secondly, like it or not, "crazy and rambling" is my own personal style and I shouldn't try so hard to hide that.
Continuing on the quality theme: Rebelutionary noticed a Roller bug. Roller's RSS syndicator does not expand macros in weblog entries. That is now issue ROL-64.Tags: Blogging
[with Commons SQL] generating other stuff from your XML file should be trivial; like the Castor mapping file or beans to map 1-1 to your relational model. Just use the commons-sql beans with Velocity or Jelly etc. [James Strachan]Now I see how Commons SQL could be useful in Roller. We need a better way to generated DDL for varous databases and we need a better way to generate Castor JDO mappings and data objects as well. We've been talking about this for a while, maybe Commons-SQL is part of the answer.
Tags: Java