Difference between revisions of "EWT Class2 Apples to Apples"

esse quam videri
Jump to: navigation, search
(Apples to Apples)
(Presentation Layer)
Line 30: Line 30:
 
===Presentation Layer===
 
===Presentation Layer===
 
* [http://iam.colum.edu/EwTech/NETAjax/ Ajax.Net]
 
* [http://iam.colum.edu/EwTech/NETAjax/ Ajax.Net]
* HAML/SASS http://haml.hamptoncatlin.com/
+
* [http://haml.hamptoncatlin.com/ HAML/SASS]
  
 
*SilverLight
 
*SilverLight

Revision as of 00:11, 6 February 2008

Web Application Structure

Application Layers

  • Presentation:
This is the top most level of the application. The presentation tier displays information related to such services as browsing merchandise, purchasing, and shopping cart contents. It communicates with other tiers by outputting results to the browser/client tier and all other tiers in the network.

XHTML(1.1)(2), HTML(4.01)(5), WebForms, AJAX (ajax.net), Flash/Flex, SilverLight, Google API

  • Business Logic:
The logic tier is pulled out from the presentation tier and, as its own layer, it controls an application’s functionality by performing detailed processing.
Business Object Layer
Data Entities
Web services
Framework design
  • Data:
This tier consists of Database Servers. Here information is stored and retrieved. This tier keeps data neutral and independent from application servers or business logic. Giving data its own tier also improves scalability and performance.
SQL
XML

Apples to Apples

Presentation Layer

  • SilverLight
  • Flash/Flex

Scripting

Frameworks

  • .NET
  • Rails
  • Google API