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.