'NET Overview and Web Services Architecture - PowerPoint PPT Presentation

1 / 12
About This Presentation
Title:

'NET Overview and Web Services Architecture

Description:

The implementation of a business service that is accessible ... ADO. JDBC. 9/9/09. 11. Data Tier. SQL Server. Oracle. Flat File. XML File. 9/9/09. 12. Summary ... – PowerPoint PPT presentation

Number of Views:36
Avg rating:3.0/5.0
Slides: 13
Provided by: kahun
Category:

less

Transcript and Presenter's Notes

Title: 'NET Overview and Web Services Architecture


1
.NET Overview and Web Services Architecture
  • Matt Miller

2
Introduction
  • .NET and Web Services Architectures
  • What is the .NET vision. How can we build a
    system for this vision.

3
Vocabulary
  • Web Services
  • A model for building applications that can be
    accessed in a distributed environment
  • Web Service
  • The implementation of a business service that is
    accessible via SOAP or some other standard
  • Layer and Tier
  • Level of abstraction that separates functionality

4
.NET Vision
  • Distributed Computing

5
N-Tier Architecture
6
Presentation Tier
  • HTML Browser
  • Windows Form
  • WAP Phones

7
Presentation Logic Tier
  • lt_at_ Page Language"C" gt
  • lt_at_ Assembly Name"BookStoreServer" gt
  • lt_at_ Import Namespace"BookStoreServer" gt
  • lthtmlgt
  • ltheadgt
  • ltscript runat"server"gt
  • void logon(Object Source, EventArgs E)
  • BookStoreSystem system new BookStoreSystem()
  • if( system.logon(UserID.Value, Password.Value)
    )
  • this.Response.Write( Success )
  • lt/scriptgt
  • ltbodygt
  • ltform id"messageForm" runat"server"gt
  • ltinput id"UserID" runat"server" TYPE"text"gt
  • ltinput id"Password" runat"server"
    TYPE"text"gt
  • ltinput value"Ok" type"submit" runat"server"
    onserverclick"logon"gt

8
Proxy Tier
9
Business Logic Tier
  • Business rules
  • Manipulation of data
  • Request validation

10
Data Access Tier
  • ADO
  • JDBC

11
Data Tier
  • SQL Server
  • Oracle
  • Flat File
  • XML File

12
Summary
Write a Comment
User Comments (0)
About PowerShow.com