Talk:Plain old Java object: Difference between revisions

Content deleted Content added
ClueBot III (talk | contribs)
m Archiving 1 discussion to Talk:Plain Old Java Object/Archives/2014. (BOT)
Implementing WP:PIQA (Task 26)
 
(4 intermediate revisions by 3 users not shown)
Line 1:
{{WikiProject Javabanner shell|class=StartC|importance=Low}}
{{WikiProject Java |importance=Low}}
{{User:ClueBot III/ArchiveThis|archiveprefix=Talk:Plain Old Java Object/Archives/|format=Y|age=26297|index=yes|archivebox=yes|box-advert=yes}}
{{WikiProject Computing |importance=Low |science=y |science-importance=Low |java=y |java-importance=Low |software=y |software-importance=Low}}
 
}}
== Special Object ==
{{User:ClueBot III/ArchiveThis|archiveprefix=Talk:Plain Oldold Java Objectobject/Archives/|format=Y|age=26297|index=yes|archivebox=yes|box-advert=yes}}
The second sentence adds little to explanation of POJO. Merely saying that is it not a special object while not explaining what a special object or what it lacks that doesn't make it special doesn't clarify much to the reader:
 
"The name is used to emphasize that the object in question is an ordinary Java Object, not a special object, and in particular not an Enterprise JavaBean (especially before EJB 3)"
 
<small><span class="autosigned">—Preceding [[Wikipedia:Signatures|unsigned]] comment added by [[User:207.171.180.101|207.171.180.101]] ([[User talk:207.171.180.101|talk]] • [[Special:Contributions/207.171.180.101|contribs]]) </span></small><!-- Template:Unsigned -->
 
Also you could call Special Objects "SPEJO", instead of SoJO, where the oh seems to come from nowhere, but whatever; this just crossed my mind and probably nobody uses SPEJO anyways.
 
[[User:Pupitetris|Pupitetris]] ([[User talk:Pupitetris|talk]]) 19:51, 15 July 2015 (UTC)
 
== Definition ==
 
The Definition section outlines 3 things a POJO should not do:
 
# Extend prespecified classes.
# Implement prespecified interfaces.
# Contain prespecified annotations.
 
What is the source for these requirements? Also, in what sense is "prespecified" being used? What makes an annotation prespecified as such - does it mean a requirement imposed by an external framework?
 
[[User:Jonhanson|jon]] ([[User talk:Jonhanson|talk]]) 20:57, 20 December 2015 (UTC)