Engineering Orientation Manual

Total Page:16

File Type:pdf, Size:1020Kb

Engineering Orientation Manual EL-ENGRS-OM-OOO ENGINEERING ORIENTATION MANUAL For Internal Use Only Do not remove from Digital Equipment Corporation property. Document Identifier A-MN-ELENGRS-OM-OOO Date: l-Apr-82 Revision History Preceding EditiO. n.: EB-ENGRS-OMgO 2 rk ' I Ik 0 / '- yt"-/J Approved: /~ ··Ir~ Cc st% tN'v, /, John Holman Copyright ©- 1982 by Digital Equipment Corporation All Rights Reserved CONTENTS Preface.................... ............................................................................................................................. XIII Foreword.............................................................................................................................................. XV CHAPTER 1 CORPORATE OVERVIEW .................................................................................. 1 SCOPE ................................................................................................................... 2 INTRODUCTION - KEN OLSEN ...................................................................... 1 3 FACTS ABOUT DIGITAL................................................................................... 4 4 DIGITAL PHILOSOPHy..................................................................................... 5 5 DIGITAL STRUCTURE ...................................................................................... 8 CHAPTER 2 PERSONNEL......................................................................................................... 11 CHAPTER 3 FUNDING .............................................................................................................. 13 PLANNED PROJECTS....... ............... .................................................................. 13 2 UNPLANNED PROJECTS.................................................................................. 14 CHAPTER 4 PHASE REVIEW PROCESS................................................................................ 17 CHAPTERS ENGINEERING DEVELOPMENT GROUPS...................................................... 33 1 16-BIT SySTEMS.................................................................................................. 34 1.1 16-BIT SYSTEMS HARDWARE DEVELOPMENT ......................................... 34 1.1.1 Advanced Development......... .......................... ....................................... 34 1.1.2 16-Bit Product Support and Assurance .................................................. 34 1.1.3 J-ll Development .................. ........... ...................................................... 34 1.1.4 F-ll Development .................................................................................. 34 2 SOFTWARE ENGINEERING ............................................................................... 35 2.1 BASE SYSTEMS SOFTWARE ................................................................... 35 2.1.1 Base Systems Quality Management ....... ................................................ 35 2.1.2 Base Systems Software Product Management .............. ......................... 35 2.1.3 VAX/VMX Systems Development.................. ............ .......... ................ 36 2.1.4 RSX/RMS-l1 Systems Development...... .................................... .......... 36 2.1.5 VMS-RMS ............................................................................................. 37 2.2 CENTRAL COMMERCIAL ENGINEERING (CCEG)........................... 37 2.2.1 CCEG Architecture and Technology..................................................... 37 111 CONTENTS (Cont'd) 2.2.2 CCEG Project Management ................................................................. 37 2.2.3 CCEG Product Management ................................................................ 38 2.2.4 CCEG Publications and Services .......................................................... 38 2.2.4.1 Commercial Engineering Documentation ......................................... 38 2.2.4.2 Office Products Documentation ........................................................ 38 2.2.4.3 Creative Typeset and Publishing ....................................................... 39 2.2.4.4 Computer Services and Facilities ...................................................... 39 2.2.5 Commercial Systems Engineering ......................................................... 39 2.2.5.1 Datasystem Hardware Engineering ................................................... 39 2.2.5.2 Office Systems Hardware Engineering ............................................. 40 2.2.5.3 Diagnostic Engineering ...................................................................... 40 2.2.5.4 Merrimack Engineering Services ...................................................... 40 2.2.6 Information Management ...................................................................... 40 2.2.7 Text and Media Systems ....................................................................... 41 2.2.8 RSTS / E Systems Development ............................................................ 41 2.3 10/20 AND SMALL SYSTEMS AND CORPORATE LANGUAGES ... 42 2.3.1 Technical Languages ............................................................................. 42 2.3.2 Commercial Languages .............. ,.......................................................... 42 2.3.3 10/20 Systems Software ....................................................................... 42 2.3.4 Small Base Systems Software .............................................................. .. 43 2.4 SOFTWARE PUBLICATIONS ......................................... :....................... .. 43 2.5 APPLICATION SYSTEMS GROUP ........................................................ .. 44 2.5.1 Application Systems Development. ....................................................... 44 2.5.1.1 Technical Systems ............................................................................ .. 44 2.5.1.2 Internal Special Systems ................................................................... 44 2.5.2 Application Technology ......................................................................... 45 2.6 SOFTWARE ARCHITECTURE AND TOOLS ....................................... .. 45 2.6.1 Hardware/Software Coordination ....................................................... .. 45 2.6.2 Software Methods and Tools ................................................................. 46 2.6.3 Software and Systems Architectural Management .............................. .. 46 2.7 OFFICE SYSTEMS PROGRAM ................................................................ 46 3 SYSTEMS, ARCHITECTURE, AND TECHNOLOGy ...................................... .. 47 3.1 CORPORATE RESEARCH ....................................................................... .. 47 3.1.1 Manufacturing Automation .................................................................. .. 47 3.1.2 Exploratory Research ........................................................................... .. 47 , 3.1.3 Integrated Systems and Terminals ....................................................... .. 48 3.1.4 Multiprocessing and Local Area Networks ........................................... 48 3.1.5 Distributed Software Architecture Research ....................................... .. 48 3.1.6 Languages and Applications .................................................................. 49 3.1.7 Integrated Profession-Based Systems Program ..................................... 49 3.1.8 External Research ..................................................' ............................... 49 3.1.9 Planning Research and Operations ........................................................ 50 3.1.10 Corporate Information and Library Services ....................................... .. 50 3.2 VAX-II AND PDP-II SYSTEMS ARCHITECTURE ............................. .. 50 3.3 SOFTWARE AND ARCHITECTURE STANDARDS ............................ 51 3.4 SYSTEMS PERFORMANCE ANALYSIS .............................................. .. 52 3.4.1 16/32/36-Bit Systems ........................................................................... 52 3.4.2 Architectures, Networks, and Storage ................................................. .. 53 3.4.3 Loads, Drivers, and Models ................................................................... 53 3.4.4 Performance Laboratory ....................................................................... 53 3.5 PLANS AND OPERATIONS ..................................................................... 53 IV CONTENTS (Cont'd) 4 LSI (LARGE SCALE INTEGRATION) MANUFACTURING AND ENGINEERING ..................................................................................................... 54 4.1 SEMICONDUCTOR ENGINEERING GROUP ....................................... 54 4.1.1 Architecturally-Focused Product Development ..................................... 54 4.1.2 Program-Specific Product Development ................................................ 55 4.1.2.1 Mass Storage and Peripherals Circuit Design ........ ;........................................................................................ 55 4.1.2.2 Medium/High-End Circuit Design .................................................... 55 4.1.2.3 Systems and Logic ..... ......................................................................... 55 4.1.3 Advanced Development..... ..................... ................................................ 55 4.1.4 Computer-Aided Design .......... ........ ........ ...... .... .............. ............ ........ ... 56 4.2 LSI TEST ENGINEERING ........................................................................
Recommended publications
  • Spacewarduino
    1 SPACEWARDUINO Kaivan Wadia (Department of EECS) – Massachusetts Institute of Technology Advisor: Prof. Philip Tan ABSTRACT Spacewar! was one of the first ever computer games developed in the early 1960s. Steve Russell, Martin Graetz and Wayne Witaenem of the fictitious "Hingham Institute" conceived of the game in 1961, with the intent of implementing it on a DEC PDP-1 computer at MIT. Alan Kotok obtained some sine and cosine routines from DEC following which Steve Russell started coding and the first version was produced by February 1962. Spacewar! was the first computer game written at MIT. In the duration of this project we hope to implement the same game on an Arduino Microcontroller with a Gameduino shield while examining the original assembly code and staying as true to the original version of the game as possible. 2 TABLE OF CONTENTS 1. INTRODUCTION 3 2. UNDERSTANDING THE SOURCE CODE 4 3. VECTOR GRAPHICS AND SPACESHIPS 7 4. SPACEWAR! NIGHT SKY 9 5. THE ARDUINO/GAMEDUINO IMPLEMENTATION 11 6. CONCLUSION 13 7. REFERENCES 14 3 1. INTRODUCTION The major aim of this project is to replicate the first computer game written at MIT, Spacewar!. In the process we aim to learn a lot about the way video games were written for the machines in the pioneering days of computing. Spacewar! is game of space combat created for the DEC PDP-1 by hackers at MIT, including Steve Russell, Martin Graetz, Wayne Witaenem, Alan Kotok, Dan Edwards, and Peter Samson. The game can be played on a Java emulator at http://spacewar.oversigma.com/.
    [Show full text]
  • CAD/CAM Selection for Small Manufacturing Companies
    CAD/CAM SELECTION FOR SMALL MANUFACTURING COMPANIES By Tim Mercer A Research Paper Submitted in Partial Fulfillment of the Requirements for the Master of Science Degree in Management Technology Approved for Completion of 3 Semester Credits INMGT 735 Research Advisor The Graduate College University of Wisconsin May 2000 The Graduate School University of Wisconsin - Stout Menomonie, WI 54751 Abstract Mercer Timothy B. CAD/CAM Selection for Small Manufacturing Companies Master of Science in Management Technology Linards Stradins 2/2000 71 pages Publication Manual of the American Psychological Association In today's fast paced world, CAD/CAM systems have become an essential element in manufacturing companies throughout the world. Technology and communication are changing rapidly, driving business methods for organizations and requiring capitalization in order to maintain competitiveness. Knowledge prior to investing into a system is crucial in order to maximize the benefits received from changing CAD/CAM systems. The purpose of this study is to create a methodology to aid small manufacturing companies in selecting a CAD/CAM system. The objectives are to collect data on CAD/CAM systems that are available in the market today, identify important criteria in system selection, and identify company evaluation parameters. Acknowledgements Thanks to Dr. Rich Rothaupt for introducing me to CAM, survey help, and providing guidance with CAD/CAM applications. Thanks to Dr. Martha Wilson for early revisions, survey help and overall guidance. Thanks to my good friend and soon to be Dr. Linards Stradins for his patience, leadership, and wisdom. His invaluable knowledge and dedication as my advisor has helped me both personally and academically.
    [Show full text]
  • Standards for Computer Aided Manufacturing
    //? VCr ~ / Ct & AFML-TR-77-145 )R^ yc ' )f f.3 Standards for Computer Aided Manufacturing Office of Developmental Automation and Control Technology Institute for Computer Sciences and Technology National Bureau of Standards Washington, D.C. 20234 January 1977 Final Technical Report, March— December 1977 Distribution limited to U.S. Government agencies only; Test and Evaluation Data; Statement applied November 1976. Other requests for this document must be referred to AFML/LTC, Wright-Patterson AFB, Ohio 45433 Manufacturing Technology Division Air Force Materials Laboratory Wright-Patterson Air Force Base, Ohio 45433 . NOTICES When Government drawings, specifications, or other data are used for any purpose other than in connection with a definitely related Government procurement opera- tion, the United States Government thereby incurs no responsibility nor any obligation whatsoever; and the fact that the Government may have formulated, furnished, or in any way supplied the said drawing, specification, or other data, is not to be regarded by implication or otherwise as in any manner licensing the holder or any person or corporation, or conveying any rights or permission to manufacture, use, or sell any patented invention that may in any way be related thereto Copies of this report should not be returned unless return is required by security considerations, contractual obligations, or notice on a specified document This final report was submitted by the National Bureau of Standards under military interdepartmental procurement request FY1457-76 -00369 , "Manufacturing Methods Project on Standards for Computer Aided Manufacturing." This technical report has been reviewed and is approved for publication. FOR THE COMMANDER: DtiWJNlb L.
    [Show full text]
  • ILLUSTRATIONS Figure 1.1 Eadweard Muybridge, Descending
    APPENDIX: ILLUSTRATIONS Figure 1.1 Eadweard Muybridge, Descending Stairs and Turning Around, photographs from series Animal Locomotion, 1884-1885. 236 237 Figure 1.2 Marcel Duchamp, Nude Descending a Staircase, No. 2 oil on canvas, 1912. Philadelphia Museum of Art. 238 Figure 1.3 Giacomo Balla, Dynamism of a Dog on a Leash, oil on canvas, 1912. Albright-Knox Art Gallery, Buffalo, New York. 239 Figure 1.4 A. Michael Noll, Gaussian Quadratic, computer-generated image, 1963. 240 Figure 1.5 Stephen Rusell with Peter Samson, Martin Graetz,Wayne Witanen, Alan Kotok, and Dan Edwards, Spacewar!, computer game, designed at MIT on DEC PDP-1 assembler, 1962. Above: view of screen. Below: console. 241 Figure 1.6 Andy Warhol, Self-Portrait, photograph of image created on Commodore Amiga 1000 computer using Graphicraft software, 1986. 242 Figure 1.7 Nam June Paik, Magnet TV, black and white television with magnet, 1965. 243 Figure 1.8 Nam June Paik, Zen for TV, black and white television, 1963-1975. 244 Figure 1.9 Vito Acconci, Centers, performance on video, 20 minutes, 1971. 245 Figure 1.10 Joan Jonas, Left Side, Right Side, performance on video, 1972. Pat Hearn Gallery, New York. 246 Figure 1.11 Dan Graham, Present Continuous Past, installation view, 1974. 247 Figure 1.12 Gary Hill, Hole in the Wall, installation at the Woodstock Artists Association, Woodstock, NY, 1974. 248 Figure 1.13 Nam June Paik, TV Buddha, mixed-media video sculpture, installed at Stedelijk Museum, Amsterdam, 1974. 249 Figure 2.1 jodi (Joan Heemskerk and Dirk Paesmans), wwwwwwwww.jodi.org, screenshot.
    [Show full text]
  • 19 Siemens PLM Software
    Chapter 19 Siemens PLM Software (Unigraphics)1 Author’s note: As discussed below, this organization has had a multitude of different names over the years. Many still refer to it simply as UGS and, although that name is no longer formally used, I have used it throughout this chapter. McDonnell Douglas Automation In order to understand how today’s Siemens PLM Software organization and the Unigraphics software evolved one has to go back to an organization in Saint Louis, Missouri called McAuto (McDonnell Automation Company), a subsidiary of the McDonnell Aircraft Corporation. The aircraft industry was one of the first users of computer systems for engineering design and analysis and McDonnell was very proactive in this endeavor starting in the late 1950s. Its first NC production part was manufactured in 1958 and computers were used to help layout aircraft the following year. In 1960 McDonnell decided to utilize this experience and enter the computer services business. Its McAuto subsidiary was established that year with 258 employees and $7 million in computer hardware. Fifteen years later, McAuto had become one of the largest computer services organizations in the world with over 3,500 employees and a computer infrastructure worth over $170 million. It continued to grow for the next decade, reaching over $1 billion in revenue and 14,000 employees by 1985. Its largest single customer during of this period was the military aircraft design group of its own parent company. A significant project during the 1960s and 1970s was the development of an in- house CAD/CAM system to support McDonnell engineering.
    [Show full text]
  • The People Who Invented the Internet Source: Wikipedia's History of the Internet
    The People Who Invented the Internet Source: Wikipedia's History of the Internet PDF generated using the open source mwlib toolkit. See http://code.pediapress.com/ for more information. PDF generated at: Sat, 22 Sep 2012 02:49:54 UTC Contents Articles History of the Internet 1 Barry Appelman 26 Paul Baran 28 Vint Cerf 33 Danny Cohen (engineer) 41 David D. Clark 44 Steve Crocker 45 Donald Davies 47 Douglas Engelbart 49 Charles M. Herzfeld 56 Internet Engineering Task Force 58 Bob Kahn 61 Peter T. Kirstein 65 Leonard Kleinrock 66 John Klensin 70 J. C. R. Licklider 71 Jon Postel 77 Louis Pouzin 80 Lawrence Roberts (scientist) 81 John Romkey 84 Ivan Sutherland 85 Robert Taylor (computer scientist) 89 Ray Tomlinson 92 Oleg Vishnepolsky 94 Phil Zimmermann 96 References Article Sources and Contributors 99 Image Sources, Licenses and Contributors 102 Article Licenses License 103 History of the Internet 1 History of the Internet The history of the Internet began with the development of electronic computers in the 1950s. This began with point-to-point communication between mainframe computers and terminals, expanded to point-to-point connections between computers and then early research into packet switching. Packet switched networks such as ARPANET, Mark I at NPL in the UK, CYCLADES, Merit Network, Tymnet, and Telenet, were developed in the late 1960s and early 1970s using a variety of protocols. The ARPANET in particular led to the development of protocols for internetworking, where multiple separate networks could be joined together into a network of networks. In 1982 the Internet Protocol Suite (TCP/IP) was standardized and the concept of a world-wide network of fully interconnected TCP/IP networks called the Internet was introduced.
    [Show full text]
  • Bill Terry Interview 4, November 27, 1995
    Bill Terry Interview 4, November 27, 1995 KIRBY: This is Dave Kirby and I’m about to conduct another interview with Bill Terry. Today’s date is November 27, 1995, and we are in HP’s offices at 1501 Page Mill Road, Palo Alto. KIRBY: Okay, very good. Bill, in 1966, when you were marketing manager at Colorado Springs, HP ... Hewlett Packard Laboratories was created. Its purpose, according to the 1966 annual report, was "to provide the company with a broader base of fundamental research and to support the divisions with a source of advance knowledge on materials, processes and techniques." My question is, how was this viewed out in the divisions? Was it overdue? Or was the timing about right? TERRY: I think ... my recollection, Dave, it was viewed as a "ho-hum". I don’t ... unless I go back and really study what happened, it was just an affirmation what the labs were... what the labs had been doing all the time, and maybe a little bit of restatement of the role in helping the divisions as opposed to just doing esoteric research on their own. And maybe it was a little bit of that push toward division communication and division service, if you will, rather than research. But at least in a place like Colorado Springs, and I think most of the divisions, it was a kind of a "life goes on; nothing is really changed". Barney is running the labs; Barney is the source of a lot of ideas and they got a lot of good people in the labs.
    [Show full text]
  • Robert Alan Saunders
    SMITHSONIAN INSTITUTION LEMELSON CENTER FOR THE STUDY OF INVENTION AND INNOVATION Robert Alan Saunders Transcript of an interview conducted by Christopher Weaver at National Museum of American History Washington, D.C., USA on 29 November 2018 with subsequent additions and corrections For additional information, contact the Archives Center at 202-633-3270 or [email protected] All uses of this manuscript are covered by an agreement between the Smithsonian Institution and Robert Alan Saunders dated November 29, 2018. For additional information about rights and reproductions, please contact: Archives Center National Museum of American History Smithsonian Institution MRC 601 P.O. Box 37012 Washington, D.C. 20013-7012 Phone: 202-633-3270 TDD: 202-357-1729 Email: [email protected] Web: http://americanhistory.si.edu/archives/rights-and-reproductions Preferred citation: Robert Alan Saunders, “Interview with Robert Alan Saunders,” conducted by Christopher Weaver, November 29, 2018, Video Game Pioneers Oral History Collection, Archives Center, National Museum of American History, Smithsonian Institution, Washington, DC. Acknowledgement: The Smithsonian’s Lemelson Center for the Study of Invention and Innovation gratefully acknowledges financial support from the Entertainment Software Association and Coastal Bridge Advisors for this oral history project. For additional information, contact the Archives Center at 202-633-3270 or [email protected] Abstract Robert Saunders begins discussing his early family life, education, and early exposure to electrical engineering. He next recounts his time at MIT, recalling members of the Tech Model Railroad Club and his work with the TX-0 and PDP-1 computers. Saunders discusses the contributions of Spacewar! team members to the project and his development of the original PDP-1 game controllers.
    [Show full text]
  • KEN OLSEN Digital Equipment Corporation (DEC)
    KEN OLSEN Digital Equipment Corporation (DEC) Introduction Ken Olsen co-founded the Digital Equipment Corporation (DEC) in 1956. Under his leadership DEC invented and the dominated the minicomputer industry for over 30 years. DEC’s success was an impressive technology story and an impressive corporate culture story. It was so impressive that in 1986 Fortune named Olsen “America’s most successful entrepreneur.” Five years later Olsen resigned under pressure, the victim of DEC’s sudden loss of competitiveness due to changes in the market environment. In spite of that unfortunate ending, Olsen’s earlier accomplishments earned him the continued respect and admiration of those who worked for him and those who followed DEC’s history closely. The Founder’s Background Ken Olsen was born in Stratford, Connecticut in 1926. His parents, Oswald and Elizabeth Olsen were second generation Scandinavian immigrants (Norway and Sweden). Ken and his three siblings grew up in a Norwegian working-class community. As an adult, Ken came close to continuing the Scandinavian tradition by marrying Eeva-Lisa Aulikki from Finland. Ken’s father was first a designer of machine tools (He held several patents) and later a machine salesman for Baird Machine Company in Stratford, Connecticut. He had a shop in the basement at home where he taught Ken and his two brothers the basic skills of the trade. “Ken and Stan (Ken’s younger brother) spent hours down there, inventing gadgets and repairing their neighbors’ broken radios.( Rifkin, p.27). Ken’s father was also, “a fundamentalist by religion and a disciplinarian by nature. He believed in puritan ethics, applied to both life and work.
    [Show full text]
  • Evaluation of Shipbuilding Cadicam Systems (Phase I)
    Final Report EVALUATION OF SHIPBUILDING CADICAM SYSTEMS (PHASE I) Submitted to: U.S. Navy by: National Steel & Shipbuilding Co. San Diego, CA 92186 Project Director: John Horvath Principal Investigator: Richard C. Moore October 1996 Technical Report Documentaition Page- 1. Report No. 2. Government Accession No. 3. Recipient's Waiog No. I I 4. Title and Subtitle I 5. Repon Date October 14. 1996 Evaluation of Shipbuilding CADICAM Systems 6. Performing Organization C e (Phase I) '32%'2.7 8. Performing Organization Report Ilo. 7. Author(s) Richard C. Moore UMTRI-96-35 9. Performing Organization Name and Address 10. Work Unit No. (TRAIS) The University of Michigan Transportation Research Institute 11. Contracl or Grant No. 290 1 Baxter Road, Ann Arbor, .Michigan 48 109-2150 PQ# MU7.56606-D - 13. Typ of Report and Period Coverud 12. Sponsoring Agency Name and Address Technical National Steel & Shipbuilding Co. 28th St. & Harbor ~r. 14. Sponsoring Agency Code San Diego, CA 92 1 13 US. Navy 15. Supplementary Notes 16. Abstract This report is the Phase I final report of the National Shipbuilding Research F'rogram (NSRP) project (Project Number 4-94-1) to evaluate world-class shipbuilders' existing CADICAMICIM system implementations. Five U.S. shipyards participated in this study along with personnel from University of Michigan, Proteus Engineering, and Cybo Robots. Project participants have backgrounds in design, computer-aided design (CAD), n~anufacturingprocesses, computer-aided manufacturing (CAM), production planning, and computer-integrated manufacturing/management (CIM). The results of this evaluation provided the basis for the CADICAMICIM Workshop presented in conjunction with the 1996 Ship Production Symposium, and will be used as background in Phase I1 of the project to develop requirements for future shipbuilding CADICAMICIM systems.
    [Show full text]
  • 21 Miscellaneous Companies
    Chapter 21 Miscellaneous Companies Space restrictions simply do not permit me to go into the depth of detail I would like on every company that participated in the early days of the CAD industry nor cover numerous in-house systems developed at major automobile and aerospace companies. Readers will have to be satisfied with the brief descriptions included in this chapter and even then, I have only been able to cover what I consider to be the companies that had the biggest impact. There are hundreds if not thousands of companies that at one time marketed engineering design software. Some of the companies described in this chapter offered just software while other provided both hardware and software. While many have changed names, I have decided to list them alphabetically based upon the name they are best been known by along with earlier and subsequent name changes. Adra Systems (Matrix One) Adra Systems was founded in Lowell, Massachusetts in July 1983 by William Mason, who had been at Applicon from 1973 to 1983, most recently as vice president of operations, James Stenzel, who had been vice president of engineering at Hastech, Inc., and Peter Stoupas, who had earlier been a regional sales manager at Adage and had also worked for Applicon. Mason became the president and CEO, Stenzel the vice president of product development and Stoupas the vice president of marketing. Between 1983 and 1986, the company raised $11.6 million of venture funding from a number of firms including American Research & Development, the company that also provided the initial funding for Digital Equipment Corporation.
    [Show full text]
  • Alan Kotok & David R.R. Webber
    JAi^ E F! N E T: ALAN KOTOK & DAVID R.R. WEBBER www.newriders.cirm 201 West 103rd Street, Indianapolis, Indiana 46290 ~ — An Imprint of Pearson Education . Boston • Indianapolis • London • Munich • New York • San Francisco vi ebXML: The New Global Standard for Doing Business over the Internet Table of Contents PART I Executive Overview of ebXML 1 There's No Business Like E-Business 3 In Case You Hadn't Noticed, Doing Business Is Different Now 6 Business Isn't So Simple Anymore 11 From Just-in-Case to Just-in-Time Inventories 16 Investors Want to See Your Internet Strategy 22 Higher Volumes, Larger Scale, Bigger Numbers 23 Can Your Company's Systems Keep Pace? 26 Direct to Consumer 28 Disintermediation 28 Business to Business 29 Distributors 29 References and Affiliates 29 Muki-Vendor Malls 30 Standardizing Information Systems 30 Electronic Data Interchange (EDI): E-Business as We (Used to) Know It 31 Aim to Improve the Business Process 40 Sweat the Details 40 Aim for Interoperability 40 Link to Other Technologies 41 Endnotes 42 2 ebXML in a Nutshell 47 Vision and Scope 47 Software Processes, Puzzles, and Pyramids 49 ebXML Process Flow ,• 53 A Look at the ebXML Technical Architecture 55 Business Processes and Objects 57 Core Components 58 Trading Partner Profiles and Agreements 62 Registries and Repositories 64 Messaging Functions 68 Messaging Specifications 69 ebXML Message Package 69 Reliable Message Flow 11 Getting Started with ebXML 71 Endnotes 74 Table of Contents vii 3 ebXML at Work 77 Case 1: Go-Go Travel, in Search of a New Business
    [Show full text]