Create independant dynamic "page" from vaadin application...

Hi all !!

Hope I’ll find little help arround here… I’m facing a little problem, I’d like to build an app that can generate “pages”, for example with a small UI tool where the user will configure it (putting labels and textfield), that’s not an issue, well, I hope…

The issue is that I’d like to able to generate a link to that page. For example the user create a form like page in vaadin app, I’d like to be able to generate a link to that page, one that can be accessed by a friend for example (the goal is to make your friend fill the form and push an ok button, and to be able to retrieve the data he wrote in the vaadin app)…

Is that even possible in vaadin ?? Will I have to go throught an external processus to do that ?

Thanks a lot for your help, and really hope a genius will pass by to give an hint !!