Java Virtal Machine.net

[ News ] rss

September 04, 2010

Scala, JSF 2, and NetBeans. I am working on a web site that will help students practice their Scala programming skills. As I labored along, writing my JSF app code, I thought “this is silly—why not practice Scala at the same time?” But I like JSF and wasn'...

More »

September 03, 2010

Dropping Boxes with JavaFX. Dropping Boxes with JavaFX If you want to work for DropBox, they have an interesting programming test which solution must be submitted together with the CV. I’m not considering a position at DropBox, but their test was too fun to ignore: an int...

More »

May/2009
SunMonTueWedThuFriSat
     1 2
3 4 5 67 8 9
1011 12 13 1415 16
17 18 19 20 21 22 23
24 25 2627 28 29 30
31      

[ Archives News
for 'Developers' ]

home > news > developers > may 2009

May 2009

May 29, 2009

Jeroen Frijters: .NET 4.0 -- System.Runtime.CompilerServices.ConditionalWeakTable

Back in the PDC build of .NET 4.0 another interesting new feature was introduced: ConditionalWeakTable. This is a special purpose dictionary to associate objects with other objects. It was introduced to help the DLR, which needs the abilit...

Comment here

More »


May 29, 2009

Andrew Xuelei Fan: JSSE Debug Logging With Timestamp

These days, I was asked about a strange network delay of input/output stream when migrating a TLS protected application to a new platform. The application is built on top of SunJSSE. They enabled debug with option "-Djavax.net.debug=all", however, b...

Comment here

More »


May 29, 2009

Cay Horstmann: The Fit and Finish of JSF

In this blog, I kvetch about the lack of "fit and finish" in JSF and suggest some improvements in the spec process.

Comment here

More »


May 29, 2009

David Dice: Instruction selection for volatile fences : MFENCE vs LOCK:ADD

In the past the JVM has used MFENCE but, because of latency issues on AMD processors and potential pipeline issues on modern Intel processors it appears that a LOCK:ADD of 0 to the top of stack is preferable (Gory Details).

Comment here

More »


May 28, 2009

Andrew Xuelei Fan: Understanding Self-Issued Certificate

RFC5280 categorize certificate into two classes: CA certificates and end entity certificates, and CA certificates are divided into three classes: cross-certificates, self-issued certificates, and self-signed certificates.

Comment here

More »


May 28, 2009

Andrew Xuelei Fan: Undertanding Self-Issued Certificate

RFC5280 categorize certificate into two classes: CA certificates and end entity certificates, and CA certificates are divided into three classes: cross-certificates, self-issued certificates, and self-signed certificates.

Comment here

More »


May 28, 2009

Kohsuke Kawaguchi: JavaOne activities around Hudson

JavaOne/CommunityOne 2009 is just a few days away, and here's the list of activities around Hudson in JavaOne/CommunityOne.

Comment here

More »


May 27, 2009

Joe Darcy: Project Coin: For further consideration, round 2

The first group of proposals selected for further consideration were:

Comment here

More »


May 27, 2009

Jeroen Frijters: Class Unloading

I never thought I'd see the day, but it has arrived:

Comment here

More »


©2002-2008Java-Virtual-Machine.net