Top "Domain-object" questions

Domain Objects are objects made for dealing with the domain logic at the Model layer.

Differentiating between domain, model, and entity with respect to MVC

Can someone explain these 3 concepts and the differences between them with respect to an MVC framework along with an example. …

model-view-controller design-patterns model entity domain-object
Domain objects/services and the Business Logic Layer

What are domain objects and domain services in software architecture? I am not familiar with them or how they differ …

java business-logic-layer domain-object
Difference between Transfer objects and Domain objects

Could you please explain the difference between Transfer objects and Domain objects in simple terms ? And if u could give …

java architecture data-transfer-objects domain-object
How do one use ACL to filter a list of domain-objects according to a certain user's permissions (e.g. EDIT)?

When using the ACL implementation in Symfony2 in a web application, we have come across a use case where the …

php permissions acl symfony domain-object