A First Look at MightyMock
November 27, 2009
MightyMock is a mock framework to help you unit test your applications. I'm using it with MXunit, but you should be able to use it with any Unit Testing framework. So why do you need it? Read more »
jQuery dropdown table row filter
November 25, 2009
Earlier today I posted a simple example of hiding table rows based on the cell content. Bernhard posted a comment about dynamically adding a filter by list to the column heading. Well, here's my attempt. With a bit more work it could be expanded to work on all columns. Read more »
Using jQuery to filter a table
November 25, 2009
A quick post that demonstrates the power of jQuery to filter data. Read more »
ORM and the Nested Set Model
November 12, 2009
Using hibernate ORM's HQL with the Nested Set Model for storing hierarchical data. Read more »
A bit more HQL
November 06, 2009
Yesterday I blogged the basics of HQL, by replicating the functionality of EntityLoad(), so you're probably wondering why you'd bother. Using the same set up as I had in my previous post let's look at some things you can't do with EntityLoad. Read more »
Getting started with HQL
November 05, 2009
Hibernate has it's only query language called HQL. I thought I'd put together some simple examples of how you can use it in your ColdFusion 9 applications. Read more »




