Saturday, July 17, 2010

Homemade Male Masterbater

Tier vs. Layer

clarification, perhaps unnecessary, but I often do. For

tier levels means "physical" , while layer levels means "logical" .

Quoting from a couple of posts:

Logical layers are Merely a way of organizing your code. Typical layers include Presentation, Business and Data - The Same as the traditional 3-tier model. But when we’re talking about layers, we’re only talking about logical organization of code. In no way is it implied that these layers might run on different computers or in different processes on a single computer or even in a single process on a single computer. All we are doing is discussing a way of organizing a code into a set of layers defined by specific function.

Physical tiers however, are only about where the code runs. Specifically, tiers are places where layers are deployed and where layers run. In other words, tiers are the physical deployment of layers.

Link:

http://www.lhotka.net/WeBlog/PermaLink.aspx?guid=efa88d0a-2388-4909-bee1-c9bddb6e9868

http://codebetter.com/blogs/david.hayden/archive/2005/07/23/129745.aspx  

Questa precisazione è necessaria anche perché spesso, soprattutto in ambiente universitario, si sentono usare questi termini a casaccio.

0 comments:

Post a Comment