Dynamic GUI Framework Designing

Posted by user575715 on Stack Overflow See other posts from Stack Overflow or by user575715
Published on 2011-01-14T13:37:18Z Indexed on 2011/01/15 11:53 UTC
Read the original article Hit count: 213

Filed under:
|
|
|

There is a Scenario to be developed for a 3-tier Application .We need to design a Framework or a utility sort of thing .

In tradional aspect of GUI Designing , either we tend to create a static gui page and code the elements on it along with other properties of the elements such as (disabled/enabled,image source,name ,id ,which function to be called under onclick event.) or we tend to drag and drop the elements from the control pallete provided by variety of gui frameworks.

Certain things i need to design a POC so that we can develop this concept.

1) There must a utility ,such that during creation of screen layout , that screen should be saved in the database(RDBMS) with a screen number.

2) All the Events related to that control should be saved in some other table which will be dynamically mapped during the calling of screen number by the user.

3) When the user call that screen ,a generic function should be invoked which'll call the screen file from the database and apply all the properties ,events,etc at runtime and the final output will be displayed to the user.

This POC will help the us to customised the screens according to our usage.also all the code will seperated which can easily be used for some other development process.

Thanks Amit Kalra

© Stack Overflow or respective owner

Related posts about java

Related posts about c++