Nuacht

Project Amber has brought a number of new features to Java in recent years. While each of these features is self-contained, they are also designed to work together, enabling data-oriented programming.
This article shows how to use the Apache Commons JXPath component to easily query complex Java object trees for data using the XPath expression language. It covers both basic and advanced features ...
Although Java lacks a true sizeof () equivalent, the Instrumentation interface introduced with J2SE5 can be used to get an estimate of the size of a particular object via its getObjectSize (Object ...