Is it possible to use Spring-Mobile in JSF centric application controlled by Spring Web-flow/primefaces/jquery mobile? Since Spring Web Flow is built on top of Spring MVC, I guess, it is possible. However, I would like to see if anyone has any thoughts on this to share before I go down this path.
NOTE:
SWF/primefaces to control the flow and the user interface for a normal web application
jquery mobile to present the mobile interface of the same web application.
spring-mobile to control switching between desktop browser based web app and mobile browser based web app.
Thanks. |