nightfly
nightfly

Reputation: 455

please suggest a good framework for dynamic form based web application

Hi all I have trying to create a dynamic form based application submission system. Here application forms are dynamically generated from a control panel where the user can design the form and data-type. When end user submits the forms it gets persisted into database.

What technologies can I use to efficiently design such a web based system in java.

Thanks and regards,

Upvotes: 2

Views: 987

Answers (1)

Gursel Koca
Gursel Koca

Reputation: 21300

GWT is the most suitable solution for what you want. If you have swing or swt experience, you would be easily familiar with GWT.

Well , similar web site to what you want; http://glowday.com/editor

Upvotes: 1

Related Questions