How to port DeltaSpike @WindowScoped annotated beans to the Spring framework?

241 Views Asked by At

I want to port an older CDI application using deltaspike, jsf, and primefaces to the spring framework. That means the CDI and deltaspike needs to be replaced by some spring code. What is the best approach to convert beans that are annotated with @WindowScoped? These are bound to the current browser window or tab. There is no such scope in spring web. Neither request scope nor session scope is suitable for multiple browser windows.

0

There are 0 best solutions below