Discussion

Re: Associations Between Repositories

Yahoo! Group - 2 hours 17 min ago
That was just a simple usage example, probably not the best from a functional perspective. But is it a good idea to introduce a new business service just to
Categories: Discussion

Re: There must be a quicker way than this...

Yahoo! Group - 2 hours 18 min ago
Given the right tools you can leverage DDD or at least domain modeling best practices for any project. If you were developing software with Smalltalk in the
Categories: Discussion

Re: Associations Between Repositories

Yahoo! Group - 3 hours 36 min ago
... Yup. The repository interface is part of the domain model. The implementation, of course, is what does the actual marshalling to the persistence store,
Categories: Discussion

Re: Associations Between Repositories

Yahoo! Group - 4 hours 28 min ago
Wouldn't you have: class Car { Engine installedEngine; public installEngine(Engine engine) { this.installedEngine = engine; } } And a Service Layer would call:
Categories: Discussion

Re: Associations Between Repositories

Yahoo! Group - 4 hours 37 min ago
Hi Dan, are you certain? Fowler defines Repository as follows: "Mediates between the domain and data mapping layers using a collection-like interface for
Categories: Discussion

Re: Associations Between Repositories

Yahoo! Group - 6 hours 57 min ago
I don't think creating dependencies within your repositories is a good idea in general. It may be an indication that some of the domain related
Categories: Discussion

Re: Associations Between Repositories

Yahoo! Group - 8 hours 47 min ago
Hi Çevik, ... Well, they refer to each other conceptually but they don't share the same time line. For instance you may register an Engine before registering
Categories: Discussion

Re: Associations Between Repositories

Yahoo! Group - 8 hours 57 min ago
... The interface definition (ICustomerRepository, say) is part of the domain, but the implementation (CustomerRepositoryNHibernate) is part of infrastructure.
Categories: Discussion

Re: Associations Between Repositories

Yahoo! Group - 9 hours 28 min ago
Otherwise, how would you lookup another aggregate root from one aggregate root in the following scenarios: 1. As association (instance variable in class) -
Categories: Discussion

Re: Associations Between Repositories

Yahoo! Group - 10 hours 26 min ago
Hi Ali, as far as I understand, the Repository is NOT inside the Domain Layer as you state. You would retrieve an Aggregate Root via its Repository, and then
Categories: Discussion

Re: There must be a quicker way than this...

Yahoo! Group - Wed, 09/08/2010 - 16:14
... I presume you looked at NO on MVC... not a good fit? Dan
Categories: Discussion

Re: Event sourcing

Yahoo! Group - Wed, 09/08/2010 - 13:07
Anyone? :) ... -- U¿ywam klienta poczty Opera Mail: http://www.opera.com/mail/
Categories: Discussion

Re: There must be a quicker way than this...

Yahoo! Group - Wed, 09/08/2010 - 12:06
sometimes, you just gotta use the right tool for the right job...unless you see you see this little app scaling a lot more than it is (in turns of features
Categories: Discussion

Re: There must be a quicker way than this...

Yahoo! Group - Wed, 09/08/2010 - 12:05
PETE! Haven't seen you on the list for a while. Recently read: Xml is like violence. If it isn't working you aren't using enough of it :) But seriously.
Categories: Discussion

Re: There must be a quicker way than this...

Yahoo! Group - Wed, 09/08/2010 - 11:51
... Snowball in hell :)
Categories: Discussion

Re: Typical implementation of Denormalizer

Yahoo! Group - Wed, 09/08/2010 - 07:29
Not sure what you want people to say. What would your events be if you don't have commands? Aside from that you could do it in the same way the simple sample
Categories: Discussion

CQRS Info

Greg Young's Blog - Wed, 09/08/2010 - 06:27

Just put up http://cqrsinfo.com as many people have been asking for the information.

 

You will find there documents, 6-7 hours of video, and links to good material on the web.

Categories: Discussion

Re: Typical implementation of Denormalizer

Yahoo! Group - Tue, 09/07/2010 - 23:30
I'm surprised no one has responded to this thread! :)
Categories: Discussion

Re: There must be a quicker way than this...

Yahoo! Group - Tue, 09/07/2010 - 10:23
ActiveRecord
Categories: Discussion

There must be a quicker way than this...

Yahoo! Group - Tue, 09/07/2010 - 10:01
Hi all My client app talks to a DB app. It sends it either a query or a command and gets a response, for example var query = new Order_ViewQuery(...id of
Categories: Discussion
Syndicate content