-
Spring-Mobile and JSF
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.
-
Although this task is somewhat old but as we are using the same technology stack and facing the same problem.
Do you have found a solution to easily prepare SWF/Primefaces browser centric views for Tablet usage?
Any hints are highly appreciated.
-
SWF/Primefaces will work for standard web. However, to work with mobile, use prime mobile and Spring. Prime Mobile uses jQuery Mobile internally.