SlideShare a Scribd company logo
1 of 8
Application Architecture

      An Introduction
2-Tier Architecture



Database




           Clients made
           in IDE’s like
           Visual Basic
3-Tier Architecture
Web Based Model is essentially a
      3-tier architecture



 Browser




           Web Server
           (PHP / ASP)



                            Database
                         (MySQL, Oracle)
The latest Application Architecture
           paradigm is

                            XML / JSon
   Presentation Layer
                                                  Business Logic
           or                   or




                                            API
                                                      Layer
       Data Layer
                                                   (PHP / ASP)
   (HTML / JavaScript)   Custom Messaging
                              Format
Result
• Any web based application is written as two independent
  applications
   – HTML Pages (with Jscript code) which define how the User
     Interface will look like
   – PHP / ASP pages which send / receive and process data
• The HTML and PHP pages exchange information using
  XML / JSon or a custom developed messaging format
  (plain text)
• Each HTML page loads, it sends data request to a PHP
  page using Ajax and receives data and updates the
  information on the page
• The PHP pages act like an Application programming
  Interface (API) which receive requests from HTML pages
  and send back raw data to them.
What Google Says
Source: http://code.google.com/apis/gears/architecture.html
In most web applications today there is no real data layer.




Figure: No data layer

In general, isolating the data layer is a good first step.
When you add a local datastore to your application, you will have a single place through
which all data storage and retrieval requests pass.
The Next Stage
(for offline availability)

More Related Content

What's hot

Oracle Forms Introduction
Oracle Forms IntroductionOracle Forms Introduction
Oracle Forms IntroductionSekhar Byna
 
Microsoft Portals Deep Dive - Andrew Ly & Lachlan Wright
Microsoft Portals Deep Dive - Andrew Ly & Lachlan WrightMicrosoft Portals Deep Dive - Andrew Ly & Lachlan Wright
Microsoft Portals Deep Dive - Andrew Ly & Lachlan WrightAndrew Ly
 
Middleware Services for Search, Online Ads and Recommender
Middleware Services for Search, Online Ads and RecommenderMiddleware Services for Search, Online Ads and Recommender
Middleware Services for Search, Online Ads and RecommenderYen-Yu Chen
 
]project-open[ Reporting & Indicators Options
]project-open[ Reporting & Indicators Options]project-open[ Reporting & Indicators Options
]project-open[ Reporting & Indicators OptionsKlaus Hofeditz
 
WCF (Windows Communication Foundation_Unit_01)
WCF (Windows Communication Foundation_Unit_01)WCF (Windows Communication Foundation_Unit_01)
WCF (Windows Communication Foundation_Unit_01)Prashanth Shivakumar
 
SAP BusinessObjects Web Intelligence Report
SAP BusinessObjects Web Intelligence ReportSAP BusinessObjects Web Intelligence Report
SAP BusinessObjects Web Intelligence ReportBigClasses Com
 
Web apps architecture
Web apps architectureWeb apps architecture
Web apps architectureTanmoy Barman
 
Client Object Model - SharePoint Extreme 2012
Client Object Model - SharePoint Extreme 2012Client Object Model - SharePoint Extreme 2012
Client Object Model - SharePoint Extreme 2012daniel plocker
 
Olga Pogrebna Net Portfolio
Olga Pogrebna   Net PortfolioOlga Pogrebna   Net Portfolio
Olga Pogrebna Net Portfolioolga.pogrebna
 
Eclipse For Document Processing
Eclipse For Document ProcessingEclipse For Document Processing
Eclipse For Document Processingjacquin
 
Bi publisher starter guide to develop first report
Bi publisher starter guide to develop first reportBi publisher starter guide to develop first report
Bi publisher starter guide to develop first reportketulp
 
Graviton BI Publisher Presentation
Graviton BI Publisher PresentationGraviton BI Publisher Presentation
Graviton BI Publisher Presentationgravitonconsulting
 
DNN Connect 2014 - Enterprise Ecommerce and DotNetNuke
DNN Connect 2014 - Enterprise Ecommerce and DotNetNukeDNN Connect 2014 - Enterprise Ecommerce and DotNetNuke
DNN Connect 2014 - Enterprise Ecommerce and DotNetNukeThomas Stensitzki
 
Pattern oriented architecture for web based architecture
Pattern oriented architecture for web based architecturePattern oriented architecture for web based architecture
Pattern oriented architecture for web based architectureshuchi tripathi
 
Discoverer to obiee migration
Discoverer to obiee migrationDiscoverer to obiee migration
Discoverer to obiee migrationSharad Katwa
 

What's hot (20)

Oracle Forms Introduction
Oracle Forms IntroductionOracle Forms Introduction
Oracle Forms Introduction
 
Microsoft Portals Deep Dive - Andrew Ly & Lachlan Wright
Microsoft Portals Deep Dive - Andrew Ly & Lachlan WrightMicrosoft Portals Deep Dive - Andrew Ly & Lachlan Wright
Microsoft Portals Deep Dive - Andrew Ly & Lachlan Wright
 
Middleware Services for Search, Online Ads and Recommender
Middleware Services for Search, Online Ads and RecommenderMiddleware Services for Search, Online Ads and Recommender
Middleware Services for Search, Online Ads and Recommender
 
]project-open[ Reporting & Indicators Options
]project-open[ Reporting & Indicators Options]project-open[ Reporting & Indicators Options
]project-open[ Reporting & Indicators Options
 
WCF (Windows Communication Foundation_Unit_01)
WCF (Windows Communication Foundation_Unit_01)WCF (Windows Communication Foundation_Unit_01)
WCF (Windows Communication Foundation_Unit_01)
 
SAP BusinessObjects Web Intelligence Report
SAP BusinessObjects Web Intelligence ReportSAP BusinessObjects Web Intelligence Report
SAP BusinessObjects Web Intelligence Report
 
Cv maarten dierckxsens_en
Cv maarten dierckxsens_enCv maarten dierckxsens_en
Cv maarten dierckxsens_en
 
Web apps architecture
Web apps architectureWeb apps architecture
Web apps architecture
 
forms builder
forms builderforms builder
forms builder
 
Oracle Apex_24Apr2015_v2
Oracle Apex_24Apr2015_v2Oracle Apex_24Apr2015_v2
Oracle Apex_24Apr2015_v2
 
Sp tech con-bi2011
Sp tech con-bi2011Sp tech con-bi2011
Sp tech con-bi2011
 
Client Object Model - SharePoint Extreme 2012
Client Object Model - SharePoint Extreme 2012Client Object Model - SharePoint Extreme 2012
Client Object Model - SharePoint Extreme 2012
 
Olga Pogrebna Net Portfolio
Olga Pogrebna   Net PortfolioOlga Pogrebna   Net Portfolio
Olga Pogrebna Net Portfolio
 
Eclipse For Document Processing
Eclipse For Document ProcessingEclipse For Document Processing
Eclipse For Document Processing
 
Bi publisher starter guide to develop first report
Bi publisher starter guide to develop first reportBi publisher starter guide to develop first report
Bi publisher starter guide to develop first report
 
Graviton BI Publisher Presentation
Graviton BI Publisher PresentationGraviton BI Publisher Presentation
Graviton BI Publisher Presentation
 
DNN Connect 2014 - Enterprise Ecommerce and DotNetNuke
DNN Connect 2014 - Enterprise Ecommerce and DotNetNukeDNN Connect 2014 - Enterprise Ecommerce and DotNetNuke
DNN Connect 2014 - Enterprise Ecommerce and DotNetNuke
 
Jab 2011
Jab 2011Jab 2011
Jab 2011
 
Pattern oriented architecture for web based architecture
Pattern oriented architecture for web based architecturePattern oriented architecture for web based architecture
Pattern oriented architecture for web based architecture
 
Discoverer to obiee migration
Discoverer to obiee migrationDiscoverer to obiee migration
Discoverer to obiee migration
 

Viewers also liked

Kevin' s Pres
Kevin' s PresKevin' s Pres
Kevin' s Preszenofec
 
Online Databases
Online DatabasesOnline Databases
Online Databasesbookminder
 
NITIE Ideas for student startups
NITIE Ideas for student startupsNITIE Ideas for student startups
NITIE Ideas for student startupsNikhil Kulkarni
 
Aircel's CSR in Mumbai rains
Aircel's CSR in Mumbai rainsAircel's CSR in Mumbai rains
Aircel's CSR in Mumbai rainsNikhil Kulkarni
 
Why is Digital important for traditional industries
Why is Digital important for traditional industriesWhy is Digital important for traditional industries
Why is Digital important for traditional industriesNikhil Kulkarni
 

Viewers also liked (6)

Kevin' s Pres
Kevin' s PresKevin' s Pres
Kevin' s Pres
 
Online Databases
Online DatabasesOnline Databases
Online Databases
 
Winxp
WinxpWinxp
Winxp
 
NITIE Ideas for student startups
NITIE Ideas for student startupsNITIE Ideas for student startups
NITIE Ideas for student startups
 
Aircel's CSR in Mumbai rains
Aircel's CSR in Mumbai rainsAircel's CSR in Mumbai rains
Aircel's CSR in Mumbai rains
 
Why is Digital important for traditional industries
Why is Digital important for traditional industriesWhy is Digital important for traditional industries
Why is Digital important for traditional industries
 

Similar to Application Architechture

HTTP and Website Architecture and Middleware
HTTP and Website Architecture and MiddlewareHTTP and Website Architecture and Middleware
HTTP and Website Architecture and MiddlewareAbdul Jalil Tamjid
 
The Story of How an Oracle Classic Stronghold successfully embraced SOA (ODTU...
The Story of How an Oracle Classic Stronghold successfully embraced SOA (ODTU...The Story of How an Oracle Classic Stronghold successfully embraced SOA (ODTU...
The Story of How an Oracle Classic Stronghold successfully embraced SOA (ODTU...Lucas Jellema
 
Flex and PHP For the Flash Folks
Flex and PHP For the Flash FolksFlex and PHP For the Flash Folks
Flex and PHP For the Flash Folks10n Software, LLC
 
R12 d49656 gc10-apps dba 04
R12 d49656 gc10-apps dba 04R12 d49656 gc10-apps dba 04
R12 d49656 gc10-apps dba 04zeesniper
 
Web Applications - Behind the Scenes + Open Source Examples
Web Applications - Behind the Scenes + Open Source ExamplesWeb Applications - Behind the Scenes + Open Source Examples
Web Applications - Behind the Scenes + Open Source ExamplesRichard Peter Ong
 
Alfresco As SharePoint Alternative - Architecture Overview
Alfresco As SharePoint Alternative - Architecture OverviewAlfresco As SharePoint Alternative - Architecture Overview
Alfresco As SharePoint Alternative - Architecture OverviewAlfresco Software
 
9781423903055 ppt ch08
9781423903055 ppt ch089781423903055 ppt ch08
9781423903055 ppt ch08临枫 盖
 
DevNext - Web Programming Concepts Using Asp Net
DevNext - Web Programming Concepts Using Asp NetDevNext - Web Programming Concepts Using Asp Net
DevNext - Web Programming Concepts Using Asp NetAdil Mughal
 
Dh2 Apps Training Part2
Dh2   Apps Training Part2Dh2   Apps Training Part2
Dh2 Apps Training Part2jamram82
 
Web Server-Side Programming Techniques
Web Server-Side Programming TechniquesWeb Server-Side Programming Techniques
Web Server-Side Programming Techniquesguest8899ec02
 
Web forms and server side scripting
Web forms and server side scriptingWeb forms and server side scripting
Web forms and server side scriptingsawsan slii
 
Asp Net (FT Preasen Revankar)
Asp Net   (FT  Preasen Revankar)Asp Net   (FT  Preasen Revankar)
Asp Net (FT Preasen Revankar)Fafadia Tech
 

Similar to Application Architechture (20)

HTTP and Website Architecture and Middleware
HTTP and Website Architecture and MiddlewareHTTP and Website Architecture and Middleware
HTTP and Website Architecture and Middleware
 
Web application architecture
Web application architectureWeb application architecture
Web application architecture
 
The Story of How an Oracle Classic Stronghold successfully embraced SOA (ODTU...
The Story of How an Oracle Classic Stronghold successfully embraced SOA (ODTU...The Story of How an Oracle Classic Stronghold successfully embraced SOA (ODTU...
The Story of How an Oracle Classic Stronghold successfully embraced SOA (ODTU...
 
Adobe Flex Framework
Adobe Flex FrameworkAdobe Flex Framework
Adobe Flex Framework
 
Aspnet
AspnetAspnet
Aspnet
 
Asp.net basic
Asp.net basicAsp.net basic
Asp.net basic
 
Asp.net.
Asp.net.Asp.net.
Asp.net.
 
Flex Rails Pres
Flex Rails PresFlex Rails Pres
Flex Rails Pres
 
Flex and PHP For the Flash Folks
Flex and PHP For the Flash FolksFlex and PHP For the Flash Folks
Flex and PHP For the Flash Folks
 
R12 d49656 gc10-apps dba 04
R12 d49656 gc10-apps dba 04R12 d49656 gc10-apps dba 04
R12 d49656 gc10-apps dba 04
 
Web Applications - Behind the Scenes + Open Source Examples
Web Applications - Behind the Scenes + Open Source ExamplesWeb Applications - Behind the Scenes + Open Source Examples
Web Applications - Behind the Scenes + Open Source Examples
 
Alfresco As SharePoint Alternative - Architecture Overview
Alfresco As SharePoint Alternative - Architecture OverviewAlfresco As SharePoint Alternative - Architecture Overview
Alfresco As SharePoint Alternative - Architecture Overview
 
9781423903055 ppt ch08
9781423903055 ppt ch089781423903055 ppt ch08
9781423903055 ppt ch08
 
DevNext - Web Programming Concepts Using Asp Net
DevNext - Web Programming Concepts Using Asp NetDevNext - Web Programming Concepts Using Asp Net
DevNext - Web Programming Concepts Using Asp Net
 
Dh2 Apps Training Part2
Dh2   Apps Training Part2Dh2   Apps Training Part2
Dh2 Apps Training Part2
 
C# Unit5 Notes
C# Unit5 NotesC# Unit5 Notes
C# Unit5 Notes
 
Web Server-Side Programming Techniques
Web Server-Side Programming TechniquesWeb Server-Side Programming Techniques
Web Server-Side Programming Techniques
 
Intro To Asp
Intro To AspIntro To Asp
Intro To Asp
 
Web forms and server side scripting
Web forms and server side scriptingWeb forms and server side scripting
Web forms and server side scripting
 
Asp Net (FT Preasen Revankar)
Asp Net   (FT  Preasen Revankar)Asp Net   (FT  Preasen Revankar)
Asp Net (FT Preasen Revankar)
 

More from Nikhil Kulkarni

About Darwin Travel Tech
About Darwin Travel TechAbout Darwin Travel Tech
About Darwin Travel TechNikhil Kulkarni
 
SMAC - The paradigm shift : Creating future of the Enterprise
SMAC - The paradigm shift : Creating future of the EnterpriseSMAC - The paradigm shift : Creating future of the Enterprise
SMAC - The paradigm shift : Creating future of the EnterpriseNikhil Kulkarni
 
How to reach tcs, vikhroli from eastern express highway
How to reach tcs, vikhroli from eastern express highwayHow to reach tcs, vikhroli from eastern express highway
How to reach tcs, vikhroli from eastern express highwayNikhil Kulkarni
 
Express Way To Viman Nagar
Express Way To Viman NagarExpress Way To Viman Nagar
Express Way To Viman NagarNikhil Kulkarni
 
Mumbai Shirdi Shani Shingnapur
Mumbai Shirdi Shani ShingnapurMumbai Shirdi Shani Shingnapur
Mumbai Shirdi Shani ShingnapurNikhil Kulkarni
 
A Short Tale Of The Long Tail
A Short Tale Of The Long TailA Short Tale Of The Long Tail
A Short Tale Of The Long TailNikhil Kulkarni
 
Unexplored Possibilities Of Tagging
Unexplored Possibilities Of TaggingUnexplored Possibilities Of Tagging
Unexplored Possibilities Of TaggingNikhil Kulkarni
 
How to provide screen space to multiple Sponsors
How to provide screen space to multiple SponsorsHow to provide screen space to multiple Sponsors
How to provide screen space to multiple SponsorsNikhil Kulkarni
 

More from Nikhil Kulkarni (17)

About Darwin Travel Tech
About Darwin Travel TechAbout Darwin Travel Tech
About Darwin Travel Tech
 
SMAC - The paradigm shift : Creating future of the Enterprise
SMAC - The paradigm shift : Creating future of the EnterpriseSMAC - The paradigm shift : Creating future of the Enterprise
SMAC - The paradigm shift : Creating future of the Enterprise
 
Business model design
Business model designBusiness model design
Business model design
 
How to reach tcs, vikhroli from eastern express highway
How to reach tcs, vikhroli from eastern express highwayHow to reach tcs, vikhroli from eastern express highway
How to reach tcs, vikhroli from eastern express highway
 
Blog views
Blog viewsBlog views
Blog views
 
How To Design A Website
How To Design A WebsiteHow To Design A Website
How To Design A Website
 
Wedding Venue
Wedding VenueWedding Venue
Wedding Venue
 
Reception Venue
Reception VenueReception Venue
Reception Venue
 
The Indo-Lanka Link
The Indo-Lanka LinkThe Indo-Lanka Link
The Indo-Lanka Link
 
Express Way To Viman Nagar
Express Way To Viman NagarExpress Way To Viman Nagar
Express Way To Viman Nagar
 
Mumbai Shirdi Shani Shingnapur
Mumbai Shirdi Shani ShingnapurMumbai Shirdi Shani Shingnapur
Mumbai Shirdi Shani Shingnapur
 
Mumbai Malshej
Mumbai MalshejMumbai Malshej
Mumbai Malshej
 
Quotes
QuotesQuotes
Quotes
 
A Short Tale Of The Long Tail
A Short Tale Of The Long TailA Short Tale Of The Long Tail
A Short Tale Of The Long Tail
 
Unexplored Possibilities Of Tagging
Unexplored Possibilities Of TaggingUnexplored Possibilities Of Tagging
Unexplored Possibilities Of Tagging
 
How to provide screen space to multiple Sponsors
How to provide screen space to multiple SponsorsHow to provide screen space to multiple Sponsors
How to provide screen space to multiple Sponsors
 
Blogging 2.0
Blogging 2.0Blogging 2.0
Blogging 2.0
 

Recently uploaded

Marketplace and Quality Assurance Presentation - Vincent Chirchir
Marketplace and Quality Assurance Presentation - Vincent ChirchirMarketplace and Quality Assurance Presentation - Vincent Chirchir
Marketplace and Quality Assurance Presentation - Vincent Chirchirictsugar
 
Investment in The Coconut Industry by Nancy Cheruiyot
Investment in The Coconut Industry by Nancy CheruiyotInvestment in The Coconut Industry by Nancy Cheruiyot
Investment in The Coconut Industry by Nancy Cheruiyotictsugar
 
PSCC - Capability Statement Presentation
PSCC - Capability Statement PresentationPSCC - Capability Statement Presentation
PSCC - Capability Statement PresentationAnamaria Contreras
 
Pitch Deck Teardown: Geodesic.Life's $500k Pre-seed deck
Pitch Deck Teardown: Geodesic.Life's $500k Pre-seed deckPitch Deck Teardown: Geodesic.Life's $500k Pre-seed deck
Pitch Deck Teardown: Geodesic.Life's $500k Pre-seed deckHajeJanKamps
 
8447779800, Low rate Call girls in Saket Delhi NCR
8447779800, Low rate Call girls in Saket Delhi NCR8447779800, Low rate Call girls in Saket Delhi NCR
8447779800, Low rate Call girls in Saket Delhi NCRashishs7044
 
International Business Environments and Operations 16th Global Edition test b...
International Business Environments and Operations 16th Global Edition test b...International Business Environments and Operations 16th Global Edition test b...
International Business Environments and Operations 16th Global Edition test b...ssuserf63bd7
 
APRIL2024_UKRAINE_xml_0000000000000 .pdf
APRIL2024_UKRAINE_xml_0000000000000 .pdfAPRIL2024_UKRAINE_xml_0000000000000 .pdf
APRIL2024_UKRAINE_xml_0000000000000 .pdfRbc Rbcua
 
TriStar Gold Corporate Presentation - April 2024
TriStar Gold Corporate Presentation - April 2024TriStar Gold Corporate Presentation - April 2024
TriStar Gold Corporate Presentation - April 2024Adnet Communications
 
Unlocking the Future: Explore Web 3.0 Workshop to Start Earning Today!
Unlocking the Future: Explore Web 3.0 Workshop to Start Earning Today!Unlocking the Future: Explore Web 3.0 Workshop to Start Earning Today!
Unlocking the Future: Explore Web 3.0 Workshop to Start Earning Today!Doge Mining Website
 
8447779800, Low rate Call girls in Uttam Nagar Delhi NCR
8447779800, Low rate Call girls in Uttam Nagar Delhi NCR8447779800, Low rate Call girls in Uttam Nagar Delhi NCR
8447779800, Low rate Call girls in Uttam Nagar Delhi NCRashishs7044
 
Guide Complete Set of Residential Architectural Drawings PDF
Guide Complete Set of Residential Architectural Drawings PDFGuide Complete Set of Residential Architectural Drawings PDF
Guide Complete Set of Residential Architectural Drawings PDFChandresh Chudasama
 
Memorándum de Entendimiento (MoU) entre Codelco y SQM
Memorándum de Entendimiento (MoU) entre Codelco y SQMMemorándum de Entendimiento (MoU) entre Codelco y SQM
Memorándum de Entendimiento (MoU) entre Codelco y SQMVoces Mineras
 
8447779800, Low rate Call girls in Rohini Delhi NCR
8447779800, Low rate Call girls in Rohini Delhi NCR8447779800, Low rate Call girls in Rohini Delhi NCR
8447779800, Low rate Call girls in Rohini Delhi NCRashishs7044
 
Organizational Structure Running A Successful Business
Organizational Structure Running A Successful BusinessOrganizational Structure Running A Successful Business
Organizational Structure Running A Successful BusinessSeta Wicaksana
 
Cyber Security Training in Office Environment
Cyber Security Training in Office EnvironmentCyber Security Training in Office Environment
Cyber Security Training in Office Environmentelijahj01012
 
8447779800, Low rate Call girls in Kotla Mubarakpur Delhi NCR
8447779800, Low rate Call girls in Kotla Mubarakpur Delhi NCR8447779800, Low rate Call girls in Kotla Mubarakpur Delhi NCR
8447779800, Low rate Call girls in Kotla Mubarakpur Delhi NCRashishs7044
 
Innovation Conference 5th March 2024.pdf
Innovation Conference 5th March 2024.pdfInnovation Conference 5th March 2024.pdf
Innovation Conference 5th March 2024.pdfrichard876048
 
8447779800, Low rate Call girls in Tughlakabad Delhi NCR
8447779800, Low rate Call girls in Tughlakabad Delhi NCR8447779800, Low rate Call girls in Tughlakabad Delhi NCR
8447779800, Low rate Call girls in Tughlakabad Delhi NCRashishs7044
 
Youth Involvement in an Innovative Coconut Value Chain by Mwalimu Menza
Youth Involvement in an Innovative Coconut Value Chain by Mwalimu MenzaYouth Involvement in an Innovative Coconut Value Chain by Mwalimu Menza
Youth Involvement in an Innovative Coconut Value Chain by Mwalimu Menzaictsugar
 

Recently uploaded (20)

Marketplace and Quality Assurance Presentation - Vincent Chirchir
Marketplace and Quality Assurance Presentation - Vincent ChirchirMarketplace and Quality Assurance Presentation - Vincent Chirchir
Marketplace and Quality Assurance Presentation - Vincent Chirchir
 
Investment in The Coconut Industry by Nancy Cheruiyot
Investment in The Coconut Industry by Nancy CheruiyotInvestment in The Coconut Industry by Nancy Cheruiyot
Investment in The Coconut Industry by Nancy Cheruiyot
 
PSCC - Capability Statement Presentation
PSCC - Capability Statement PresentationPSCC - Capability Statement Presentation
PSCC - Capability Statement Presentation
 
Pitch Deck Teardown: Geodesic.Life's $500k Pre-seed deck
Pitch Deck Teardown: Geodesic.Life's $500k Pre-seed deckPitch Deck Teardown: Geodesic.Life's $500k Pre-seed deck
Pitch Deck Teardown: Geodesic.Life's $500k Pre-seed deck
 
8447779800, Low rate Call girls in Saket Delhi NCR
8447779800, Low rate Call girls in Saket Delhi NCR8447779800, Low rate Call girls in Saket Delhi NCR
8447779800, Low rate Call girls in Saket Delhi NCR
 
International Business Environments and Operations 16th Global Edition test b...
International Business Environments and Operations 16th Global Edition test b...International Business Environments and Operations 16th Global Edition test b...
International Business Environments and Operations 16th Global Edition test b...
 
APRIL2024_UKRAINE_xml_0000000000000 .pdf
APRIL2024_UKRAINE_xml_0000000000000 .pdfAPRIL2024_UKRAINE_xml_0000000000000 .pdf
APRIL2024_UKRAINE_xml_0000000000000 .pdf
 
TriStar Gold Corporate Presentation - April 2024
TriStar Gold Corporate Presentation - April 2024TriStar Gold Corporate Presentation - April 2024
TriStar Gold Corporate Presentation - April 2024
 
Japan IT Week 2024 Brochure by 47Billion (English)
Japan IT Week 2024 Brochure by 47Billion (English)Japan IT Week 2024 Brochure by 47Billion (English)
Japan IT Week 2024 Brochure by 47Billion (English)
 
Unlocking the Future: Explore Web 3.0 Workshop to Start Earning Today!
Unlocking the Future: Explore Web 3.0 Workshop to Start Earning Today!Unlocking the Future: Explore Web 3.0 Workshop to Start Earning Today!
Unlocking the Future: Explore Web 3.0 Workshop to Start Earning Today!
 
8447779800, Low rate Call girls in Uttam Nagar Delhi NCR
8447779800, Low rate Call girls in Uttam Nagar Delhi NCR8447779800, Low rate Call girls in Uttam Nagar Delhi NCR
8447779800, Low rate Call girls in Uttam Nagar Delhi NCR
 
Guide Complete Set of Residential Architectural Drawings PDF
Guide Complete Set of Residential Architectural Drawings PDFGuide Complete Set of Residential Architectural Drawings PDF
Guide Complete Set of Residential Architectural Drawings PDF
 
Memorándum de Entendimiento (MoU) entre Codelco y SQM
Memorándum de Entendimiento (MoU) entre Codelco y SQMMemorándum de Entendimiento (MoU) entre Codelco y SQM
Memorándum de Entendimiento (MoU) entre Codelco y SQM
 
8447779800, Low rate Call girls in Rohini Delhi NCR
8447779800, Low rate Call girls in Rohini Delhi NCR8447779800, Low rate Call girls in Rohini Delhi NCR
8447779800, Low rate Call girls in Rohini Delhi NCR
 
Organizational Structure Running A Successful Business
Organizational Structure Running A Successful BusinessOrganizational Structure Running A Successful Business
Organizational Structure Running A Successful Business
 
Cyber Security Training in Office Environment
Cyber Security Training in Office EnvironmentCyber Security Training in Office Environment
Cyber Security Training in Office Environment
 
8447779800, Low rate Call girls in Kotla Mubarakpur Delhi NCR
8447779800, Low rate Call girls in Kotla Mubarakpur Delhi NCR8447779800, Low rate Call girls in Kotla Mubarakpur Delhi NCR
8447779800, Low rate Call girls in Kotla Mubarakpur Delhi NCR
 
Innovation Conference 5th March 2024.pdf
Innovation Conference 5th March 2024.pdfInnovation Conference 5th March 2024.pdf
Innovation Conference 5th March 2024.pdf
 
8447779800, Low rate Call girls in Tughlakabad Delhi NCR
8447779800, Low rate Call girls in Tughlakabad Delhi NCR8447779800, Low rate Call girls in Tughlakabad Delhi NCR
8447779800, Low rate Call girls in Tughlakabad Delhi NCR
 
Youth Involvement in an Innovative Coconut Value Chain by Mwalimu Menza
Youth Involvement in an Innovative Coconut Value Chain by Mwalimu MenzaYouth Involvement in an Innovative Coconut Value Chain by Mwalimu Menza
Youth Involvement in an Innovative Coconut Value Chain by Mwalimu Menza
 

Application Architechture

  • 1. Application Architecture An Introduction
  • 2. 2-Tier Architecture Database Clients made in IDE’s like Visual Basic
  • 4. Web Based Model is essentially a 3-tier architecture Browser Web Server (PHP / ASP) Database (MySQL, Oracle)
  • 5. The latest Application Architecture paradigm is XML / JSon Presentation Layer Business Logic or or API Layer Data Layer (PHP / ASP) (HTML / JavaScript) Custom Messaging Format
  • 6. Result • Any web based application is written as two independent applications – HTML Pages (with Jscript code) which define how the User Interface will look like – PHP / ASP pages which send / receive and process data • The HTML and PHP pages exchange information using XML / JSon or a custom developed messaging format (plain text) • Each HTML page loads, it sends data request to a PHP page using Ajax and receives data and updates the information on the page • The PHP pages act like an Application programming Interface (API) which receive requests from HTML pages and send back raw data to them.
  • 7. What Google Says Source: http://code.google.com/apis/gears/architecture.html In most web applications today there is no real data layer. Figure: No data layer In general, isolating the data layer is a good first step. When you add a local datastore to your application, you will have a single place through which all data storage and retrieval requests pass.
  • 8. The Next Stage (for offline availability)