March 17, 2010
Using JSF 2.x on Tomcat 6.x.. If you want to use JSF 2.x on a Tomcat 6.x server you have 2 options,
see this short article.
More »
March 17, 2010
Declarative Hyperlinking Enhancements. I've spent some time fleshing out the code in the experimental declarative hyperlinking module I blogged about earlier. In that earlier entry I showed how you could use the new @Link annotation with existing URI templates either explicitly like ...
More »
|
 |
April 07, 2009
The Flubber application I described earlier has an old stop-watch style timer with second and minute hands:
Making the clock hand move was trivial using value binding and a rotation transform on the hand graphics object:
transforms: Rotate {
...
More »
There has been a lot of public comments about the modifications we've made to Harmony's java.util.TreeMap implementation. We've been working on it since I announced our use of the code last summer. Reliability and compatibility are our greatest ...
More »
String(byte[] bytes, String csn) and String.getBytes(String csn) pair (and their variants) have been widely used as the convenient methods for char[]/Stringbyte[] encoding/decoding whena) You don't want to get your hands "dirty" on the trivial decod...
More »
|