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 25, 2006
category: Developers
The other day I
wrote about using annotations to state your intent regarding null for fields, parameters and return values. This can help static checkers like
findbugs find flaws in your code, where you fail to check return values for null where that is known to be risky. (In fact, findbugs does not only base knowledge of nullness on your use of annotations; it also has a builtin database of...
More »
category: Main
When Sun was in trouble a few years back, I was really frustrated by a simple reality of open markets: when you're down, it's not your answer to the question "why?" that matters. It's your competition that's quoted everywhere. "Here, let me tell you why Sun's having a hard time." It drove me nuts. (You'll recall, "Why is Sun down?" "Because they're proprietary...
More »
category: Developers
You asked for it, you got it...the Java Studio Creator team has provided significant design-time performance with this latest hot fix. Connect to the Update Center and get it today!
More »
category: Developers
Significant design-time performance was the goal for this latest hot fix. Connect to the Update Center to get the all the updates and hot fixes. Haven't got it it yet? Download today, it's free!
More »
category: Developers
August 25, 2006
How to profile Java applications using Sun Studio Performance Tools.
More »
category: Developers
August 25, 2006
This article describes how to use the Sun Studio Performance Tools to profile the
performance of WebLogic servers.
More »
category: Developers
Meet Tom Ball, Technical Director at Sun Microsystems
More »
category: Developers
Back in the pre-JDK 1.1 days delegates, or bound method references, were considered and rejected by the Java language designers in favor of inner classes. What has changed so much that these reasons no longer apply?
More »
|