Welcome to qjsp |
About qjsp
qjsp is a java j2ee server sided application. It is used to do online questionaires via the intra/ internet.
qjsp makes massive use of xml. So, every questionaire to be used in qjsp is written in xml, validated to a schema and later on tranformed to raw html. The results of the questionaire are stored as a xml file, too.
So, why should qjsp be interesting?
qjsp is good for enviroments where you have to do questionaires more frequently.
With qjsp, you can easily generate a questionaire without knowing anything about html, PHP or java.
All you need is a xml-aware editor and the server running qjsp.
After creating the xml describing the questionaire, you copy it to your server and, tada! , there is a ready to use online questionaire.
Features
- based on java servlets, apache struts, xml and xslt.
- integrated user management (for doing not-anonymous questionaires)
- documented xml schema for easy generation and validation of questionaires (with use of a xml editor)
- ...