I am trying to develop a sample application using both Spring Framework and JSF.
Q #1. The big doubt I have is whether I should use Spring Controllers and view resolvers to perform page navigations? OR whether I have to use standard JSF navigation rules (in faces-config.xml) to handle page navigation? How can I evaluate which one is better?
Q #2. Is it possible (or rather does it make sense) to use both spring mvc & JSF navigation rules at a same time?
Please clarify the above questions.