Thesis work
The thesis is written in Finnish and is available at Theseus web library at http://www.urn.fi/URN:NBN:fi:amk-2010060811769
SURVEY STRUCTURE DESIGN PROGRAM
In this thesis a survey structure design program was designed and programmed. Target was to create an easy to use program with which chance of user derived errors would be minimized. The program produces an XML-formatted file containing a survey structure. The file can be imported into the actual survey program with an appropriate integration tool.
In addition to the program, some software design practices suitable for small group work were defined. Basis for these practices is in general project management. These practices were implemented when designing the program.
The program was written in Java and XML binding api JAXB was used to ease the work. JAXB enables easy modification of XML data with schema derived classes. XML binding proved to be effective in designing programs handling form data.
Technical practise
Before writing the actual program I made this little program just to get to know the technology.
You are free to take a look
- Javadocs
- Package with source, docs and program
- Language: Java 6
- Start: click LibraryTool.jar, or java -jar LibraryTool.jar 1
Hope this turns out just fine.