X-Nico

3 unusual facts about Plain Old Java Object


Drools

The purpose of dialect "mvel" is to point the Getter and Setters of the variables of your Plain Old Java Object (POJO) classes.

Plain Old Java Object

The JavaBeans specification, if fully implemented, slightly breaks the POJO model as the class must implement the Serializable interface to be a true JavaBean.

Since Serializable is a marker (method-less) interface, this is not much of a burden.



see also