JQWeb v0.92
JQWeb is a java program for building and deploying web questionnaires. Currently
it consists of two things: a questionnaire editor (screenshot)
and servlets for deploying the questionnaires. The current version is usable,
meaning you can build questionnaires and run them on a tomcat servlet container.
- FAQ
- Editor binaries jqweb.jar + xml4j.jar
(place them in a directory and run java -jar jqweb.jar or just double click
on the jar file)
- Tomcat war file (just place it in your webapps directory)
- A zip file with the netbeans (version 3.2) project
directory including the source code (LGPL), ant file and the xml4j.jar (courtesy
of IBM's alphabeans).
Future updates
Development has now been suspended since I no longer need the tool. In its
current form it is very usable so I'll just leave it here. Maybe I'll continue
development in the future.
- More analysis features (0.93)
- Additional usability features: cut/copy/paste, pop up menus, key bindings
(0.94 maybe)
- Migration to a more modern xml parser. E.g. xerces (v1.0).
- Clean up design, add above features and document code (v1.0)
History/changes
- v0.92: Rudimentary processing of questionnaire results has been added. You
can now load replies in the editor and save them as tabular data. This data
can then be processed using e.g. excel (import tabular data). Also minor GUI
and servlets issues were fixed and servlet questions are now numbered separately
from text comments (for easy reference).
- v0.91: Replaced the main window with something more decent. The application
now has nice clickable icons. Also a lot of gui bugs were fixed.
- v0.9 is the first stable version with a version number :-)
- Before v0.9 there were several useable versions but the thing evolved so
fast I didn't bother numbering or even archiving each version.
Last updated:
September 22, 2001
Home