multi-tenancy application with vaadin ?

Hello,

I need to develop a web application that needs to be multi-tenancy.

I would like to know if vaadin 7 has any feature that could help with such requirement.

thanks for any tip.

Cristiano

If by multi-tenancy you mean that a single application could be customized for different users, I think Vaadin is suitable for that. You can easily provide completely different UI:s for different users. You would however need to implement the user-handling logic yourself.

The other parts of the application you are free to design any way you want. Vaadin doesn’t force you to use any specific architecture in the UI or in the backend.