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 »
|
 |
January 12, 2007
January 12, 2007
So you're running a few Java applications on Windows and want to know
the total resident memory footprint. Simple - just sum up the Task
Manager Mem Usage numbers for all java[w].exe images, right? Well,
no. Believe it or not, adding up the Mem Usage to determine total memory
usage of a set of processes will almost always give you the wrong
answer. ...
More »
January 12, 2007
James jumped the gun a
little bit earlier this week by announcing the
Kitchen Sink Language before I had
finished setting it up. So if you went there and got disappointed, please try
again. We do require that you sign the SCA before you join, more details on
the project page.
More »
January 12, 2007
JDK 6 includes Mozilla Rhino based implementation of javax.script API for JavaScript. There are javax.script engines for other scripting languages are available at scripting.dev.java.net. The scripting languages for the Java platform offer someway of accessing Java classes from scripts. Most of these scripting languages being dynamically typed, user does not supply type information -- which...
More »
January 12, 2007
Surface syntax aside, implementation-wise a property is all object-like
and I'm surprised we're still talking generating methods according to a
naming convention. A property *has* setter and getter, it can be
referenced, especially in order to bind it to a UI component, you can
attach listeners, ...
More »
|