show/hide this revision's text 3 edited title

Which What is the best toolkit/framework option for creating an in-browser UI-editor?

show/hide this revision's text 2 spelling

Wich Which is the best toolkit/framework for creating an in-bowser in-browser UI-editor

show/hide this revision's text 1

Wich is the best toolkit/framework for creating an in-bowser UI-editor

I want to create an simple UI-editor that can be used within the browser. It basically should have a UI-control palette and a canvas to layout and modify the controls. The resulting user-created UI model should be stored in some kind of backend and comply to an (abstract) UI description language (e.g. XForms). The UI-model should be downloadable as file (e.g. XForms document). A visual in-browser XForms-designer is probably a good example of what I want to achieve. The UI-editor should be usable cross browser.

Please keep in mind that i mentioned XForms only as an example. I don't want to rely on the browsers capabilities wrt. my target model. The target model (e.g. XForms) should only be used as storage format. The cross browser rendering of the desgin-time UIs in the editor should be ensured by the toolkit/framework.

Possible canditates are probably:

  • GWT
  • Adobe Flex 3
  • Eclipse RAP

The UI-editor will not be used in production. My focus lies on a rapid development of the editor.