Java Virtal Machine.net

[ News ] rss

March 21, 2010

Announcing a new open source book in the making: "Continuous Integration with Hudson". Continuous Integration is a cornerstone of modern software development best practices. Hudson, an Open Source Continuous Integration tool, is by far the most popular Continuous Integration tool on the market, and for good reason! It's intuitive ...

More »

March 21, 2010

Spring Security NTLM 3. I'v migrated code from spring-security 2.0.5 to be able to use NTLM on spring-security 3.0.2. NTLM isn't supported anymore official by SpringSource but after some refactoring I was able to use NTLM without problems. http://aloiscochard.blog...

More »

March/2007
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
2526 2728 293031
       

[ Archives News
for 'Developers' ]

March 18, 2007

A. Sundararajan: Who are "minnows" here?

Yesterday Bangladesh defeated India and Ireland defeated Pakistan. Who are "minnows" here? At least Pakistan had some reasons - they dont have two of their strike bowlers and also miss their star all rounder batsman (although 132 all out would still be...

Comment here

More »


Tom Hawtin: My take on closures

"Everyone" is having their say on what should be done for "closures" in JDK7. Heres my take.

Comment here

More »


Rémi Forax: JSR 277 and ahead of time compilation

Will we see in a near future, more VMs providing a module repository implementing ahead of time compilation ? And thus VMs that never interpret bytecodes !

Comment here

More »


Rémi Forax: Reified generics in Java

Neal Gafter publishes a blog entry showing a possible path to reified generics in Java. I think that reified generics are importants but i not totally agree with the proposal.

Comment here

More »


Rémi Forax: Stupid question: Why the creation of array of parametrized type is unsafe ?

I dont understand why the creation of array of parametrized type is unsafe ? Array of parametrized type dont seems to be inherently unsafe but some subtyping relations between array of parametrized type and some indentified classes are unsafe.

Comment here

More »


Rémi Forax: How far is fidji - Reloaded

This blog is an infrared echo to Matthias Ernsts last post titled "How far is fidji".

Comment here

More »


Rémi Forax: java.lang.Unreachable as type argument

The closure proposal specifies a new type java.lang.Undeclarable that can be used as a return type of a method to indicates that this method never returns. All instructions after a call to a method that returns Undeclarable is unreachable,...

Comment here

More »


Rémi Forax: Type inference of local variables

For an average duke, the big difference between a language like PHP, Python and Java is that you have to declare the type of the variables. In general, its not a big beal for a statement like this one...

Comment here

More »


Rémi Forax: Call me Santa

This blog is about shorthand syntaxes for declaring local variables without specifying the type and the avability of a prototype compiler to test them by yourself

Comment here

More »


Rémi Forax: All your property are belong to us

This blog entry proposes a way to define properties in Java and provides an updated version of the prototype java compiler with property support.

Comment here

More »


©2002-2008Java-Virtual-Machine.net