Definitions for "POJO"
Keywords:  ejb, javabean, jdbc, java, somehow
A normal Java object that is not a JavaBean, an Entity Bean Session Bean, etc., and does not serve any other special role or implement any special interfaces of any of the Java frameworks ( EJB, JDBC, ...).
Plain Old Java Objects.
POJO is an acronym for Plain Old Java Object. The name is used to emphasize that the object in question is not somehow special but an ordinary Java Object, in particular not an EJB.