1 / 5

Simple Bespoke Application Architecture Overview

A summary of an SQL-based application with two main parts - Database and Application Server. The application has minimal interaction with other infrastructure, featuring a main page, secondary pages, search function, and report. Key components include MSSQL database server, main and reference tables, and various lookup functionalities. While the design is simple and tailored to specific needs, it requires regular maintenance to prevent obsolescence.

reba
Télécharger la présentation

Simple Bespoke Application Architecture Overview

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Concept Summary Adam Murphy - SQLDOT

  2. Two main parts – DB and App ServerNo interaction with other infrastructure • IIS Web App • App Server • 1 main page • 4 Secondary Pages • 1 Search Function • 1 Report • DB Server • MSSQL DB • Main tables • Secondary ref tables • 1 View

  3. App Server Main Page IIS Application DBA Srv Mgt Ntw Business Report1

  4. DB Server MS SQL DB Tables DBA Lookup Lookup Business Link Lookup Srv Mgt Lookup Lookup Lookup Ntw Lookup Lookup

  5. Good points: Simple build Design Bespoke application Bad points: Has to be maintained Can get out of date quickly

More Related