QT4XML
is a visual query builder for querying XML documents stored in a database.
It is user-friendly and does not need much knowledge about existing query languages.
The code is written in Java using JDK1.2. JAVA-RMI is used to communicate
the query built using QT4XML to the server side database and to return
the results to the client after query execution.
A prototype of the client can be downloaded as explained below.
For more information please email John A. Miller.
-
Download prototype to build query and see query results
after being fetched from the database: QT4XML.tar.gz
OR
-
Download prototype to build query and see query in
OQL form. I recommend you to use this in case the server (database) is
not started. QT4XML.tar.gz
-
Java documentation for the client can be viewed here
-
Download Readme.txt
for installation instructions
-
Download HowToUse.txt
or HowToUse.html
for usage instructions