difference
-
what is the difference between Layred Arctitecture and Non Layred Arctitecture?
ashu
-
what is the difference between Layred Arctitecture and Non Layred Arctitecture?
ashu
Ashutosh Kumar Gupta wrote:
what is the difference between Layred Arctitecture and Non Layred Arctitecture?
A layered architecute separates the database from the business logic from the presentation of the information. A non-layered architecture is sometimes pejoratively called the giant ball of mud architecture. And for good reason, in all but the smallest of projects the code in a non-layered architecture will event resemble a giant ball of mud. Finding anything in that ball of mud becomes increasingly difficult.
Upcoming events: * Glasgow Geek Dinner (5th March) * Glasgow: Tell us what you want to see in 2007 My: Website | Blog | Photos
-
Ashutosh Kumar Gupta wrote:
what is the difference between Layred Arctitecture and Non Layred Arctitecture?
A layered architecute separates the database from the business logic from the presentation of the information. A non-layered architecture is sometimes pejoratively called the giant ball of mud architecture. And for good reason, in all but the smallest of projects the code in a non-layered architecture will event resemble a giant ball of mud. Finding anything in that ball of mud becomes increasingly difficult.
Upcoming events: * Glasgow Geek Dinner (5th March) * Glasgow: Tell us what you want to see in 2007 My: Website | Blog | Photos