domain-model
Car service database design (domain model)?
First of all I know that there is no Car, Model, Manufacture... tables that I probably should make, but that is not a problem right now.[详细]
2023-04-12 11:19 分类:问答De-coupled dataflow is in Java EE design pattern?
One of project that I am working on having this kind of designed pattern, one bean is defined and used by jsp/action/service classes, that is, used by presentation and business logic layer, while ther[详细]
2023-03-31 07:40 分类:问答asp.net mvc post request + service layer- the best way to do this
Lets say I wanted to make a post request to update the status of a house, ideally this data should be in some sort of service layer, typically this involves[详细]
2023-03-26 01:25 分类:问答In EF 4.1, can I have DBSet<ISomething> instead of DBSet<Something>?
I am trying to build a domain model with business methods and have EF 4.1 doing the persistence for me. So far so good.[详细]
2023-03-23 16:56 分类:问答Grails JSON response of models and submodels (one to many)
I\'m very new to Grails and so I hope I have an easy question for you. I have a DomainModel and inside this model is a related Model (one-to-many). Let\'s say Service and a service as \'n\' tasks.[详细]
2023-03-23 01:51 分类:问答Domain driven design: Avoiding anemic domains and modelling real world roles
I\'m looking for some advice on how much I should be concerned around avoiding the anemic domain model. We are just starting on DDD and are struggling with analysis paralysis regarding simple design d[详细]
2023-03-22 17:06 分类:问答Java EE - What is the correct layer for formatting domain model objects before passing them to views?
I am developing a web application which has a typical layered architecture: a DAO layer that retrieves domain model objects from a database;[详细]
2023-03-20 07:09 分类:问答What's the difference between Domain Model and OO Domain Model?
It is said that the Domain Model is used to capture the problem domain of an application. That\'s what are the requirements needed, etc. But often, these models are almost very close to what may turn[详细]
2023-03-13 09:35 分类:问答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 分类:问答How to represent mandatory business fields on a model structure?
If we use type hinting, we can place an object mandatory: public function myMethodThatDoFineStuff(MyObject $myobject) {[详细]
2023-03-02 15:49 分类:问答