Archive for category Web
Bertrand’s right: web writers are wrong.
Posted by dreamreal in Programming, Web on 15 June, 2010
In “Can I haz web?,” Bertrand Delacrétaz wrote: How many people today still think information is only valid or “serious” when represented on an A4 piece of paper? Well, except it’s letter, not A4… but the point is dead on. People aren’t thinking of the web very well. I’d echo Bertrand’s point, and amplify. Here’s [...]
The terrible use case of JDO from TheServerSide.com
I made a reference recently to a TheServerSide.com performance problem, back in October 2005. It was really bad: most of the incoming requests were dying. (For a site that lives on traffic: very very bad.) The problem was, as stated, JDO… or, more specifically, the way JDO was used. See, TSS has a “n comments” bit [...]
JSF 1.2 in Maven
Apparently it’s fairly common: PWC6341: According to the TLD, deferred-value is specified for the attribute var of the tag handler com.sun.faces.taglib.html_basic.DataTableTag, but the argument for the setter method is not a javax.el.ValueExpression This is a message offered by JSF 1.2_b19 in the default Maven repositories. If you get this, install Mojarra yourself from the JSF [...]