Java Virtal Machine.net

[ News ] rss

March 20, 2010

Day 1 - Ruby Conf India 2010. Content available at: http://blogs.sun.com/arungupta/entry/day_1_ruby_conf_india

More »

March 20, 2010

Do you execute ops in bulks or one by one?. Last bunch of the entries have been all about the code. Today let's try something different. Partly because at the time of writing I'm just 34 thousand feet above Atlantic and really don't feel like coding anything, but partly also bec...

More »

February/2009
SunMonTueWedThuFriSat
1 2 3 4 5 6 7
8 9 10 11 12 13 14
15 16 17 18 19 20 21
22 23 24 25 26 27 28
       

[ Archives News ]

February 08, 2009

Kohsuke Kawaguchi: per-process transient /tmp mount

category: Developers

This little tool for Linux allows you to isolate big tests that clutter the /tmp file system. The proess will get its /tmp upon launch, and when the process exits, all the temporary files it created are gone, too.

Comment here

More »


An interesting debate about JPA and the DAO

category: Java Technology

In these days I'm writing a draft for a post whose temporary title is "Two things that I don't like in JPA (and Wicket)". The post is about an architectural vision and some code to address it, but it's still...

Comment here

More »


per-process transient /tmp mount

category: Java Technology

This little tool for Linux allows you to isolate big tests that clutter the /tmp file system. The proess will get its /tmp upon launch, and when the process exits, all the temporary files it created are gone, too.

Comment here

More »


Alex Buckley: FOSDEM 2009

category: Developers

Back to Belgium for my first time at FOSDEM, where I presented on progress Towards a Universal VM in the Free Java track. (An updated form of my Devoxx talk with Brian Goetz.) It was good to meet Andrew Haley at last, chat with Martin Odersky about ...

Comment here

More »


©2002-2008Java-Virtual-Machine.net