News

The proxy design pattern belongs to the structural category. When working on applications, you might often need to access objects that are part of a separate application or domain.
PathProxy is a design pattern for persisting complex relationships without cluttering up your database. In this article JavaWorld contributor Matthew Tyson introduces his PathProxy pattern and ...