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 »

February/2007
SunMonTueWedThuFriSat
    1 2 3
45 6 7 89 10
11 12 13 14 1516 17
1819 20 21 22 23 24
25 26 27 28    

[ Archives News
for 'Developers' ]

February 26, 2007

A. Sundararajan: Sun Tech Days Hyderabad 2007 - trip report and slides

As I mentioned earlier, I spoke at Sun Tech Days 2007. About 10000 folks attended Sun Tech Days. Approximately about 2000 folks attended each talk (at least in the ones in the "main" room where key notes talks were given). Very nice to see so many deve...

Comment here

More »


David Dice: Understanding Tradeoffs in Software Transactional Memory

Understanding Tradeoffs in Software Transactional Memory by Nir Shavit and myself was accepted in CGO-2007. The paper describes the TL1 (Transactional Locking) mechanism. The slides presented at the conference are available as well. (We first descri...

Comment here

More »


Steve Bohne: A Web Interface For Decoding HotSpot hs_err Crash Logs

Theres a simple web interface at http://openjdk.neojava.org/cgi-bin/hs_err that allows decoding of hs_err or hs_err_pid HotSpot crash logs. ...

Comment here

More »


Kohsuke Kawaguchi: NLink: native library linker

For some reason, the blogsphere suddenly noticed my year-old NLink project, so Im getting a lot of traffic lately. Maybe Ive never sent out the announcement, when I originally released it, so here it goes...

Comment here

More »


Stephen Colebourne: First-Class Methods: Java-style closures

The debate on Closures in Java 7 has been limited to two proposals so far. Today Stefan Schulz and myself would like to offer a third option - First-Class Methods: Java-style closures (FCM) - to the Java community.

Comment here

More »


A. Sundararajan: JSR-223 variable access in Scheme, Tcl and F3

jsr-223 defines scripting API for the Java platform -- so that Java programs can execute scripts written in various scripting languages. As youd probably know already, JDK 6 includes javax.script API and JavaScript engine in it. One of the facilities o...

Comment here

More »


©2002-2008Java-Virtual-Machine.net