Bookmark URL in JSF application. Trying to use Spring Webflow and JSF. Any suggestions?

Our application is JSF, hibernate and Spring. Currently, the URL is in the following format http://www.skill-guru.com/skill/login/testDetails.faces?testId=62&testName=PMP-Certification-practice-test

We need a clean URL, for example the http://www.skill-guru.com/urltitle?some parameter

One way to do this is to integrate with the Spring Web Stream with JSF.

Any other suggestions?

We are trying to use Spring webflow 1.0 with JSF 2.0, but this does not work.

+2
source share
1 answer

PrettyFaces provides beautiful URLs for JSF applications.

UrlRewriteFilter

+5

All Articles