Home
JoSQL GUIJoSQL GUI
There is now a External site, opens in new window GUI available (click for a screenshot) that allows you to try out JoSQL statements against a set of files in a directory without writing any code. The GUI is only meant as a rough and ready test tool and you should be aware that no bugs will be accepted against it, there is no guarantee it will work! However all suggestions are welcome.

The GUI makes use of a number of JoSQL classes, including a: org.josql.contrib.JoSQLSwingTableModel for displaying the results or the query (you can also click on each of the column headers to dynamically resort the column values) and a: org.josql.filters.StackTraceElementFilter to filter the stack trace of exceptions raised to only those relating to the org.josql package(s).

I'd like to acknowledge the excellent work provided by the JDOM boffins thusly:

This product (JoSQL GUI) includes software developed by the
JDOM Project (External site, opens in new window http://www.jdom.org/).

and Karsten Lentzsch (External site, opens in new window JGoodies) who created the excellent Look&Feel classes that make the GUI look so sexy AND developed the form layout classes that makes the layout of components easier. Both of these tools helped enourmously in making the GUI easy to create!