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 Observable design pattern is found in many Java APIs and in reactive programming. Here's an introduction to the timeless Observable pattern in Java.