Currently we have a requirement wherein we are suppose to generate the GUI of the web based application. User will add / modify XML file, which will be parsed by our application at build time to generate the UI related classes. The application has to be on java platform. However currently we are open for choosing the view technology. It can be JSP or flex something else which fits with java. Do we already have some open source frameworks which does this job?
-
So you want end-user / business users to generate UIs within the application by editing xml files ?ddewaele– ddewaele2011-07-08 09:26:07 +00:00Commented Jul 8, 2011 at 9:26
-
The UI generator will be used by developers to generate layouts. Once they are generated it will be integrated with the app and then deployed.Dev– Dev2011-07-29 05:50:06 +00:00Commented Jul 29, 2011 at 5:50
Add a comment
|