July 13, 2007
Enterprise Systems: The New Bounce in Suns Step. Dont look now, but Sun Microsystems Inc. has a new bounce in its step.
From its recent...
More »
June 24, 2007
Jazoon'07. Jazoon'07 brings together experts and users of Java and open source technologies from all...
More »
|
 |
August 08, 2006
category: Developers
(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 »
category: Developers
Java Studio Creator Evangelist David Botterill provides step-by-step instructions on how to prepare a project for version control in his weblog.
More »
category: Developers
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 »
category: Developers
Photographic proof of inhumane treatment of fruit in Russia.
More »
|