News

Use XML and the DTO pattern for object serialization in JME Learn how the Data Transfer Object design pattern is implemented in Java ME architectures and why you might want to use XML-based DTOs ...
The Singleton pattern is deceptively simple, even and especially for Java developers. In this classic JavaWorld article, David Geary demonstrates how Java developers implement singletons, with ...