So, this is going to be a short-relatively non-technical post, but having just run into the problem of exposing a subdirectory when WordPress is installed into the root directory of a typical DreamHost or GoDaddy style account, I found the need, so here’s the answer if anyone else needs it. Read the rest of this entry »
New versions of PrettyFaces for JSF1.2 and JSF2.0 are now available for download:
1.2.4_GA: jar, src
2.0.1_GA: jar, src
Minor Release: 20090613
- Fixed non-redirecting faces-navigation integration.
- Enhanced null handling for mis-configured viewIds
- Now supports browsers with cookies disabled
Several things that make life painful with Facelets are fixed with JSF2 & EzComp. Take a look at some of the nicer things to come:
Read the rest of this entry »
Tagged Under : Java, JSF
When developers choose to enforce Static Analysis tools (i.e. JTest or PMD) they might have the best intentions at heart, but are actually making the code worse in the long run. The value of the programmer’s experience and expertise on the code is not considered.
Static analysis tools are automated programs that run a set of rules against source code to produce metrics, and give advice on best practices.
So why does using these tools lead to bad code? Read the rest of this entry »
A correction has been made to the post: http://ocpsoft.com/java/acegi-spring-security-jsf-login-page/, fixing an issue where FacesMessages were not being displayed on failed authentications.
Read the rest of this entry »
Version 1.2.3_GA: binary, source, documentation (stable)
Minor Release: 20090415
- Added optional <action onPostback=”false”> boolean flag to prevent action methods from being called on form postback. Defaults to true;
- Added optional <query-param decode=”false”> to prevent java.net.URLDecode.decode() from being called on a specific managed query-parameter. Defaults to true;
- Added unit tests for several critical classes.
- Minor to moderate refactoring of PrettyFilter/PrettyContext
Version 1.2.3_RC2: binary, source, documentation (stable)
Minor Release: 20090331
- Servlet forwards are working
Version 1.2.3_RC1: binary, source, documentation (stable)
Minor Release: 20090319
- Managed query-params now accept multiple parameters of the same name: E.g.: String[] names — would accept a list of parameters (with the same name) from the request
- Enhanced configuration loading — PrettyFaces now looks for /META-INF/pretty-config.xml by default, in addition to accepting a comma-separated list of user config-files in the web.xml init param: com.ocpsoft.pretty.CONFIG_FILES — submitted by Aleksei Valikov
- JSP support for standard attributes on the pretty:link tag has been fixed. The pretty link will now accept style=’mystyle’ and other attributes — from Derek Hollis at OcpSoft
Configuration
Setting up PrettyFaces is simple.
Read the rest of this entry »
Configuration
Setting up PrettyFaces is simple. Read the rest of this entry »