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

一个人想着一个人 提交于 2019-12-04 04:37:15

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!