Plain old Java object: Difference between revisions

Content deleted Content added
m Nodulation moved page Plain Old Java Object to Plain old Java object: fix typo
POD types actually can use C++ language features; there's probably no concise enough description of them that'll fit in this lede
Line 8:
</ref>
 
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 (programming language)|C]] language features, and Pod ([[Plain Old Documentation]]) in [[Perl]]. The equivalent to POJO on the [[.NET framework]] is [[Plain Old CLR Object]] (POCO).<ref>
{{cite web |url=http://msdn.microsoft.com/en-us/library/cc681329.aspx |title=POCO Support |work=microsoft.com |accessdate=2012-05-27}}
</ref> For [[PHP]], it is Plain Old PHP Object (POPO).<ref>