• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Layer vs Tier - JAA book

 
Greenhorn
Posts: 6
Mac Eclipse IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Kirk, I wish to know your opinion -and everybody's too.

I used to talk about the "Presentation Layer", the "Business Layer" and so on. Later, while attending one Oracle's course (no ad intended) I learn some people prefer to say "Tier" instead of "Layer" when refering to the physical distribution of the components from a computing system.

Since it seems you don't use "Tier" but "Physical Layers", I am curious if you think the difference is not useful, or should we -as an industry- to create a common vocabulary.

If I got it all wrong, please forgive me.
 
Bartender
Posts: 3225
34
IntelliJ IDE Oracle Spring Chrome Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
As per my understanding Tiers would refer to distributing the layers into different physical machines, where as layers would be on the same machine.
 
author
Posts: 41
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I'm with Mohamed on this one. Tiers are where your code runs. Layers are how your code is structured. I talk about layers in the book. For instance, if you apply the physical layers patterns, you have the flexibility to run different layers across different tiers. And you gain this benefit because of modularity. It gives you greater flexibility.

Visit the book's website at modularity.kirkk.com where you can review all 18 patterns and download an excerpt of the book. There is also a mobile web application available that you can take with you wherever you go.

--kirk
Twitter: @pragkirk
 
You didn't tell me he was so big. Unlike this tiny ad:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic