© 2003 by Carnegie Mellon University Version 1.0 page 1 SoftwareEngineeringInstitute Access-Related -Ilities Common User Interface: consistent page designs.

Slides:



Advertisements
Similar presentations
Software Engineering Institute Carnegie Mellon University Pittsburgh, PA Sponsored by the U.S. Department of Defense © 1998 by Carnegie Mellon.
Advertisements

Netscape Application Server Application Server for Business-Critical Applications Presented By : Khalid Ahmed DS Fall 98.
1 Pertemuan 13 Servers for E-Business Matakuliah: M0284/Teknologi & Infrastruktur E-Business Tahun: 2005 Versi: >
Web Servers How do our requests for resources on the Internet get handled? Can they be located anywhere? Global?
Interpret Application Specifications
1 Metric Scheme u Transmittal –basic scheme: collect all necessary metrics from tools send metrics to the database –implementation options: send all metrics.
JMS Java Message Service Instructor Professor: Charles Tappert By Student: Amr Fouda.
14 1 Chapter 14 Database Connectivity and Web Development Database Systems: Design, Implementation, and Management, Seventh Edition, Rob and Coronel.
Enterprise Programming By J Pearce. Enterprise Software Sales HR Inventory Customer Support Shipping.
Chapter 1 An Overview of Database Management. 1-2 Topics in this Chapter What is a Database System? What is a Database? Why Database? Data Independence.
Distributed Systems: Client/Server Computing
Chapter 4 Database Management Systems. Chapter 4Slide 2 What is a Database Management System (DBMS)?  Database An organized collection of related data.
July Interface Monthly Meeting Sunflower Project Statewide Management and Reporting Tool Update July 14, 2009.
Source: George Colouris, Jean Dollimore, Tim Kinderberg & Gordon Blair (2012). Distributed Systems: Concepts & Design (5 th Ed.). Essex: Addison-Wesley.
Printing Terminology. Requirements for Network Printing At least one computer to operate as the print server Sufficient RAM to process documents Sufficient.
Electronic Customer Portal System. Reducing Risks – Increasing Efficiency – Lowering Costs Secure Internet based Communication Gateway direct to your.
INFO 355Week #61 Systems Analysis II Essentials of design INFO 355 Glenn Booker.
Hosted by SAP Future Directions: 2003 and Beyond Joshua Greenbaum, Principal Enterprise Applications Consulting
For more notes and topics visit:
Software Engineering Aspects of Web Based Development Cathy Huttenhoff Software Engineer Senior Seminar Fall 2009.
Web Services Mohamed Fahmy Dr. Sherif Aly Hussein.
Cognos TM1 Satya Mobile:
Distributed Software Development VLab project plan.
Case Studies on Design Patterns Design Refinements Examples.
Virtual Ice Charting System Archive Browser Interface Distribution IngestProduction Ice Analyst Application Database Click on the boxes for more information.
20-753: Fundamentals of Web Programming Copyright © 1999, Carnegie Mellon. All Rights Reserved. 1 Lecture 7: HTTP and CGI Fundamentals of Web Programming.
DEV-5: Introduction to WebSpeed ® Stephen Ferguson Sr. Training Program Manager.
Csi315csi315 Client/Server Models. Client/Server Environment LAN or WAN Server Data Berson, Fig 1.4, p.8 clients network.
CYBORG Domain Independent Distributed Database Retrieval System Alok Khemka Kapil Assudani Kedar Fondekar Rahul Nabar.
Introduction to the Adapter Server Rob Mace June, 2008.
Inventory Management System for Department of Computer Science Group Number
Is Your Business Ready For The Ultimate Business ERP Solution.
INFORMATION MANAGEMENT Unit 2 SO 4 Explain the advantages of using a database approach compared to using traditional file processing; Advantages including.
Sea Ice Mapping Systems Archive Browser Interface Distribution IngestProduction Ice Analyst Application Database Henrik Steen AndersonDMI Paul SeymourNIC.
Delivering Fixed Content to Oracle Portal Doug Daniels & Ken Barrette Quest Software.
1 Web Servers (Chapter 21 – Pages( ) Outline 21.1 Introduction 21.2 HTTP Request Types 21.3 System Architecture.
NovaBACKUP xSP Technical Training By: Nathan Fouarge
14 1 Chapter 14 Web Database Development Database Systems: Design, Implementation, and Management, Sixth Edition, Rob and Coronel.
JSP Server Integrated with Oracle8i Project2, CMSC691X Summer02 Ching-li Peng Ying Zhang.
INTRODUCTION to MIS 12/24/20151 Introduction To MIS Component Overview.
Module: Software Engineering of Web Applications Chapter 2: Technologies 1.
© FPT SOFTWARE – TRAINING MATERIAL – Internal use 04e-BM/NS/HDCV/FSOFT v2/3 JSP Application Models.
Enterprise Network Systems Client/ Server Mark Clements.
Computer Architecture CIS 222 Computer Architecture CIS 222.
CSE300 EAIusing EJB & XML CSE Enterprise Application Integration Using EJB and XML by Prithwis Sett Mumtaz Lohawala Nayana Paranjape.
Click here to begin HOW TO FIND RESEARCH THESIS HOW TO FIND RESEARCH THESIS.
Web programming Part 1: environment 由 NordriDesign 提供
HOW TO FIND RESEARCH PROJECT PAPER HOW TO FIND RESEARCH PROJECT PAPER Click here to begin.
Web Services. Web Service: Simple definition : “ Service Offered On the Web “ Technically : “ A Web Service is a programmable application component that.
Introduction to Terra Dotta Applications Integration with Campus Data Systems for institutions beginning their software implementation.
STOCK MAINTENANCE SYSTEM Presented by, M.Gnaneshwaran(08BCA40)
 Project Team: Suzana Vaserman David Fleish Moran Zafir Tzvika Stein  Academic adviser: Dr. Mayer Goldberg  Technical adviser: Mr. Guy Wiener.
SSIS ETL Data Resource Management. Create an ETL package using a wizard database server to database server The business goal of this ETL package is to.
VIRTUAL NETWORK COMPUTING SUBMITTED BY:- Ankur Yadav Ashish Solanki Charu Swaroop Harsha Jain.
 1- Definition  2- Helpdesk  3- Asset management  4- Analytics  5- Tools.
The Object-Oriented Thought Process Chapter 13
Netscape Application Server
Environment Assessment
ETL Job Scheduler Job Database Server User Interface Scheduler
CSC 480 Software Engineering
Enterprise Application Architecture
Data Resource Management
Distributed Databases
KNOWLEDGE MANAGEMENT (KM) Session # 34
A Network Operating System Edited By Maysoon AlDuwais
Database Connectivity and Web Development
Component-based Applications
Metadata The metadata contains
Data Resource Management
Sending data to EUROSTAT using STATEL and STADIUM web client
Presentation transcript:

© 2003 by Carnegie Mellon University Version 1.0 page 1 SoftwareEngineeringInstitute Access-Related -Ilities Common User Interface: consistent page designs Speed: rapid response Uptime: 100% available Distributed Access: remote users Browser Accessible: no new client software Security: users can access appropriate data to do their jobs

© 2003 by Carnegie Mellon University Version 1.0 page 2 SoftwareEngineeringInstitute Data-Related -Ilities Security: Data unseen & unchanged Data Consistency: e.g., a parts transfer unfailingly updates both supplier and receiver records Exchangeable Data: e.g., XML representation Legacy System Support: access to old data Accuracy: e.g., parts count = shelf count Data Permanance: here today, still here tomorrow

© 2003 by Carnegie Mellon University Version 1.0 page 3 SoftwareEngineeringInstitute Architecture-Related -Ilities Implementability Component Reusability Expandability MaintainabilityLongevity Administrability: users, data, …

© 2003 by Carnegie Mellon University Version 1.0 page 4 SoftwareEngineeringInstitute 3. What operations are legal for this user? 1. Let this user in? Naming and Directory Service Life Cycle Service 5. Get a servant for service x Application 4. Find service x 2. Hello Security Service Services for Starting An App

© 2003 by Carnegie Mellon University Version 1.0 page 5 SoftwareEngineeringInstitute Transaction Service Customer Record B-S S Parts Inventory B-S S DISK Database Service Data Warehouse Service DISK 11. Remember transaction 7. Guarantee simultaneous update of databases 9. Receive part … 8. Send part …10. Update the data Application 6. Transfer part … Services for Updating a Database A “B-S S” is a business-specific service.