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 »
|
 |
January 12, 2007
category: Developers
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 »
category: Developers
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 »
category: Developers
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 »
category: Developers
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 »
|