PDA

View Full Version : Spring-Mobile and JSF



vbose
Jan 19th, 2011, 02:11 PM
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.

MalteBergmann
Apr 27th, 2012, 03:45 AM
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.

vbose
Jul 25th, 2012, 10:25 AM
SWF/Primefaces will work for standard web. However, to work with mobile, use prime mobile and Spring. Prime Mobile uses jQuery Mobile internally.