Bookmarkable URL in JSF application - Trying to use Spring Webflow and JSF . Any suggestions?
Our application is JSF , hibernate & Spring. Currently the url is in following format http://www.skill-guru.com/skill/login/testDetails.faces?testId=62&testName=PMP-Certification-practice-test
We want a clean url like http://www.skill-guru.com/urltitle?some parameter
One开发者_运维技巧 of the ways we could do this is through integration with Spring webflow with JSF.
Any other suggestions ?
We are trying Spring webflow 1.0 with JSF 2.0 but that does not seem to work.
PrettyFaces provides beautiful URLs for JSF applications.
You can always use the UrlRewriteFilter
精彩评论