A Simple Java Object is a Java Object which is implemented in the simplest, most succinct way which is still correct. The principle of the design follows the Law Of Succinctness
Defined here are two types of java object, one for holding data and one for representing logic.
Simple Data Object
A Simple Data Object is the simplest representation which describes there data an object holds. See Data Transfer Object.
Simple Business Object
A Simple Business Object is a stateless business object which is used to implement business logic.
Add Comment