On Mon, 2003-09-08 at 23:07, Cabrera, Alan wrote:
> Plain Old Java Object

More verbosely: it's referred to using "plain old java objects" a.k.a.
JDBC code to make persistent your value objects. Value objects are
simple java beans incapsulating some data but not having any persistence
code within. To make value object persistent, you would use POJO, or any
other persistence frameworks (EJB, JDO, Hybernate...)

Luigi

Reply via email to