Plain old Java object: Difference between revisions

Content deleted Content added
m JavaBeans: POJO singular
JavaBeans: dab JSF
Line 32:
The JavaBeans specification, if fully implemented, slightly breaks the POJO model as the class must implement the [[Serialization#Java|Serializable]] interface to be a true JavaBean. Many POJO classes still called JavaBeans do not meet this requirement. Since [[Serialization|Serializable]] is a marker (method-less) interface, this is not much of a burden.
 
The following shows an example of a [[JavaServer Faces|JSF]] (JSF) component having a [[Duplex_(telecommunications)|bidirectional]] binding to a POJO's property:
 
<syntaxhighlight lang="xml">