A Framework for Electronic Communications for the AEC Industries

Size: px
Start display at page:

Download "A Framework for Electronic Communications for the AEC Industries"

Transcription

1 A Framework for Electronic Communications for the AEC Industries Overview aecxml is a framework for using the extensible Markup Language (XML) standard for electronic communications in the architectural, engineering and construction industries. It includes an XML schema to describe information specific to the information exchanges between participants involved in designing, constructing and operating buildings, plants, infrastructure and facilities. The various software applications used by these participants can transfer messages formatted according to the aecxml schema to coordinate and synchronize related project information. In addition, a standard aecxml specification will facilitate e-commerce between suppliers and purchasers of equipment, materials, supplies, parts and services based on that same technical information. Bentley Systems, Incorporated has created a preliminary specification for the aecxml framework and now seeks to join efforts with other parties interested in defining and implementing the aecxml schema. The aecxml framework is intended to embrace the other emerging XML-based standards for electronic business-to-business information exchange such as the Microsoft BizTalk framework. It is anticipated that the aecxml framework will need to track other such initiatives and incorporate other standards as they become endorsed and accepted. Introduction There can be little doubt that the Internet has radically changed the way we work. Virtually every phase of the business world has been affected in one way or another by new approaches now made possible by the Internet. However, in light of its revolutionary impact, the technology behind the Internet revolution is hardly remarkable. In fact, a strong case can be made that the most important technological change that enabled the Internet s rapid acceptance is HyperText Markup Language (HTML). HTML is a simple, text-based protocol for describing the content of pages and links between them. It contains special keywords, or tags, that are not displayed on the page, but are used to define the way other text and images are displayed. The syntax of HTML is very simple, particularly in comparison to complex programming languages. In all of the HTML specification, there are fewer than 100 tag definitions, and the majority of those tags are rarely used. However, with those few tags (and of course some clever techniques along the way) people have created Web pages that contain information of every imaginable type. This demonstrates an obvious principle in information technology: the impact of a technology depends more upon its acceptance than upon its underlying technological strengths. The fact that a few simple concepts can be used to such great advantage on such diverse problems is the great appeal of HTML.

2 XML is a way to apply the same principles that make HTML attractive for document presentation for the problem of data interchange. Basically, XML uses the same simple syntax as HTML (in fact, HTML can loosely be described as a dialect of XML) with a few rules for defining new data types. XML has gained considerable attention in its brief existence (version 1.0 was released as a proposed recommendation by the W3C in December 1997) and many segments of the computing industry now consider XML as the standard for all sorts of problems. The greatest appeal of XML is its potential role as a universally accepted format for exchanging information. There is near unanimity across the entire spectrum of software vendors that XML will become the next HTML. The degree of technical unity of direction is cause for great optimism. The AEC industries, particularly, can benefit from a unifying strategy for data interchange. Not only are current data exchange and reuse practices inefficient, but also with hundreds of thousands of transactions worldwide and annual expenditures in the trillions of dollars in the AEC marketplace, it is easy to imagine significant savings in streamlining the processes. Expectations for AEC beyond Y2K It is hardly bold to suggest that a high-bandwidth Internet connection soon will be as essential as a telephone to running virtually any business. A company s home page becomes its worldwide storefront and increasingly customers, clients, partners, suppliers and contractors will expect to find each other and do business over the Web. The communications infrastructure to support these communications is largely in place, and the advances in wireless, fiber optic, satellite and software technology promise to fill in any existing gaps in short order. AEC project participants should soon expect: Project information to be entered once and reused where necessary, even across organizational boundaries. It is common today for the same information to be re-entered many times by many people, simply because the information is exchanged only on paper or is stored in different formats and used by different software applications. This is particularly true as projects pass from phase to phase and as new organizations become involved in the project. Most present-day paper-based reports, specifications and product catalogs to be replaced by electronic equivalents. Searches for product information, specifications, pricing and availability will be done over the Internet and in real time. Applicable regulatory rules, requirements and guidelines to be online and searchable in a meaningful form (as opposed to plain text searches). Further, the project submission, review and approval process will be automated much like the current U.S. electronic tax filing procedures. Project design and construction information to contain sufficiently rich operating, maintenance and safety information that it will truly become the operator s manual for the life cycle of the building or facility. Owner/operators should gain sufficient value in such information that they will fund any extra costs for its creation. However, none of these expectations are likely to be realized without some new industrywide agreement on the vocabularies used to exchange AEC technical information. AEC Industry Dynamics AEC projects can be very complex undertakings. From an information technology (IT) perspective, they are particularly challenging. Not only are data sets large, but they also typically involve many types of somewhat unstructured, interrelated data. The data is created and used by

3 many types of users and software applications. For example, at any time in a project cycle, any combination of the following participants may require access to query or modify the project data set for various purposes: - The owner/operator of the subject facility - Architects, designers, engineers, project managers - Contractors, estimators, consultants - Suppliers, product manufacturers - Government regulatory agencies The matrix of participants and information transactions is quite large, particularly when plotted over the project life cycle. Many of these participants are small to medium-sized companies, and are only involved in small roles in the project (although these smaller companies tend to work on many projects at the same time). Given the diversity of the participants, and the magnitude of the data, it is not surprising to find a wide variety of software systems and users with varied degrees of computer expertise on the same project. As in most industries, the practices, procedures and processes used by the worldwide AEC community have evolved over the past two decades from pure paper to what many refer to today as computer automated paper. This evolution has been gradual, the result of many small, disjoint, incremental steps rather than any one big bang change. As a result, little attention has been paid to an overall strategy for information integration. This is natural, since if anyone had ever attempted to plot a cohesive master plan for the industry, its magnitude would have surely guaranteed that it would never have been adopted. Integration? As the software technology for AEC projects has evolved, the need for data integration among participants performing different functions and using different software applications has been apparent. Several approaches to information exchange have been attempted: Document file transfer. Any two software programs that need to exchange data agree on a file format for a given document type and each reads, and possibly writes, data in that format. Frequently the file format is a neutral format defined by an external, usually organization independent of the software vendors. This approach presupposes that each application can reliably read and write all of its internal information into the neutral format, and that the neutral format itself does not change very often. Alternatively, one application can be hard coded to read and write the native format of the other. This approach generally only works well for two closely matched application programs, but is not suited for sending just a subset of a document. (This is a problem inherent in all file-based systems.) It is also subject to lossy transmissions, owing to the inherent mismatches between file formats of different applications. In general, document transfer cannot be considered a viable, universal, approach to integration. APIs (application programming interfaces). Publishing programming interfaces is an attempt to circumvent the inherent limitations of document file transfer. With this approach, rather than attempting to reformat data into a neutral file, one application makes function calls into the other program. This can greatly increase the fidelity of data interchange, since each program deals with the data in its native format. However, it obviously requires both applications to be installed, active, and available either on the same computer or on a network and that they have some knowledge of the protocols defined by each other. In addition, this tight coupling of one application to another tends to be specific to particular versions of programs and is therefore very fragile. Shared databases. Another approach to data sharing is to rewrite the applications so that they all store information in a common, predefined database. While this approach can solve some of the above limitations, it can involve substantial reworking of existing programs, almost always with a performance penalty. More importantly, experience has shown that the common storage

4 approach is too inflexible to accommodate the disparate requirements of many applications running simultaneously. In practice, creating a super-database for all applications makes the database schema so complicated that applications are too difficult to create. Also, changes to the schema are impractical because they require massive, lock-step changes to so many applications. Paper, phone, , faxes. Given the limitations above, the most reliable means for transferring information between applications and people is to print reports and reenter data manually. While grossly inefficient and subject to human errors, this approach is the most common approach today. Background on XML XML is a standard for defining the way information is interpreted when it is transferred from one computer to another. However, while agreeing on a standard like XML is a necessary step for integrating software and data from disparate sources, it is only one layer of the problem. To understand the role of XML for computer communications, we can draw an analogy to written human-to-human communications. For two people to communication in written form, they need to both agree on: an alphabet (the symbols that represent letters) a grammar (rules for sentence and paragraph structure, etc.) a language (e.g. French, English, German, Spanish, etc.) a structure (left-to-right, top-to-bottom, opening and closing format, etc.) a vocabulary (the terms for common concepts, spelling, etc.) XML itself (and the networking/communications layers below it) roughly translates to the layers up to language, above. The XML standard has rules for how to define terms, how to parse (interpret) the contents of a document and how to create valid documents. Using the XML standard eliminates many ambiguities about how to format data in an understandable form. There are many good reference papers on the general subject of XML that give a more thorough presentation on its origins and goals. Some starting points are: XML: Structuring Data for the Web: An Introduction - Ken Sall XML in an Instant - Charles F. Goldfarb A Technical Introduction to XML - Norman Walsh Extensible Markup Language (XML) - W3C Many organizations have recently been formed to use the XML standard for various business functions. Some relevant reference material can be found at: XML.org (OASIS) BizTalk (Microsoft) RosettaNet, CommerceNet XML/EDI Group OAG W3C Microsoft s BizTalk Microsoft s BizTalk framework addresses the next layer above XML. BizTalk defines an XMLbased approach for sending messages between two computers, particularly computers at different companies. The BizTalk schema defines the envelope for the messages, including routing, delivery and return address specifications. In this sense, BizTalk adds the outer structure to a message.

5 In addition, Microsoft s BizTalk initiative includes an on-line library for the vocabulary and grammar layers. The library is a well-known and universally accessible node for locating XML schemas to interpret the contents of the business messages. Microsoft will also create serverlevel products to process and distribute BizTalk-formatted messages. For a more complete overview, see Microsoft s white paper on the BizTalk philosophy. Introducing aecxml The aecxml schema is a set of XML elements that specify the terminology, grammar and layout of business messages that contain AEC-specific content. These kinds of messages are examples: An HVAC manufacturer queries the design documents to get a list of air-handling units and their design parameters. He can then associate them with specific catalog items from his product line that satisfy the design specifications. A contractor searches for the availability of roof shingles equivalent to a brand-name, 25-year warranty variety recommended in the architect s design specifications. A contractor extracts quantities from an estimating tool and dispatches procurement requests to suppliers over the Internet. An employee time-keeping system (e.g. Simplex punch-clock type tracking) exchanges information with a scheduling application that keeps track of actual hours worked per task on a project. A PDA device at a construction site exchanges information such as an item being added to a punch list with an order-processing system or a scheduling system. These are the types of information exchanges that transpire daily on virtually every AEC project. The aecxml schema provides the framework for formatting these exchanges in meaningful ways, without having to code each one individually. On the other hand, the concept of information exchange evokes some connotations that are not within the scope of aecxml. For example, aecxml is not intended to be: A file format. Rather, aecxml is an XML schema that defines elements and attributes that can be used to communicate AEC-specific information between software programs. It is not expected that application programs will use the aecxml specification as their native formats for storing application-specific values. On the other hand, one can envision a utility within a software program to Save as aecxml, which would attempt to write out all known facts about a data set in aecxml terminology. A complicated taxonomy of the AEC world. One of the fundamental design goals of aecxml is to avoid undertaking the nearly impossible task of exhaustively classifying data. Of course, some categorization is necessary. However, it is envisaged that aecxml element specifications will be broad and possibly fuzzy. (That is, as with most languages, there may be several ways of describing the same thing.) A complete AEC modeling schema. It is not the intent of aecxml to be a super data format to encompass all of the data types used in AEC-related software. For example, architectural modeling programs typically store information in a hierarchical fashion organized by building discipline. Within each discipline there are often intricate data structures for representing physical properties, proximity and connectivity, space enclosure, presentation properties, etc. The problem of creating data types and schemas to accurately reflect all of

6 that information for the purpose of transferring a complete model from one system to another has been addressed in other standards (for example, the IFC specifications created by the International Alliance for Interoperability and the various STEP APs) and is not within the scope of aecxml. (While one could debate the merits of using XML as a data-description language as opposed to using Express (the language used by IFC and STEP) for creating a modeling schema, that issue is moot for aecxml.) It may be helpful to think of aecxml as a schema for reports and forms and IFC/STEP as schemas for live models. A closed schema. It is possible in XML to specify that a schema is closed, so that no unknown element types can be present in a validated document. However, since the scope of aecxml will undoubtedly grow over time (particularly given the high priority of publishing a working V1.0 specification as soon as possible), it is certain that the specification will need to be revised and expanded over time. It must, therefore, be possible for a program written for an earlier version of the specification to work with a later one. Vendor-specific. Nothing in the specification should be specific to a particular software program or vendor. aecxml Schema Domains This information can be resources such as projects, documents, materials, parts, organizations and professionals, or activities such as proposals, design, estimating, scheduling, construction and operations. The following types of AEC information are within the scope of aecxml. This is meant to be a representative rather than an exhaustive list. Documents: RFP, RFQ, RFI, drawings, specifications, ASI, addenda, bulletins, change orders, contracts, building codes, purchase orders Building components: items from a catalog, custom manufactured items, assemblies, materials Projects: design, construction, decommissioning, operations & maintenance, facility management Professional services and resources: engineers, architects, contractors, suppliers, specialties Organizations: standards bodies, government agencies Software: CAD, estimating, project management, scheduling, document management The following software modules are likely to be generators and processors of aecxml formatted messages: Document/project management, CAD, estimating, project management, scheduling, resource planning, inventory management, procurement, maintenance repair and operations. aecxml Principles The design goals of aecxml must be aligned with those of XML in general. It is useful to reiterate them from the XML specification. See for more details. 1. XML shall be straightforwardly usable over the Internet. 2. XML shall support a wide variety of applications.

7 3. XML shall be compatible with SGML. 4. It shall be easy to write programs which process XML documents. 5. The number of optional features in XML is to be kept to the absolute minimum, ideally zero. 6. XML documents should be human-legible and reasonably clear. 7. The XML design should be prepared quickly. 8. The design of XML should be formal and concise. 9. XML documents shall be easy to create. 10. Terseness in XML markup is of minimal importance. Those goals translate to a few principles to keep in mind when creating the aecxml specification: 1) It must be easy to implement with existing application software and databases. 2) Use existing keywords, properties and classification approaches where applicable. 3) A 90% solution today is better than a 99% solution next year. 4) The more detailed the schema, the harder it will be to write programs to create and read messages. Most aecxml (sub) schemas should fit on the back of an envelope. The aecxml Working Group A useful and widely adopted XML schema can greatly benefit the AEC communities at large and is virtually a prerequisite to realizing the vision of an electronically connected business environment for AEC projects. For that reason, Bentley has formed of the aecxml Working Group. The purpose of the Working Group is to give all interested parties a forum to contribute either implementations or suggestions for aecxml schema subsections. As with many industry initiatives, the aecxml Working Group will be comprised of constituents from industry, government, research communities and end users. It should be clear that each participant will have self-centered motives for participating and that cooperation among business competitors is required. However, the usual competitive concerns about contributing proprietary intellectual property should be moot, since: 1) The very essence of XML, and aecxml, is that it is a mechanism for communications among systems. A proprietary XML schema makes about as much sense as a proprietary fax format. 2) Any XML-based work is, by definition, distributed at the source level. In other words, there is no way for anyone to do anything in XML that is not freely visible to the rest of the world. 3) Everyone is on the same footing. The only way one company can be put at a disadvantage with respect to its competitors is by not participating. Of course, everyone involved will be well aware that helping themselves means helping their competitors. Participants will certainly compete on their implementations of the schema, but not on schema itself. A primary goal of the aecxml Working Group should be to publish an initial schema quickly, to enable existing applications to communicate effectively using the schema. Obviously, though, creating a workable first version of the schema is only the beginning of the work required to create a permanent standard. After a working version of aecxml has been created, the aecxml Working Group should turn over the schema to organized standards bodies. Another important responsibility of the aecxml Working Group will be to ensure that the schema is compatible and synchronized with other XML-based initiatives.

XML- New meta language in e-business

XML- New meta language in e-business 1 XML- New meta language in e-business XML (extensible Markup Language) has established itself as a new meta language in e-business. No matter what, text, pictures, video- or audio files - with the flexibility

More information

UTILIZING COMPOUND TERM PROCESSING TO ADDRESS RECORDS MANAGEMENT CHALLENGES

UTILIZING COMPOUND TERM PROCESSING TO ADDRESS RECORDS MANAGEMENT CHALLENGES UTILIZING COMPOUND TERM PROCESSING TO ADDRESS RECORDS MANAGEMENT CHALLENGES CONCEPT SEARCHING This document discusses some of the inherent challenges in implementing and maintaining a sound records management

More information

The three stages of e-commerce

The three stages of e-commerce The three stages of e-commerce Understanding the types of e-commerce avaliable In order to benefit from e-commerce organizations must first understand the types of e-commerce solutions and models available.

More information

Introduction to UDDI: Important Features and Functional Concepts

Introduction to UDDI: Important Features and Functional Concepts : October 2004 Organization for the Advancement of Structured Information Standards www.oasis-open.org TABLE OF CONTENTS OVERVIEW... 4 TYPICAL APPLICATIONS OF A UDDI REGISTRY... 4 A BRIEF HISTORY OF UDDI...

More information

Application Integration: The Future of Technology in Business

Application Integration: The Future of Technology in Business Application Integration: The Future of Technology in Business ISLANDS OF DATA Over the last twenty years, the trend for businesses has been to base application development on need a new application is

More information

PARCC TECHNOLOGY ARCHITECTURE ARCHITECTURAL PRINCIPLES AND CONSTRAINTS SUMMARY

PARCC TECHNOLOGY ARCHITECTURE ARCHITECTURAL PRINCIPLES AND CONSTRAINTS SUMMARY PARCC TECHNOLOGY ARCHITECTURE ARCHITECTURAL PRINCIPLES AND CONSTRAINTS SUMMARY Version 1.1 November 5, 2012 Architectural Principles and Constraints Summary REVISION HISTORY The following revision chart

More information

Guideline for Implementing the Universal Data Element Framework (UDEF)

Guideline for Implementing the Universal Data Element Framework (UDEF) Guideline for Implementing the Universal Data Element Framework (UDEF) Version 1.0 November 14, 2007 Developed By: Electronic Enterprise Integration Committee Aerospace Industries Association, Inc. Important

More information

XML-Based Business-to-Business E-Commerce

XML-Based Business-to-Business E-Commerce 62-01-97 XML-Based Business-to-Business E-Commerce Michael Blank MOST COMPANIES HAVE ALREADY RECOGNIZED THE BENEFITS of doing business electronically. E-commerce takes many forms and includes supply chain

More information

Business Process Management in the Finance Sector

Business Process Management in the Finance Sector Business Process Management in the Finance Sector Leveraging the power of processes for profit oracle.com Introduction It is vital for financial services companies to ensure the rapid implementation of

More information

Today, the Cisco Enterprise B2B team has created automated and standardized processes in the following areas:

Today, the Cisco Enterprise B2B team has created automated and standardized processes in the following areas: How Cisco Enables Electronic Interactions with Sales, Manufacturing, and Service Partners Business-to-business drives productivity, growth, and an improved customer experience. Cisco IT Case Study/Business

More information

Enterprise Application Designs In Relation to ERP and SOA

Enterprise Application Designs In Relation to ERP and SOA Enterprise Application Designs In Relation to ERP and SOA DESIGNING ENTERPRICE APPLICATIONS HASITH D. YAGGAHAVITA 20 th MAY 2009 Table of Content 1 Introduction... 3 2 Patterns for Service Integration...

More information

Increase Agility and Reduce Costs with a Logical Data Warehouse. February 2014

Increase Agility and Reduce Costs with a Logical Data Warehouse. February 2014 Increase Agility and Reduce Costs with a Logical Data Warehouse February 2014 Table of Contents Summary... 3 Data Virtualization & the Logical Data Warehouse... 4 What is a Logical Data Warehouse?... 4

More information

New Options for Mutual Fund Managers

New Options for Mutual Fund Managers A Confluence Whitepaper XBRL FILING: New Options for Mutual Fund Managers Updated August 2008 The purpose of this whitepaper is twofold: to help mutual fund professionals understand the significance of

More information

Content Management Using Rational Unified Process Part 1: Content Management Defined

Content Management Using Rational Unified Process Part 1: Content Management Defined Content Management Using Rational Unified Process Part 1: Content Management Defined Introduction This paper presents an overview of content management, particularly as it relates to delivering content

More information

PLM and ERP Integration: Business Efficiency and Value A CIMdata Report

PLM and ERP Integration: Business Efficiency and Value A CIMdata Report PLM and ERP Integration: Business Efficiency and Value A CIMdata Report Mechatronics A CI PLM and ERP Integration: Business Efficiency and Value 1. Introduction The integration of Product Lifecycle Management

More information

IBM Enterprise Content Management Product Strategy

IBM Enterprise Content Management Product Strategy White Paper July 2007 IBM Information Management software IBM Enterprise Content Management Product Strategy 2 IBM Innovation Enterprise Content Management (ECM) IBM Investment in ECM IBM ECM Vision Contents

More information

XML for Manufacturing Systems Integration

XML for Manufacturing Systems Integration Information Technology for Engineering & Manufacturing XML for Manufacturing Systems Integration Tom Rhodes Information Technology Laboratory Overview of presentation Introductory material on XML NIST

More information

Information paper. Best Practice for Successful Implementation of ISO 20022 for Financial Institutions

Information paper. Best Practice for Successful Implementation of ISO 20022 for Financial Institutions Information paper Best Practice for Successful Implementation of ISO 20022 for Financial Institutions Contents Executive summary...3 The ISO 20022 standard...3 Growth of ISO 20022 adoption...4 Adoption

More information

WHITE PAPER. Creating your Intranet Checklist

WHITE PAPER. Creating your Intranet Checklist WHITE PAPER Creating your Intranet Checklist About this guide It can be overwhelming to run and manage an Intranet project. As a provider of Intranet software and services to small, medium and large organizations,

More information

Automated Business Intelligence

Automated Business Intelligence Automated Business Intelligence Delivering real business value,quickly, easily, and affordably 2 Executive Summary For years now, the greatest weakness of the Business Intelligence (BI) industry has been

More information

XML WEB TECHNOLOGIES

XML WEB TECHNOLOGIES XML WEB TECHNOLOGIES Chakib Chraibi, Barry University, cchraibi@mail.barry.edu ABSTRACT The Extensible Markup Language (XML) provides a simple, extendable, well-structured, platform independent and easily

More information

Increasing the Productivity and Efficiency of Business Transactions with Microsoft Business Solutions Navision Intercompany Postings

Increasing the Productivity and Efficiency of Business Transactions with Microsoft Business Solutions Navision Intercompany Postings Increasing the Productivity and Efficiency of Business Transactions with Microsoft Business Solutions Navision Intercompany Postings White Paper Published: May 2004 Contents Introduction...1 Streamlining

More information

Standards Required to Support XML-Based B2B Integration

Standards Required to Support XML-Based B2B Integration Standards Required to Support XML-Based B2B Integration A conceptual model for understanding XML convergence Companies across all industries are realizing the fundamental benefits of using the Internet

More information

SOA: The missing link between Enterprise Architecture and Solution Architecture

SOA: The missing link between Enterprise Architecture and Solution Architecture SOA: The missing link between Enterprise Architecture and Solution Architecture Jaidip Banerjee and Sohel Aziz Enterprise Architecture (EA) is increasingly being acknowledged as the way to maximize existing

More information

Content Management Using the Rational Unified Process By: Michael McIntosh

Content Management Using the Rational Unified Process By: Michael McIntosh Content Management Using the Rational Unified Process By: Michael McIntosh Rational Software White Paper TP164 Table of Contents Introduction... 1 Content Management Overview... 1 The Challenge of Unstructured

More information

Cost-effective supply chains: Optimizing product development through integrated design and sourcing

Cost-effective supply chains: Optimizing product development through integrated design and sourcing Cost-effective supply chains: Optimizing product development through integrated design and sourcing White Paper Robert McCarthy, Jr., associate partner, Supply Chain Strategy Page 2 Page 3 Contents 3 Business

More information

Transforming Field Service Operations w ith Microsoft Dynamics NAV

Transforming Field Service Operations w ith Microsoft Dynamics NAV Transforming Field Service Operations w ith Microsoft Dynamics NAV Open Door Technology Inc. Date: May 2010 www.opendoor.ca 8 77.777.776 Contents Introduction... 3 Mobile Technology Needs for Field Services

More information

Managing and Integrating Clinical Trial Data: A Challenge for Pharma and their CRO Partners

Managing and Integrating Clinical Trial Data: A Challenge for Pharma and their CRO Partners Managing and Integrating Clinical Trial Data: A Challenge for Pharma and their CRO Partners Within the Pharmaceutical Industry, nothing is more fundamental to business success than bringing drugs and medical

More information

www.cadac.com White Paper Microsoft SharePoint for Engineering Document Management and Control

www.cadac.com White Paper Microsoft SharePoint for Engineering Document Management and Control www.cadac.com White Paper Microsoft SharePoint for Engineering Document Management and Control Microsoft SharePoint is a powerful platform for document management and project collaboration. Many project-driven

More information

Emerging Technologies Shaping the Future of Data Warehouses & Business Intelligence

Emerging Technologies Shaping the Future of Data Warehouses & Business Intelligence Emerging Technologies Shaping the Future of Data Warehouses & Business Intelligence Service Oriented Architecture SOA and Web Services John O Brien President and Executive Architect Zukeran Technologies

More information

Service Oriented Architecture

Service Oriented Architecture Service Oriented Architecture Charlie Abela Department of Artificial Intelligence charlie.abela@um.edu.mt Last Lecture Web Ontology Language Problems? CSA 3210 Service Oriented Architecture 2 Lecture Outline

More information

COM-19-1029 A. White, D. Hope-Ross, K. Peterson, D. Ackerman

COM-19-1029 A. White, D. Hope-Ross, K. Peterson, D. Ackerman A. White, D. Hope-Ross, K. Peterson, D. Ackerman Research Note 7 February 2003 Commentary Product Content and Data Management Promises Savings By 2013, standardized ways of describing products will prevent

More information

SIMATIC IT Production Suite Answers for industry.

SIMATIC IT Production Suite Answers for industry. Driving Manufacturing Performance SIMATIC IT Production Suite Answers for industry. SIMATIC IT at the intersection of value creation processes With SIMATIC IT, Siemens is broadening the scope of MES. Plant

More information

CEFACT AD HOC WORKING GROUP ON SIMPL-EDI AND FORMS AND WEB BASED EDI (SIMAC) Proposal for a UN Repository for XML/EDI

CEFACT AD HOC WORKING GROUP ON SIMPL-EDI AND FORMS AND WEB BASED EDI (SIMAC) Proposal for a UN Repository for XML/EDI 5 June 1998 CEFACT AD HOC WORKING GROUP ON SIMPL-EDI AND FORMS AND WEB BASED EDI (SIMAC) Proposal for a UN Repository for XML/EDI SOURCE: Dick Raman STATUS: CONTRIBUTION ACTION: FOR DISCUSSION page 2.

More information

White Paper: Conceptual Engineering

White Paper: Conceptual Engineering White Paper: Conceptual Engineering CAD Tools that Promote Invention Executive Summary Today s mechanical engineers are challenged to produce new products in less time than ever before. Over the past ten

More information

Creating an EAD Finding Aid. Nicole Wilkins. SJSU School of Library and Information Science. Libr 281. Professor Mary Bolin.

Creating an EAD Finding Aid. Nicole Wilkins. SJSU School of Library and Information Science. Libr 281. Professor Mary Bolin. 1 Creating an EAD Finding Aid SJSU School of Library and Information Science Libr 281 Professor Mary Bolin November 30, 2009 2 Summary Encoded Archival Description (EAD) is a widely used metadata standard

More information

High-Level Guide for Managers. The Information Framework

High-Level Guide for Managers. The Information Framework High-Level Guide for Managers The Information Framework March 2010 1. Executive Summary The Information Framework is one of the major components that make up TM Forum Frameworx, an Integrated Business

More information

A Guide to Selecting a Learning Content Management Solution www.amvonet.com Page 1 of 7

A Guide to Selecting a Learning Content Management Solution www.amvonet.com Page 1 of 7 A Guide to Selecting a Learning Content Management Solution www.amvonet.com Page 1 of 7 A Guide to Selecting a Learning Content Management Solution Since the 1990s, e-learning has grown tremendously in

More information

Agile enterprise content management and the IBM Information Agenda.

Agile enterprise content management and the IBM Information Agenda. Transforming your content into a trusted, strategic asset Agile enterprise content management and the IBM Information Agenda. Delivering a common information framework for uncommon business agility Highlights

More information

Data Management Value Proposition

Data Management Value Proposition Data Management Value Proposition DATA MAY BE THE MOST IMPORTANT RESOURCE OF THE INSURANCE INDUSTRY Experts have long maintained that data are an important resource that must be carefully managed. Like

More information

Wrangling Actionable Insights from Organizational Data

Wrangling Actionable Insights from Organizational Data Wrangling Actionable Insights from Organizational Data Koverse Eases Big Data Analytics for Those with Strong Security Requirements The amount of data created and stored by organizations around the world

More information

Hubspan White Paper: Beyond Traditional EDI

Hubspan White Paper: Beyond Traditional EDI March 2010 Hubspan White Paper: Why Traditional EDI no longer meets today s business or IT needs, and why companies need to look at broader business integration Table of Contents Page 2 Page 2 Page 3 Page

More information

CMMS/EAM. Maintenance Solutions

CMMS/EAM. Maintenance Solutions CMMS/EAM Maintenance Solutions Superior Functionality. Fully Integrated Solution. Maximum System Support. Maximize Critical Assets Maintenance Software Solutions For nearly 40 years, CHAMPS has remained

More information

Program Advisory Committee (PAC) Agenda. December 14, 2011 9:00am 3:00pm PST. Agenda Items:

Program Advisory Committee (PAC) Agenda. December 14, 2011 9:00am 3:00pm PST. Agenda Items: BOULDER NASHVILLE SAN FRANCISCO KANSAS CITY SPRINGFIELD, MO FAIRFAX, VA 2540 Frontier Avenue, Suite 100 Boulder, Colorado 80301 303.444.4149 SUBJECT: Date: Program Advisory Committee (PAC) Agenda December

More information

Next-Generation Administrative Systems:

Next-Generation Administrative Systems: EDUCAUSE Center for Applied Research Research Bulletin Volume 2007, Issue 19 September 11, 2007 Next-Generation Administrative Systems: Philosophy, Principles, and Technology Ted Dodds, The University

More information

Tech-Clarity Insight: Managing Engineering Data. The Role of Product Data Management in Improving Engineering Efficiency

Tech-Clarity Insight: Managing Engineering Data. The Role of Product Data Management in Improving Engineering Efficiency Tech-Clarity Insight: Managing Engineering Data The Role of Product Data Management in Improving Engineering Efficiency Tech-Clarity, Inc. 2010 Table of Contents Executive Overview... 3 PDM and the Business

More information

Developing XML Solutions with JavaServer Pages Technology

Developing XML Solutions with JavaServer Pages Technology Developing XML Solutions with JavaServer Pages Technology XML (extensible Markup Language) is a set of syntax rules and guidelines for defining text-based markup languages. XML languages have a number

More information

Asset and Lifecycle Management

Asset and Lifecycle Management Campbell Robertson, Worldwide Public Sector Solution Leader, IBM ECM August 2014 Asset and Lifecycle Management With enterprise content management from IBM The asset lifecycle Concept Design Tender Build

More information

Enterprise Digital Identity Architecture Roadmap

Enterprise Digital Identity Architecture Roadmap Enterprise Digital Identity Architecture Roadmap Technical White Paper Author: Radovan Semančík Date: April 2005 (updated September 2005) Version: 1.2 Abstract: This document describes the available digital

More information

Business Partner Program Guide

Business Partner Program Guide Business Partner Program Guide Business Challenges Require New Solutions A Comprehensive Approach to Partnering for Success. Panduit introduces an exciting program designed to help you become a better

More information

CAD/CAE systems and cost engineering

CAD/CAE systems and cost engineering CAD/CAE systems and cost engineering The purpose of this article is to explain how total life-cycle solutions can help engineering procurement and construction and plant owner companies meet today s business

More information

Document Engineering: Analyzing and Designing the Semantics of Business Service Networks

Document Engineering: Analyzing and Designing the Semantics of Business Service Networks Document Engineering: Analyzing and Designing the Semantics of Business Service Networks Dr. Robert J. Glushko University of California Berkeley glushko@sims.berkeley.edu Tim McGrath Universal Business

More information

Repository-Centric Enterprise Architecture

Repository-Centric Enterprise Architecture Repository-Centric Enterprise Architecture Copyright 2005, Enterprise Elements, Inc. Abstract - Enterprise Architecture modeling tools are used to capture complex knowledge about organizations and technology.

More information

Service-Oriented Architecture: Analysis, the Keys to Success!

Service-Oriented Architecture: Analysis, the Keys to Success! Service-Oriented Architecture: Analysis, the Keys to Success! Presented by: William F. Nazzaro CTO, Inc. bill@iconatg.com www.iconatg.com Introduction Service-Oriented Architecture is hot, but we seem

More information

EBXML FEATURE SOAP WSDL. written by Una Kearns UDDI. Content Management & Web Services. 6 November 2001 www.wsj2.com

EBXML FEATURE SOAP WSDL. written by Una Kearns UDDI. Content Management & Web Services. 6 November 2001 www.wsj2.com WS J FEATURE SOAP EBXML written by Una Kearns UDDI WSDL Content Management & Web Services 6 November 2001 econtent Services the services behind Web Services Una Kearns, XML architect at Documentum, leads

More information

Planning the transition to IPv6

Planning the transition to IPv6 Planning the transition to IPv6 An Allstream White Paper 1 Table of contents Why transition now? 1 Transition mechanisms 2 Transition phases 2 IPv6 transition challenges 3 Taking advantage of IPv6 benefits

More information

AVEVA NET Accesses and Manages the Digital Asset. Executive Overview... 3. Project Risk: Inaccessible, Unreliable Information... 4

AVEVA NET Accesses and Manages the Digital Asset. Executive Overview... 3. Project Risk: Inaccessible, Unreliable Information... 4 ARC WHITE PAPER By ARC Advisory Group JUNE 18, 2013 AVEVA NET Accesses and Manages the Digital Asset Executive Overview... 3 Project Risk: Inaccessible, Unreliable Information... 4 AVEVA NET Focuses on

More information

US Patent and Trademark Office Department of Commerce

US Patent and Trademark Office Department of Commerce US Patent and Trademark Office Department of Commerce Request for Comments Regarding Prior Art Resources for Use in the Examination of Software-Related Patent Applications [Docket No.: PTO-P-2013-0064]

More information

Enterprise content management solutions Better decisions, faster. Storing, finding and managing content in the digital enterprise.

Enterprise content management solutions Better decisions, faster. Storing, finding and managing content in the digital enterprise. Enterprise content management solutions Better decisions, faster Storing, finding and managing content in the digital enterprise. Streamlines the collection, protection, sharing and distribution of digital

More information

WHITE PAPER. From Building Information Management to Facilities Management

WHITE PAPER. From Building Information Management to Facilities Management October 2011 WHITE PAPER. Management to Facilities Management A look at the benefits to be found by fostering the links between Building Information Modelling (used by the construction industry) and Computer

More information

Fogbeam Vision Series - The Modern Intranet

Fogbeam Vision Series - The Modern Intranet Fogbeam Labs Cut Through The Information Fog http://www.fogbeam.com Fogbeam Vision Series - The Modern Intranet Where It All Started Intranets began to appear as a venue for collaboration and knowledge

More information

BUSINESS PROCESS AND EBXML - WEB SERVICES INTEGRATION PLATFORM, REQUIREMENTS, ARCHITECTURES, SECURITY

BUSINESS PROCESS AND EBXML - WEB SERVICES INTEGRATION PLATFORM, REQUIREMENTS, ARCHITECTURES, SECURITY 1 2 BUSINESS PROCESS AND EBXML - WEB SERVICES INTEGRATION PLATFORM, REQUIREMENTS, ARCHITECTURES, SECURITY 1 Carmen RĂDUŢ, 2 Maria STĂNILOIU 1 Universitatea Constantin Brâncoveanu PITEŞTI 2 Universitatea

More information

Create a single 360 view of data Red Hat JBoss Data Virtualization consolidates master and transactional data

Create a single 360 view of data Red Hat JBoss Data Virtualization consolidates master and transactional data Whitepaper Create a single 360 view of Red Hat JBoss Data Virtualization consolidates master and transactional Red Hat JBoss Data Virtualization can play diverse roles in a master management initiative,

More information

The Intelligent Content Framework

The Intelligent Content Framework The Intelligent Content Framework A practical approach to accelerating the Study Design and Regulatory Documentation Development Processes using a Rules-driven, Structured Content Authoring Solution Framework

More information

B2B E-Commerce Solutions Empower Wholesale Distributors

B2B E-Commerce Solutions Empower Wholesale Distributors SAP Thought Leadership Paper Wholesale Distribution B2B E-Commerce Solutions Empower Wholesale Distributors Achieve Interaction Excellence with Outstanding Online Experiences and High-Quality Digital Content

More information

Looking Inside the Box May Yield Great Results

Looking Inside the Box May Yield Great Results Looking Inside the Box May Yield Great Results Our motto Helping Good People Get Better has given us real insight into opportunities to dramatically improve your operations. Whether you are focusing on

More information

Enterprise Content Management: A Foundation for Enterprise Information Management

Enterprise Content Management: A Foundation for Enterprise Information Management Enterprise Content Management: A Foundation for Enterprise Information Management Five Pillars of Success in Enterprise Information Management A CM Mitchell Consulting White Paper & Glossary October 2006

More information

Information Technology Strategic Plan

Information Technology Strategic Plan 2401 53 rd Street South Gulfport, Florida 33707. City of Gulfport Florida Information Technology Strategic Plan.......... Gulfport's Technology Principles, Objectives and Developed by the City of Gulfport

More information

Meta-Data-Based Collaboration In Construction Project Management

Meta-Data-Based Collaboration In Construction Project Management Meta-Data-Based Collaboration In Construction Project Management Nga-Na Leung*, Swee-Lean Chan** and Raja R.A.Issa*** *Ph.D. student, Rinker School of Building Construction, University of Florida, Gainesville,

More information

Workforce Information Technology Procurement Project

Workforce Information Technology Procurement Project Helping government agencies achieve their employment goals Workforce Information Technology Procurement Project May 15, 2013 @ 3:00 p.m. EST Solicitation No. 13-RFI-001-LJ REQUEST FOR INFORMATION (RFI)

More information

TAKEAWAYS CHALLENGES. The Evolution of Capture for Unstructured Forms and Documents STRATEGIC WHITE PAPER

TAKEAWAYS CHALLENGES. The Evolution of Capture for Unstructured Forms and Documents STRATEGIC WHITE PAPER STRATEGIC WHITE PAPER CHALLENGES Lost Productivity Business Inefficiency The Evolution of Capture for Unstructured Forms and Documents Inability to Capture and Classify Unstructured Forms and Documents

More information

XBRL guide for UK businesses

XBRL guide for UK businesses XBRL guide for UK businesses This document provides an introduction for UK businesses to the extensible Business Reporting Language (XBRL) data format and Inline XBRL (ixbrl), the standard form of presentation

More information

Filing Information Rich Digital Asset Management Coca-Cola s Archive Research Assistant: Using DAM for Competitive Advantage IDC Opinion

Filing Information Rich Digital Asset Management Coca-Cola s Archive Research Assistant: Using DAM for Competitive Advantage IDC Opinion Filing Information December 2001 IDC #26278 Volume: 1 Tab: Others Rich Digital Asset Management Bulletin Coca-Cola s Archive Research Assistant: Using DAM for Competitive Advantage Analyst: Joshua Duhl

More information

Enterprise 2.0 and SharePoint 2010

Enterprise 2.0 and SharePoint 2010 Enterprise 2.0 and SharePoint 2010 Doculabs has many clients that are investigating their options for deploying Enterprise 2.0 or social computing capabilities for their organizations. From a technology

More information

Authoring Within a Content Management System. The Content Management Story

Authoring Within a Content Management System. The Content Management Story Authoring Within a Content Management System The Content Management Story Learning Goals Understand the roots of content management Define the concept of content Describe what a content management system

More information

Demand more from your retail marketing. HP Retail Promotion Manager

Demand more from your retail marketing. HP Retail Promotion Manager Demand more from your retail marketing. HP Retail Promotion Manager Reduce costs and boost sales. The HP Retail Promotion Manager provides a solution for retailers seeking to streamline and simplify the

More information

SAP's MDM Shows Potential, but Is Rated 'Caution'

SAP's MDM Shows Potential, but Is Rated 'Caution' Products, A. White, D. Hope-Ross Research Note 16 September 2003 SAP's MDM Shows Potential, but Is Rated 'Caution' SAP's introduction of its Master Data Management solution shows it recognizes that maintaining

More information

Lightweight Data Integration using the WebComposition Data Grid Service

Lightweight Data Integration using the WebComposition Data Grid Service Lightweight Data Integration using the WebComposition Data Grid Service Ralph Sommermeier 1, Andreas Heil 2, Martin Gaedke 1 1 Chemnitz University of Technology, Faculty of Computer Science, Distributed

More information

EDI stands for the transfer of structured data, by agreed standards from computer application to computer application through electronic means.

EDI stands for the transfer of structured data, by agreed standards from computer application to computer application through electronic means. Basic Terminology used in Trade Facilitation and Port Community System UNCEFACT Related Terms TERM ACRONYM DEFINITION + INFORMATION Business Requirement Specification Document that specifies the business

More information

Chapter 6 Essentials of Design and the Design Activities

Chapter 6 Essentials of Design and the Design Activities Systems Analysis and Design in a Changing World, sixth edition 6-1 Chapter 6 Essentials of Design and the Design Activities Chapter Overview There are two major themes in this chapter. The first major

More information

The key to success: Enterprise social collaboration fuels innovative sales & operations planning

The key to success: Enterprise social collaboration fuels innovative sales & operations planning Manufacturing The key to success: Enterprise social collaboration fuels innovative sales & operations planning As the sales and operations planning leader, you have a few principal responsibilities: setting

More information

Data Center Solutions

Data Center Solutions Data Center Solutions New Data Center Challenges Require New Solutions Data Center Architecture. Inside and Out. Data centers are mission-critical facilities. A silo-based approach to designing, deploying

More information

SharePoint for Engineering Document Management & Control

SharePoint for Engineering Document Management & Control SharePoint for Engineering Document Management & Control Managing and controlling engineering documents and drawings with SharePoint A white paper by Cadac Organice BV Date: 01-03-2012 Table of contents

More information

IBM Information Management

IBM Information Management IBM Information Management January 2008 IBM Information Management software Enterprise Information Management, Enterprise Content Management, Master Data Management How Do They Fit Together An IBM Whitepaper

More information

Language Translation Services RFP Issued: January 1, 2015

Language Translation Services RFP Issued: January 1, 2015 Language Translation Services RFP Issued: January 1, 2015 The following are answers to questions Brand USA has received to the RFP for Language Translation Services. Thanks to everyone who submitted questions

More information

Reengineering the Foundation for B2B Information Exchange in the Supply Chain Moving from EDI Enablement and EDI Hubs to Cloud Platforms

Reengineering the Foundation for B2B Information Exchange in the Supply Chain Moving from EDI Enablement and EDI Hubs to Cloud Platforms Reengineering the Foundation for B2B Information Exchange in the Supply Chain Moving from EDI Enablement and EDI Hubs to Cloud Platforms A GT Nexus White Paper Executive Summary In today s globally outsourced

More information

The Integration Between EAI and SOA - Part I

The Integration Between EAI and SOA - Part I by Jose Luiz Berg, Project Manager and Systems Architect at Enterprise Application Integration (EAI) SERVICE TECHNOLOGY MAGAZINE Issue XLIX April 2011 Introduction This article is intended to present the

More information

I D C E X E C U T I V E B R I E F

I D C E X E C U T I V E B R I E F I D C E X E C U T I V E B R I E F E n a b l i n g B e t t e r D e c i s i o n s T h r o u g h U n i f i e d Ac c e s s t o I n f o r m a t i o n November 2008 Global Headquarters: 5 Speen Street Framingham,

More information

CITY OF VAUGHAN EXTRACT FROM COUNCIL MEETING MINUTES OF FEBRUARY 17, 2015

CITY OF VAUGHAN EXTRACT FROM COUNCIL MEETING MINUTES OF FEBRUARY 17, 2015 EXTRACT FROM COUNCIL MEETING MINUTES OF FEBRUARY 17, 2015 Item 3, Report No. 5, of the Finance, Administration and Audit Committee, which was adopted without amendment by the Council of the City of Vaughan

More information

ESPRIT 29938 ProCure. ICT at Work for the LSE ProCurement Chain:

ESPRIT 29938 ProCure. ICT at Work for the LSE ProCurement Chain: ESPRIT 29938 ProCure ICT at Work for the LSE ProCurement Chain: Putting Information Technology & Communications Technology to work in the Construction Industry The EU-funded ProCure project was designed

More information

SOA REFERENCE ARCHITECTURE: WEB TIER

SOA REFERENCE ARCHITECTURE: WEB TIER SOA REFERENCE ARCHITECTURE: WEB TIER SOA Blueprint A structured blog by Yogish Pai Web Application Tier The primary requirement for this tier is that all the business systems and solutions be accessible

More information

Introduction to SOA governance and service lifecycle management.

Introduction to SOA governance and service lifecycle management. -oriented architecture White paper March 2009 Introduction to SOA governance and Best practices for development and deployment Bill Brown, executive IT architect, worldwide SOA governance SGMM lead, SOA

More information

B2B Glossary of Terms

B2B Glossary of Terms Oracle Application Server 10g Integration B2B B2B Glossary of Terms October 11, 2005 B2B Glossary of Terms Contents Glossary... 3 Application-to-Application Integration (A2A)... 3 Application Service Provider

More information

SOA Success is Not a Matter of Luck

SOA Success is Not a Matter of Luck by Prasad Jayakumar, Technology Lead at Enterprise Solutions, Infosys Technologies Ltd SERVICE TECHNOLOGY MAGAZINE Issue L May 2011 Introduction There is nothing either good or bad, but thinking makes

More information

Transforming Information Silos into Shareable Assets through Automated Content Conversion

Transforming Information Silos into Shareable Assets through Automated Content Conversion Transforming Information Silos into Shareable Assets through Automated Content Conversion AUTOMATED DOCUMENT CONVERSION FOR ECM SYSTEMS WHITE PAPER Executive Summary Massive volumes of business data much

More information

ISO 15926 Lifecycle Data for Process Plant

ISO 15926 Lifecycle Data for Process Plant ISO 15926 Lifecycle Data for Process Plant A Bentley White Paper A Bentley White Paper Ken Adamson January, 2008 www.bentley.com Introduction Ever since CAD and 3D modeling were first computerized, there

More information

Enterprise Service Bus Defined. Wikipedia says (07/19/06)

Enterprise Service Bus Defined. Wikipedia says (07/19/06) Enterprise Service Bus Defined CIS Department Professor Duane Truex III Wikipedia says (07/19/06) In computing, an enterprise service bus refers to a software architecture construct, implemented by technologies

More information

A Closer Look at BPM. January 2005

A Closer Look at BPM. January 2005 A Closer Look at BPM January 2005 15000 Weston Parkway Cary, NC 27513 Phone: (919) 678-0900 Fax: (919) 678-0901 E-mail: info@ultimus.com http://www.ultimus.com The Information contained in this document

More information

Supply Chain Management and Value Creation

Supply Chain Management and Value Creation Supply Chain Management and Value Creation YAN Xi 1, KANG Canhua 2 School of Economics, Wuhan University of Technology, Wuhan 430070, China 1. cassie_yan@163.com, 2.kchhua@whut.edu.cn Abstract: In recent

More information

Service Management Software: A Productive Solution and Necessity for Efficient Tech Service Dispatch and Work Order Management

Service Management Software: A Productive Solution and Necessity for Efficient Tech Service Dispatch and Work Order Management Service Management Software: A Productive Solution and Necessity for Efficient Tech Service Dispatch and Work Order Management By Scott Wasserman, Marketing Director, High 5 Software Introduction: After

More information