What web UI framework is most suitable for building dynamic pages / forms?

Posted by waxwing on Stack Overflow See other posts from Stack Overflow or by waxwing
Published on 2010-05-19T09:48:45Z Indexed on 2010/05/19 9:50 UTC
Read the original article Hit count: 268

Hello,

We are at a stage where we are considering different Web UI frameworks (most likely component based ones such as GWT, JSF, Wicket, Vaadin, etc).

One of the main use cases / constraints is that it must support generating dynamic pages. I.e., the page/form layout and components is stored in a database and is changeable at runtime, and from this pages are generated. We are also going to write static layouts, but that is not the main focus of this question.

I thought maybe the user community here can share experiences of different frameworks in this context. Are there differences in ease of implementation and what is suitable?

© Stack Overflow or respective owner

Related posts about java

Related posts about jsf