domain-object
Implementing Business Objects for a WinForms MVP application
I\'m building a new system from scratch and working on the design of the application. I\'m looking at viable approaches for modelling my Domain objects.[详细]
2023-04-02 06:01 分类:问答Service contracts vs. domain objects
Say I have two interfaces to my application: A web front-end A back-end which provides data Both of them talk to a web-service, and that web-service in turn, handles business logic and talks to a[详细]
2023-03-26 02:39 分类:问答Difference between Transfer objects and Domain objects
Could you please explain the difference between Transfer object开发者_运维知识库s and Domain objects in simple terms ? And if u could give a Java example, that would be great..[详细]
2023-03-21 05:07 分类:问答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 suggested way of using the ACLs (checking a users permissions on a single domain object) be[详细]
2023-03-18 00:23 分类:问答Convention for naming domain objects in Hibernate via regular sql
In a project I am working on, we have the convention that Hibernate objects (those that are mapped in *.hbm.xml files) end with the suffix \"Hib\". For exmaple, we\'ll have \"UserHib\", and \"OrderHib[详细]
2023-03-16 01:16 分类:问答Grails Domain Classes in Sets
Is it a bad practice to use domain objects in Sets or as keys in Maps? In the past I\'ve done things like this a lot[详细]
2023-03-11 05:22 分类:问答Should I use my ORM generated objects as my domain object?
My ORM is generating objects reflecting the database table structure. This objects are extensible, so I\'m able to add new properties and methods. This objects do not contains any persistence logic,so[详细]
2023-03-06 13:08 分类:问答Where to put domain logic which needs to fetch data from database
I know that domain logic should be placed into domain objects. But what if my domain logic needs data from the database ? (e.g. checking unique value, computed values.. etc ) I think injecting reposit[详细]
2023-03-06 06:11 分类:问答Domain Model or Domain Object ? - Definitions
Please correct me if I\'m wrong. We may say Domain Model to represent: a) The M part of a MVC structure, having on the M part, a Domain Driven Design pattern applied.[详细]
2023-03-03 01:20 分类:问答Unit of Work pattern, getters, setters and contracts (PHP)
I\'m not sure if the title is the best way to describe this question. This book - http://apress.com/book/view/9781590599099 - illustrates an implementation of the Unit of Work pattern. It goes a litt[详细]
2023-01-06 04:51 分类:问答