Correct. Consider this. If you created a second application service method much like another existing one, but with some difference in use case flow, would you...
For clearance,did you mean 'But you don't execute any business logic here, nor does the application layer maintain any business state.' are in application...
In my daily design and coding practice,service object in application layer used for coordinating transaction call to domain layer object or just a facade...
Hi everybody, Thanks for your posts. I think someone said the right tool for the right problem, I like that. Of course everything can be adapted in a framework...
Have you taken a look at the Layers Architecture pattern in the blue book? It should answer your questions. If you have experience with JEE you might think of...
Hi guys, I've been on a lot of confusion about application layer and domain layer. each layer can have it's own service right, and em.. some said application...
you need a persistance infraestructure and plugger sow a way of doing that, and is open source so you can adapt it to your needs or use it as an example for...
You have that absolutly right Greg. It is the definition, the agreed meaning of the word that counts. It is about all parties agreeing what it means rather...
I would agree with you however, that a framework for DDD is simply too broad a definition for any serious framework. That is why in my last posting I...
I think it depends on what you mean by framework. To me a software framework is an abstraction in which common code providing generic functionality can be...
Hi everybody, Plugger-Project is interesting, however I still think that a framework for DDD is not possible because every project has different requirements...
That link goes to a GoDaddy spam page. I think the correct one is http://www.plugger-project.org/ but please correct if I'm mistaken. -jn- ... -- Beauty of...
There are often times words in other languages that are real business terms that just don't exist in English. In these cases we have tended to use the original...
Check this framework and example of DDD infraestructure www.plugger-framework.org You will find an example of DDD persistance and persistance rules and...
I am unaware of an exhaustive list of approaches. If you are starting from scratch and have a choice you may want to consider a few options. For one,...
I have done lots of multilingual computing projects, with full localizations, etc. However, on such projects the model was always developed in English and all...
Thanks for everyone's great ideas. As Vaughn pointed out, I almost answered my own question by saying that the term "Depended on Context", and many of the...
Hi there, I got a question about the ubiquitous language. What will be the best way to go in an international project where people are talking in different...
I don't think I explained myself enough (was on iPhone in car when thought popped into my head). Firstly I am new to DDD and CQRS (a few days of reading net...
Hi Greg, ... I believe that CQRS as a concept, has a design pattern should be in the DDD list. Yet a lot of concerns about CQRS is about implementation, and...
Having said this, You might find out that your app has no business in managing Gardening Resources as a whole, in which case the global id you are mentioning...
... Hi, If you can define a garden bed without a garden then your problem only appears when adding the garden bed to the garden. This also means that a garden...
Can someone please point me in the right direction when implementing ddd and cqrs to where the following logic should be: I have an entity that has a domain...