May 22, 2007
The Top 10 Open-Source Destinations at the 2007 JavaOne Conference. This year's Conference celebrates the free and open software environment with a new Open Source...
More »
May 22, 2007
Top 10 Destinations for Enterprise Developers at the 2007 JavaOne Conference. Here are 10 must-see destinations and some related recommendations for enterprise developers at...
More »
|
 |
March 18, 2007
March 18, 2007
Stefan and I are pleased to announce the release of v0.4 of the First-class Methods: Java-style closures proposal.
More »
March 18, 2007
What is the best syntax to allow anootation on types ?
I will not answer to that question but you can try
to convince me.
More »
March 18, 2007
Recently, Stephen Colebourne and Stefan Schulz post another closure
like proposal.
I am not a big fan of it but one syntax element of their proposal
is quite interesting.
More »
March 18, 2007
This blog entry explains why bound properties must not be generated
by the compiler.
More »
March 18, 2007
This short blog entry is an answer to the question:
why don't provide property change support natively in the Java compiler.
More »
March 18, 2007
This blog entry proposes a way to define properties in Java
and provides an updated version of the prototype java compiler
with property support.
More »
March 18, 2007
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
More »
March 18, 2007
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, it's not a big beal for a statement like this one...
More »
March 18, 2007
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,...
More »
March 18, 2007
This blog is an infrared echo to Matthias Ernst's last post
titled "How far is fidji".
More »
March 18, 2007
I don't understand why the creation of array of parametrized type is unsafe ? Array of parametrized type don't seems to be inherently unsafe but some subtyping relations between array of parametrized type and some indentified classes are unsafe.
More »
March 18, 2007
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.
More »
March 18, 2007
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 !
More »
March 18, 2007
"Everyone" is having their say on what should be done for "closures" in JDK7. Here's my take.
More »
March 18, 2007
Yesterday Bangladesh defeated India and Ireland defeated Pakistan. Who are "minnows" here? At least Pakistan had some reasons - they don't have two of their strike bowlers and also miss their star all rounder batsman (although 132 all out would still be questionable). But about Indian team? - rubbish!
More »
|