
Originally Posted by
nit_mis
It looks like you have posted your query to wrong forum. "Spring Integration" is a project in itself based on Spring framework. It is based Enterprise Integration Patterns (EIP). Your question is more related to integrating Spring Framework with JSF. So repost your query to 'Container' forum to receive better answers.
However, referring to your question:
- Spring definitely has features which you can incorporate in your JSF project. For example, you can use Spring Transaction to get all the transaction using configuration. Another advantage would be if you are looking for out of box functionality like auditing, logging, it can be done using Spring AOP. In order to use spring in your JSF project, you just need to add ContextConfigListener and Context config param in web.xml.
JSF is more about views and navigation in views. This functionality is provided by Spring webflow.