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 »
|
 |
August 08, 2006
August 08, 2006
(See intro for a background and caveats on these coding advice blog entries.)
In my previous
code style entry I recommended a setter pattern where the parameter is identical to the field name, as in the following:
void setTemperature(int temperature) {
this.temperature = temperature;
}
I mentioned that there is the potential of a bug here if the parameter name...
More »
August 08, 2006
Java Studio Creator Evangelist David Botterill provides step-by-step instructions on how to prepare a project for version control in his weblog.
More »
August 08, 2006
Jennifer Ball shows how to use the jMaki pub/sub mechanism to handle UI events - for example - events generated by widget onClick events. The example demonstrates how to integrate this mechanism with the dojo Fisheye widget. The Pub/Sub mechanism is a recent addition to jMaki; you can browse the code here, and there is a sample app showing two widgets interacting here.
More »
August 08, 2006
Photographic proof of inhumane treatment of fruit in Russia.
More »
|