Introduction to Cold Fusion MMIS 656 Web Design Technologies Acknowledgements: 1.Some material adapted from David Messerschmitt, Networked Applications:

Slides:



Advertisements
Similar presentations
Understanding Networked Applications: A First Course Chapter 5 by David G. Messerschmitt.
Advertisements

_______________________________________________________________________________________________________________ E-Commerce: Fundamentals and Applications1.
Figures – Chapter 18. Figure 18.1 Procedural interaction between a diner and a waiter.
1 The Database Application Development Process The Database Application Development Process.
SWE 316: Software Design and Architecture
Chapter 10 Site Architecture McGraw-Hill/Irwin Copyright © 2004 by The McGraw-Hill Companies, Inc. All rights reserved.
Technical Architectures
Oracle11g: PL/SQL Programming Chapter 1 Introduction to PL/SQL.
Database Application Application logic: presentation (input /output)
Understanding Networked Applications: A First Course Midterm one review by David G. Messerschmitt.
INTERNET DATABASE. Internet and E-commerce Internet – a worldwide collection of interconnected computer network Internet – a worldwide collection of interconnected.
Collaboration and Trading Online Communities of Interest B2B e-Commerce Web Portals Dependence on Internet- Based Trading Platforms e-Commerce Processes.
CSE 190: Internet E-Commerce
Client/Server Architecture
Introduction to Microsoft Office Web Apps with Jim Mollé Learn iT! Computer Software Training.
The Client/Server Database Environment
Client – Server Architecture A Basic Introduction Kathleen R. Murray, Ph.D. May 2002.
Client/Server Technology Two-Tier Architecture Three-Tier Architecture Josh Antonelli Jenn Lang Joe Schisselbauer Chad Williams.
Part IV Web Server Hardware and Software
PHASE 3: SYSTEMS DESIGN Chapter 8 System Architecture.
Chapter 4 Intranets and Extranets. 2 OBJECTIVES What is Intranet? Software Applications Architecture of software and Intranet Extranets.
Server System. Introduction A server system is a computer, or series of computers, that link other computers or electronic devices together. They often.
Understanding Networked Applications A First Course 1 CONTENTS  INTRODUCTION.  WHAT IS CLIENT SERVER ARCHITECTURE ?  WHY WE NEED CLIENT SERVER ARCHITECTURE.
Module 1: Introduction to Windows Clustering. Overview Defining Clustering Features Introducing Application Architecture Identifying Availability and.
IS 466 ADVANCED TOPICS IN INFORMATION SYSTEMS LECTURER : NOUF ALMUJALLY 3 – 10 – 2011 College Of Computer Science and Information, Information Systems.
ISM 50 - Business Information Systems Lecture 10 Instructor: John Musacchio UC Santa Cruz October 27, 2009.
object oriented design process.
Copyright © cs-tutorial.com. Introduction to Web Development In 1990 and 1991,Tim Berners-Lee created the World Wide Web at the European Laboratory for.
Internet Basics Dr. Norm Friesen June 22, Questions What is the Internet? What is the Web? How are they different? How do they work? How do they.
Lecture 5 Client-server Computing
Introduction to distributed systems Dr. S. Indran 23 January 2004.
ISM 50 - Business Information Systems Lecture 9 Instructor: John Musacchio UC Santa Cruz October 22, 2009.
Objectives PL/SQL And Application Programming Application Models
Simple Database.
9/5/2012ISC329 Isabelle Bichindaritz1 Web Database Environment.
OHT 11.1 © Marketing Insights Limited 2004 Chapter 9 Analysis and Design EC Security.
ISYS 350 Building Business Applications David Chao.
E-commerce What are the relationships among: – Client (i.e. you) – Server – Bank – Certification authority Other things to consider: – How to set up your.
Introduction  Client/Server technology is seen by many as the solution to the difficulty of linking together the various departments of corporation.
Unit – I CLIENT / SERVER ARCHITECTURE. Unit Structure  Evolution of Client/Server Architecture  Client/Server Model  Characteristics of Client/Server.
Client – Server Architecture. Client Server Architecture A network architecture in which each computer or process on the network is either a client or.
1 Welcome to CSC 301 Web Programming Charles Frank.
Intro – Part 2 Introduction to Database Management: Ch 1 & 2.
Mainframe (Host) - Communications - User Interface - Business Logic - DBMS - Operating System - Storage (DB Files) Terminal (Display/Keyboard) Terminal.
Structure of the Internet. Internet Structure LAN ISP Internet Backbone.
PL/SQLPL/SQL Oracle10g Developer: PL/SQL Programming Chapter 1 Introduction to PL/SQL.
Chapter Extension 11 E-Commerce © 2008 Pearson Prentice Hall, Experiencing MIS, David Kroenke.
Jim Janson. Agenda Evolution of software architectures 3-tier User interfaces Application servers Databases.
INTRODUCTION to MIS 12/24/20151 Introduction To MIS Component Overview.
Module 1: Overview of Microsoft Office SharePoint Server 2007.
Middleware IS 8030 – Integrated Computing Environments Dr. Hoganson Middleware What is middleware? A software interface glue that resides between the operating.
Chapter 9  Definition of terms  List advantages of client/server architecture  Explain three application components:
Oracle9i Developer: PL/SQL Programming Chapter 1 Introduction to PL/SQL.
Overview  Types of Web Applications There are three main types of web applications:  Customer-facing applications are known as ecommerce or  Employee-facing.
Client – Server Architecture A Basic Introduction 1.
1 Connecting to a Database Server. 2 We all have accounts, with a single database each, on a Microsoft SQL Server on the USF network: allman.forest.usf.edu.
E-commerce Foundations By Dr. Gabriel. Using 3-Tier/N-Tier Architecture The presentation tier The business tier The data tier.
The Internet Salihu Ibrahim Dasuki (PhD) CSC102 INTRODUCTION TO COMPUTER SCIENCE.
E-commerce Architecture Ayşe Başar Bener. Client Server Architecture E-commerce is based on client/ server architecture –Client processes requesting service.
Part One: Introduction  How to Log on  Which Browser to use  The URL for the site  The Home Page
Instructor: Ahmed Jafer
Oracle11g: PL/SQL Programming Chapter 1 Introduction to PL/SQL.
Tiers vs. Layers.
Copyright 1999, University of California by David G. Messerschmitt
File Operations Access Permissions.
ບົດທີ 6 ການຄຸ້ມຄອງຊັບພະຍາກອນຂໍ້ມູນ (Managing Data Resource)
Client/Server Architecture
Presentation transcript:

Introduction to Cold Fusion MMIS 656 Web Design Technologies Acknowledgements: 1.Some material adapted from David Messerschmitt, Networked Applications: A Guide to the New Computing 2.Notes from Dr. Nyshadham, NSU GSCIS

MMIS 656 / Introduction to Internet2 Two-tier client/server Local-area network Mainframe Micro/ server Tier 1 Tier 2 Function: Presentation Function: Application Logic

MMIS 656 / Introduction to Internet3 Two-tier System Client-Server model is based on the idea of separating functionality.  Presentation function (i.e., all the programs responsible for painting the screen, mouse, keyboard operations etc.) is placed on the client.  Application Logic function (i.e., all the programs which process data) are placed on a separate server. Common Logic is available to all clients on the server.

MMIS 656 / Introduction to Internet4 Three-Tier Model The next model is based on the following:  Presentation on client  Application Logic on the Server  Data on a separate tier

MMIS 656 / Introduction to Internet5 Presentation Application logic Shared data Local-area network Note: many clients per application server, several application servers per data server Three-tier Client/Server Model

MMIS 656 / Introduction to Internet6 Web server Customer logic Customers Merchandise Web browser Orders Acquirer bank Book distributors Databases Outside links Fulfillment logic Consumer e-commerce Inter-enterprise e-commerce Book merchant Back to Books4u.com

MMIS 656 / Introduction to Internet7 scisalliance.scis.nova.edu Web server Customer logic Customers Merchandise Web browser Orders Databases Consumer e-commerce Back to Books4u.com Cold Fusion (CMFL) (Application Server) Microsoft Access to create, CF and SQL to modify

MMIS 656 / Introduction to Internet8 Practical Exercises 1. Access accounts on CF server 2. Introduction to CF practical exercises 3. CF Basics practical exercises 4. Exercise 7

MMIS 656 / Introduction to Internet9 Next Class Setting up and modifying CF databases Forms Practical Exercises Technical Design of Web Site