Hi Guys,
I need to implement a Query Object Pattern in Java for my customizable search interface (of a webapp I'm writing).
Does anybody know where I can get an example/tutorial of Query Object Pattern (Martin Fowler's QoP)?
Thanks in Advance
ADDITION How to add a Query Pattern to an existing DAO pattern?