Hey all,I saw yesterday the following solution for using spring app context for managing beans in jsf:
http://cagataycivici.wordpress.com/2007/09/10/using-spring-to-manage- jsf-beans/
So this is the same solution as orchestra offers, right?Where are the benefits of using an extra lib (orchestra) instead of just doing the solution above?
When I am using the conversation scope, can I use the session or request scope at the same time? (Ok, this would be a spring question I think)
Thank you!

