"What is JoSQL?"
"JoSQL (SQL for Java Objects) provides the ability for a developer to apply a SQL statement to a collection of Java Objects. JoSQL provides the ability to search, order and group ANY Java objects and should be applied when you want to perform SQL-like queries on a collection of Java Objects."
- Home: http://josql.sourceforge.net/
- Article: "Access In-memory Objects Easily with JoSQL" -- http://www.devx.com/dbzone/Article/30291
[Implements QueryLanguagesForInMemoryObjects.]