Hi.

Is there any chance that Spring will incorporate @ViewScoped from JSF2? There are several "hacks" around it but none of them fits our needs

Maybe there is some roadmap for this scope or existing feature request?

Basically we're very limited with request scope for Spring Beans. Especially when it comes to JSF 2 converters ( model (s) for UI components are empty due to request scope and we need to hit database too often).

On the other side session scope causes big troubles with performance on the server side.

Thanks.