Reputation: 24093
Theoretically, in general:
Presentation layer holds the website.
Upvotes: 1
Views: 1327
Reputation: 8295
Yes, I'd say you've described the layers correctly.
In my mind infrastructure can represent two things:
Upvotes: 2
Reputation: 7148
The infrastructure layer tends to turn up in DDD and MVVM type projects. There's a simple diagram and quick explanation of the layers in DDD here.
http://dddsample.sourceforge.net/architecture.html
It's based on a Java implementation, but the descriptions still hold up apart from the odd bit of Java terminology.
Upvotes: 0