You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by Apache Wiki <wi...@apache.org> on 2009/12/07 18:11:10 UTC

[Myfaces Wiki] Update of "InvokingJsfPagesWithStandardUrls" by LincolnBaxter

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Myfaces Wiki" for change notification.

The "InvokingJsfPagesWithStandardUrls" page has been changed by LincolnBaxter.
The comment on this change is: Added PrettyFaces for JSF.
http://wiki.apache.org/myfaces/InvokingJsfPagesWithStandardUrls?action=diff&rev1=9&rev2=10

--------------------------------------------------

  
  Also see Shale remoting for executing method binding expressions specified by URLs.
  http://shale.apache.org/features-remoting.html
+ 
+ === Use OcpSoft PrettyFaces ===
+ For bookmarking, dynamic parameters, seo, and simplified navigation: this simple extension for JSF/JSF2 uses a Servlet Filter to intercept all requests. If the request has been configured to use PrettyFaces for URL Rewriting/Intercepting, request parameters can be injected directly into JSF managed beans via a minimalist configuration. [http://ocpsoft.com/prettyfaces|"PrettyFaces Dynamic Parameters and Navigation for JSF"] is primarily designed to convert JSF urls: "/faces/page.xhtml?id=345" into parameterized, bookmarkable URLs: "/page/345", such as done by wordpress, or other client-facing web-applications.
+ 
+ PrettyFaces also offers simplified navigation, linking, and URL request-parameter validation.
  
  === Using a custom servlet ===