Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in domain-object

Is this a valid use of Grails transients?

Constructing a Domain Object from multiple DTOs

How do I initialise a Date field in a Grails domain object to act as a timestamp?

grails date domain-object

where should I do the conversion: Domain object<->DTO?

DDD, PHP - where to perform the validation?

Where to put domain logic which needs to fetch data from database

Grails Domain Classes in Sets

grails groovy domain-object

Modify and validate a grails domain object without saving it

DDD, PHP. Domain Object and Business Logic

Domain Objects and Value Objects - are they equal?

Symfony2: How to find the users that have permissions for a certain domain object?

What is the best way to refactor presentation code out of my domain objects in an ASP.NET MVC solution?

Implementing a S.O.L.I.D Domain Object Model in the following project

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

Domain objects/services and the Business Logic Layer

Difference between Transfer objects and Domain objects

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