Java Virtal Machine.net

[ News ] rss

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/2009
SunMonTueWedThuFriSat
   1 2 3 4
5 6 7 89 10 11
1213 14 15 16 17 18
19 20 2122 23 24 25
26 27 28 29 30  

[ Archives News
for 'Developers' ]

April 07, 2009

Add Effects to the right Container!

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 { ...

Comment here

More »


David Dagastine: Tree Wagers

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 ...

Comment here

More »


Xueming Shen: Faster new String(bytes, cs/csn) and String.getBytes(cs/csn)

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...

Comment here

More »


©2002-2008Java-Virtual-Machine.net