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 »

October/2006
SunMonTueWedThuFriSat
1 2 3 4 5 6 7
8910 111213 14
15 16 1718 1920 21
222324 25 262728
2930 31    

[ Archives News
for 'Developers' ]

October 16, 2006

New Technologies for Ajax and Web Application Development: Project jMaki, Project Dynamic Faces, ...

Read the first in a series of introductory articles about new projects that make developing interactive and dynamic web applications easier.

Comment here

More »


Code Advice #14: Don't initialize fields to default values

(See intro for a background and caveats on these coding advice blog entries.) If you've been coding in C, you've probably picked up the habit of initializing all your fields: char *foo = NULL; int bar = 0; ...

Comment here

More »


©2002-2008Java-Virtual-Machine.net