Hello! I m use Spring IoC container in my Vaadin application. Main window and some components (views, tables, forms, etc) stored in IoC containter with session scope. For support multiple tabs in vaadin I should create new main window for each new tab in browser. Each window should have own set of components into IoC container.
How can I implement own scope for stored components and bind it with main window?