hello all, I'm trying to build a dynamic user interface from components (panels, lists, trees, editors, forms, etc.) and assemble parts of it with dependency injection. In my first attempt last year with JavaFX I used Blueprint and bind/unbind for attaching/detaching interface parts (modules). Now I'm going for Vaadin and multi user which makes it a little more complicated. Components and some services have to be bound to session/user. I'm unsure which way to go, which implementation to "misuse". Managed services? Component factories? Any hints?
tia, O. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

