Table of Contents

Java - Plain Old Java object (POJO) or javaBean

About

POJO (or JavaBean) consists simply of a single class that is only meant to hold data met Object - (Accessors|Get|Getter) Methods

There is no requirement for multiple classes like EJBs

Documentation/Reference