Click to See Complete Forum and Search --> : Question on Presentation tier
Help! Could someone explain to me what is Presentation tier within the Web Development model? Does anyone know any good sites that explains this? I did a search here and all i could find is CSS is presentation tier. Any other info is appreciated.
Thanks.
TheBearMay
11-30-2006, 07:14 AM
There are others (and probably better ones), but these were handy:
http://www.microsoft.com/technet/prodtechnol/acs/reskit/acrkch1.mspx (search for Web Computing Model inside the document)
http://15seconds.com/issue/050721.htm
ray326
11-30-2006, 10:38 AM
Mapped against the Model-View-Controller pattern, the presentation tier is the View. In Web terms it's what happens on the browser vs the web/app server.