In computing software, POJO is an acronym for Plain Old Java Object. The name is used to emphasize that a given object is an ordinary Java Object, not a special object. The term was coined by Martin Fowler, Rebecca Parsons and Josh MacKenzie in September 2000:
"We wondered why people were so against using regular objects in their systems and concluded that it was because simple objects lacked a fancy name. So we gave them one, and it's caught on very nicely."
The term "POJO" is mainly used to denote a Java object which does not follow any of the major Java object models, conventions, or frameworks. The term continues the pattern of older terms for technologies that do not use fancy new features, such as POTS (Plain Old Telephone Service) in telephony, PODS (Plain Old Data Structures) that are defined in C++ but use only C language features, and POD (Plain Old Documentation) in Perl. The equivalent to POJO on the .NET framework is Plain Old CLR Object (POCO). For PHP, it is Plain Old PHP Object (POPO).
The POJO phenomenon has most likely gained widespread acceptance because of the need for a common and easily understood term that contrasts with complicated object frameworks.
Read more about Plain Old Java Object: Definition
Famous quotes containing the words plain and/or object:
“Crying is the refuge of plain women but the ruin of pretty ones.”
—Oscar Wilde (18541900)
“Man you can define; but the true essence of any man, say, for instance, of Abraham Lincoln, remains the endlessly elusive and mysterious object of the biographers interest, of the historians comments, of popular legend, and of patriotic devotion.”
—Josiah Royce (18551916)