问题
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.
回答1:
PrettyFaces provides beautiful URLs for JSF applications.
You can always use the UrlRewriteFilter
来源:https://stackoverflow.com/questions/2775884/bookmarkable-url-in-jsf-application-trying-to-use-spring-webflow-and-jsf-any