Posts Tagged ‘Value Object’
Understanding DTO, VO, POJO and JavaBeans
Monday, February 8, 2010 12:41 No CommentsJavaBeans
A JavaBean is a class that follows the JavaBeans conventions as defined by Sun. Wikipedia has a pretty good summary of what JavaBeans are:
JavaBeans are reusable software components for Java that can be manipulated visually in a builder tool. Practically, they are classes written in the Java programming language conforming to a particular convention. They [...]
