Dynamic UI

I would like to present my users to dynamically adding components they are intresting in, to their profiles. Is it possible with Vaadin?

You have to be more specific.

Did you mean to add new instance of a component on a page? There’s an
example
.

Hi konstantin krasheninnikov, Thanks for your reply. What my requirement is, I want an application where users can attach widgets(like calender ect) to their profiles from all the widgets speicified at the left side. And the changes to their profiles should be persisted. Is it possible with vaadin? If so, please attach me some code snippet.

Ok. So, basically you want to implement a UI builder of sorts. I think it is possible with Vaadin. However, it is not trivial enough for a code snippet.