Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

It's a new app I want to build, but I would like some ideas, tips or information etc. it's a web app with icefaces which people can generate their own dynamic page using drag-n-drop from components I created.

Example: there are 3 "components" an inputBox, OutputBox and FixedText. user can use them to generate a "script" doing something like following:

1- drag a the fixedText and put property "welcome, my name is: " 2- drag the outputBox and select from a list of variables, "myName" 3- drag the the inputBox and select from an list of where to store the variable "usrName"

then there will be a "script reader" and render the previous "script" into a page with following: welcome, my name is John, [an_input_field_to_enter_user_name] and a "save" button, when pressed, the user_name will be saved in db.

it's like to create my own swing or my own tags for jsf but less powerful. or like those websites which assist you to create your own home page

any criticizes, help, tips, ideas are welcome.

share|improve this question
1  
WYSIWYG - What you see is what you get. – Orbit Mar 1 '11 at 18:46

1 Answer

up vote 0 down vote accepted

It might be called WYSIWYG, or just a GUI for building UIs.

share|improve this answer
but isn't WYSIWYG only for text edit? can user add "action" in it? like for input text – Kossel Mar 1 '11 at 19:10
@Kossel: no, not necessarily. It just means, as Wikipedia says: "content displayed during editing appears very similar to the final output". That "content" can be anything, not just text. – Matt Ball Mar 1 '11 at 19:11

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.