Questions tagged [application-dependency]

3 questions
8
votes
4 answers

Circular dependencies in foreign keys: use it or avoid it?

My application loads lots of data from a database into a complex data structure. The in-memory data structure ressembles the structure of the database, which means that if the database contains the following tables: table A, key is A1 table B, key…
2
votes
2 answers

Application/Server dependency mapping

I'm just curious as to whether such as tool exists (free, open source, or commercial but for a reasonable price) before I build it myself. We're looking for a simple solution to simplify taking web apps online and offline when a server is undergoing…
David
  • 72,686
  • 18
  • 132
  • 173
0
votes
1 answer

What’s the difference between Domain Service and Infrastructure Service in NLayerd architecture?

Also How do you distinguish between a Domain Command and Domain Service?