Blog Archive for edburns during November 2011
JSF 2.2 Early Draft Review Available
Three days ago, the JSF 2.2 Early Draft Review Specification was
released. You can download it from
<http://jcp.org/aboutJava/communityprocess/edr/jsr344/>
and the in-progress reference implementation can be obtained by
following the instructions
in my
blog entry from 26 September 2011. With this blog entry, I want to
quickly survey the new and...
var headID = document.getElementsByTagName("head")[0]; var cssNode = document.createElement('link');cssNode.type = 'text/css';cssNode.rel = 'stylesheet';cssNode.href = 'http://ridingthecrest.com/scratch/20111111-blog-a.css';cssNode.media = 'screen';headID.appendChild(cssNode);JSF 2.2 and 2.1 Nightly Builds Running Again
I'm ashamed to say it, but we've gone over two years without having a...



