4

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?

2
  • So you want end-user / business users to generate UIs within the application by editing xml files ? Commented 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. Commented Jul 29, 2011 at 5:50

2 Answers 2

3

Apache Cocoon works in that way - you edit XML files which get XSLT-ed into HTML views.

Sign up to request clarification or add additional context in comments.

Comments

0

Have you tried GWT? It has a XML based UI Binder which you could use.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.