Noun
POJO (plural POJOs)
(Java programming language, object-oriented programming) Acronym of plain old Java object. [from 2000]
Using the annotation, you can inject an EJB stub object into any POJO managed by the EJB 3.0 container. Source: Internet
When using a POJO you will require a method which creates a String representation of your ItemId. Source: Internet
Three APIs are available—a Direct Persistence Layer which is "Plain Old Java Objects" (POJO); one which is based on the Java Collections Framework (an object persistence approach); and one based on the traditional Berkeley DB API. Source: Internet