Tag Archive: POJO

Feb
08

Understanding DTO, VO, POJO and JavaBeans

JavaBeans 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 …

Continue reading »

Permanent link to this article: http://www.javaplex.com/blog/understanding-dto-vo-pojo-javabeans/