A related architechture question I sometimes wonder about is:

Should the model POJO:s be kept as clean DTO:s or should they have member functions for operations also, and
if there are operations, how complex should they be allowed to be before I should break them into e.g. static calls in
a business logic class? If they are not separated, the model and the businessl logic melts into a mess.

Reply via email to