Bookmarkable URL in JSF application - Trying to us

2020-04-10 10:06发布

问题:

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