Archive for January, 2007

Value Objects with Getters/Setter Interface

Saturday, January 6th, 2007

Recently, I’ve built the client side of a J2EE Transfer Object pattern implementation and it composes a number of value objects. I was going to shape the VO’s like in Darron Schall’s Book VO used in his “Convert Generic Objects into Class Instances” article (good read I might add). The VO consists of an object [...]