Suppose you have a collection of a few hundred in-memory objects and you need to query this List to return objects matching some SQL or Criteria like query. For example, you
I have used Apache Commons JXPath in a production application. It allows you to apply XPath expressions to graphs of objects in Java.