Code Example: Data Transfer Object DTO or Data Beans
January 17th, 2006When you are implementing you jdbc layer, you need a solid way to create Data Transfer Objects (DTO’s) or Data Beans . This is the way I implement this.
Read the rest of this entry »