Learn how the Data Transfer Object design pattern is implemented in Java ME architectures and why you might want to use XML-based DTOs rather than Java beans for faster data interchange between tiers.
My last JavaWorld article “Simplify XML Processing with VTD-XML” looked at three important benefits of VTD-XML: performance, memory usage, and ease of use. VTD-XML makes XML applications not only ...