My environment: Java 7/JSF 2.1/PrimeFaces 6.1.
My goal: to have a certain page of my application instantiated many times, one for each
After some digging in the Internet I found Apache DeltaSpike, which provider a new kind of managed bean scope, WindowScoped
.
Managed beans annotated with @WindowScoped` operate just like I wanted, providing me with the exact behaviour I needed and it is absolutely compatible with the framework I have to use.