pne + javaserverfaces   21

javax.faces
Javadoc for the javax.faces package, from the "Mojarra" implementation.

Can be more complete than, say, the MyFaces docs, especially for the API classes.
Java  JavaServerFaces  JSF  Mojarra  MyFaces  source  API  documentation  javadoc  javax  javax.faces  from:docjar.org 
yesterday by pne
Java Notepad: Publishing JSF application from behind a proxy
What to do if the URL that the browser uses is not the same as the URL that the application thinks it is found at, due to the presenve of a reverse proxy between the application and the browser.

Using a ViewHandler to modify the action URLs.

This example uses Context Init Parameters to determine what to prepend. (And similarly one could replace rather than prepending, if desired.)
JSF  JavaServerFaces  Java  webdevelopment  development  configuration  reverseproxy  ViewHandler 
february 2012 by pne
JSF behind reverse proxy « Andreas Höhmann's Weblog
What to do if the URL that the browser uses is not the same as the URL that the application thinks it is found at, due to the presenve of a reverse proxy between the application and the browser.

Using a ViewHandler to modify the action URLs.

This example uses ../ injection.
JSF  JavaServerFaces  configuration  Java  webdevelopment  development  reverseproxy  proxy  ViewHandler 
february 2012 by pne

Copy this bookmark:



description:


tags: