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 »

August/2006
SunMonTueWedThuFriSat
  1 2 3 4 5
67 8 9 10 1112
1314 15 16 1718 19
20 2122 23 24 25 26
2728 29 3031   

[ Archives News ]

August 23, 2006

Sun Studio Express - August Build

category: Developers

August 10, 2006 Download a preview of the next Sun Studio software release and try it out. The Express program now offers builds of Sun Studio software releases under development for download. Get an early look at new Sun Studio software technologie...

Comment here

More »


Refreshing the View of the WSDL

category: Developers

David Botterill blogs on how to refresh the view of the WSDL if youve changed your web service in both the IDE and the Project scope.

Comment here

More »


End of summer

category: Developers

I apologize for the lack of activity on this blog the last couple of weeks. I've been spending a lot of vacation days this summer. Unfortunately I came down with a stomach flu, so that has put a damper on the festivities. I'm finally starting...

Comment here

More »


Code Advice #13: Don't spot-fix null pointer exceptions

category: Developers

(See intro for a background and caveats on these coding advice blog entries.) One pattern I've seen some developers use is to respond to NPE (NullPointerException) bugs by inserting a null pointer check at the location of the NPE. Frequ...

Comment here

More »


©2002-2008Java-Virtual-Machine.net