June 29 2009

Exposing subfolders under a WordPress installation

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 »

             

June 13 2009

PrettyFaces 1.2.4_GA and 2.0.1_GA Released

PrettyFaces:

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

  1. Fixed non-redirecting faces-navigation integration.
  2. Enhanced null handling for mis-configured viewIds
  3. Now supports browsers with cookies disabled
Subscribe to prettyfaces-users


             

May 19 2009

Facelets vs. JSF2 & EzComp

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 »

             

May 12 2009

Static Analysis tools > Experience

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 »

             

April 27 2009

Revisited - Acegi/Spring Security & JSF Login Page

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 »

             

April 14 2009

PrettyFaces 1.2.3_GA Released

PrettyFaces:

Version 1.2.3_GA: binary, source, documentation (stable)
Minor Release: 20090415

  1. Added optional <action onPostback=”false”> boolean flag to prevent action methods from being called on form postback. Defaults to true;
  2. Added optional <query-param decode=”false”> to prevent java.net.URLDecode.decode() from being called on a specific managed query-parameter. Defaults to true;
  3. Added unit tests for several critical classes.
  4. Minor to moderate refactoring of PrettyFilter/PrettyContext
Subscribe to prettyfaces-users


             

March 31 2009

PrettyFaces v1.2.3_RC2 Released

PrettyFaces:

Version 1.2.3_RC2: binary, source, documentation (stable)
Minor Release: 20090331

  1. Servlet forwards are working
Subscribe to prettyfaces-users


             

March 19 2009

PrettyFaces v1.2.3_RC1 Released

PrettyFaces:

Version 1.2.3_RC1: binary, source, documentation (stable)
Minor Release: 20090319

  1. 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
  2. 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
  3. 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
Subscribe to prettyfaces-users


             

March 18 2009

PrettyFaces v1.2.3 Docs

Configuration

Setting up PrettyFaces is simple.
Read the rest of this entry »

             

March 18 2009

PrettyFaces v1.2.2 Docs

Configuration

Setting up PrettyFaces is simple. Read the rest of this entry »

             
RSS