What do you think about iBatis POJOs and Anemic Domain model that martin fowler describes : http://www.martinfowler.com/bliki/AnemicDomainModel.html
iBatis uses POJOs like anemic domain model. Most of the classes only have getter and setter methods. Is this domain model or just DTO or Value Objects? Where do you put your core domain logic ? is iBatis suaitable for Rich Domain models? I want to see your opinions about this subject?