Code Monkey home page Code Monkey logo

dynaform's Introduction

DynaForm

A dynamic schema-based web form generator in Java

Quick Overview

This project was developed between October 2008 and June 2010. It is the main contribution of the following master thesis: Rein Raudjärv. Dynamic Schema-Based Web Forms Generation in Java

The source code contains a web application (tested on Tomcat 6.x) with sample XML Schemas. A web form is dynamically generated based on each XML Schema. Any data in web form is automatically converted into XML document and vice versa. The web form can be customized using a special metadata document (labels, controls, layout, read-only and required attributes). The latter is automatically generated with default values to make the customization easy to start with. While the custom metadata is preserved, new schema elements are added automatically with default values and (re)moved elements are marked as "broken". So if the schema might change one must only customize the differences. Current implementation is based on Aranea Web Framework.

Installation

To build the project.

mvn clean package

Tun run examples:

  1. build the project
  2. copy target/dynaform.war to /path/to/tomcat/webapps/
  3. run Tomcat and open http://localhost:8080/dynaform/ in your browser

dynaform's People

Contributors

gmlewis avatar priitliivak avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.