-
Recent Posts
Top Posts & Pages
Meta
Monthly Archives: October 2007
YAML in YAML Fixtures
We were faced with the interesting problem of having a database column that stored YAML representations of data. To be more precise, that wasn’t the problem, it was how to load YAML data in using Rails fixtures, which themselves are … Continue reading
Posted in Ruby
Leave a comment
Book Review: Domain-Driven Design
I’ve just finished reading Domain-Driven Design: Tackling Complexity in the Heart of Software by Eric Evans. Or to be more honest, I’ve finished skimming through it over the last couple of weeks whilst eating my lunch. This book was recommended … Continue reading
Posted in Opinion
Leave a comment
Is the Java application server dead ?
First came light-weight containers such as Spring which provide some of the useful features of application servers, but with less constraints over both design and deployment. Now we have Web Beans: A Web Bean does not have to be an … Continue reading
Posted in Java, Opinion
3 Comments