March 16, 2010
JPA in the Clouds. A big part of my current company work is related to managing infrastructure hosted in cloud computing environments.I have recently released an open source project ( Rain Toolkit ) to help ease the management of Amazon EC2 objects. It is a set o...
More »
March 16, 2010
Hudson Hackathon this weekend. If you are living in San Francisco bay area, or if you are visiting the area for EclipseCon next week, make sure to come to Hudson Hackathon this Friday 3/19 and/or Saturday 3/20. The plan is to meet up, hang out, chat, hack code, and have fun. If yo...
More »
|
 |
January 12, 2007
Surface syntax aside, implementation-wise a property is all object-like
and Im surprised were still talking generating methods according to a
naming convention. A property *has* setter and getter, it can be
referenced, ...
More »
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 a...
More »
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, mor...
More »
So youre 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 Usa...
More »
|