Skip to main content

David Gelpi Fleta

David Gelpi Fleta's Public Library

14 Jan 09

Extended Enterprise - Wikipedia, the free encyclopedia

  • An Extended Enterprise is a loosely coupled, self-organizing network of firms that combine their economic output to provide products and services offerings to the market. Firms in the extended enterprise may operate independently,
  • Alternatively referred to as a "supply chain" or a "value chain", the extended enterprise describes the community of participants involved with provisioning a set of service offerings.

Forecasting - Wikipedia, the free encyclopedia

  • Forecasting is the process of estimation in unknown situations.
  • Risk and uncertainty are central to forecasting and prediction. Forecasting is used in the practice of Customer Demand Planning in every day business forecasting for manufacturing companies.

Value chain - Wikipedia, the free encyclopedia

  • The value chain, also known as value chain analysis, is a concept from business management
  • A value chain is a chain of activities. Products pass through all activities of the chain in order and at each activity the product gains some value. The chain of activities gives the products more added value than the sum of added values of all activities. It is important not to mix the concept of the value chain with the costs occurring throughout the activities.
  • 4 more annotations...

Supply chain management software - Wikipedia, the free encyclopedia

    • Supply chain management software (SCMS) is a business term which refers to a range of software tools or modules used in executing supply chain transactions, managing supplier relationships and controlling associated business processes.


      While functionality in such systems can often be broad – it commonly includes:



      1. Customer requirement processing
      2. Purchase order processing
      3. Inventory management
      4. Goods receipt and Warehouse management
      5. Supplier Management/Sourcing


      A requirement of many SCMS often includes forecasting.

Supply chain management - Wikipedia, the free encyclopedia

  • Supply chain management (SCM) is the management of a network of interconnected businesses involved in the ultimate provision of product and service packages required by end customers (Harland, 1996). Supply Chain Management spans all movement and storage of raw materials, work-in-process inventory, and finished goods from point-of-origin to point-of-consumption (supply chain).
  • includes coordination and collaboration with channel partners, which can be suppliers, intermediaries, third-party service providers, and customers. In essence, Supply Chain Management integrates supply and demand management within and across companies.
  • 1 more annotations...

Becoming an Architect in a System Integrator

  • Enterprise Architect/Chief Architect



    The enterprise architect is responsible for implementing the
    CIO's vision and strategy for IT. It includes defining strategic programs
    (usually multiyear, multimillion dollars for large organizations), selecting
    the appropriate technology platforms, and providing guidance for
    implementations. The enterprise architect aids the CIO in making sure that the
    IT investments are aligned to the business strategy, and provide competitive
    edge for the organization

  • "Chief Architect."
  • 5 more annotations...
13 Jan 09

XPath Axes

  • XPath Axes



    An axis defines a node-set relative to the current node.

  • ancestor
  • 9 more annotations...

XPath Syntax

  • Selecting Nodes


    XPath uses path expressions to select nodes in an XML document.

  • Expression
    Description

    nodename
    Selects all child nodes of the named node

    /
    Selects from the root node

    //
    Selects nodes in the document from the current node that
    match the selection no matter where they are

    .
    Selects the current node

    ..
    Selects the parent of the current node

    @
    Selects attributes
  • 10 more annotations...

XPath Nodes

  • In XPath, there are seven kinds of nodes: element, attribute,
    text, namespace, processing-instruction, comment, and document (root) nodes.

  • XML documents are treated as trees of nodes. The root of the tree is called the
    document node (or root node).
  • 6 more annotations...

Introduction to XPath

  • XPath is a language for finding information in an XML document
    • What is XPath?


      • XPath is a syntax for defining parts of an XML document
      • XPath uses path expressions to navigate in XML documents
      • XPath contains a library of standard functions
      • XPath is a major element in XSLT
      • XPath is a W3C recommendation

XSL Transformations (XSLT)

  • <xsl:template

      match = pattern

      name = qname

      priority = number

      mode = qname>
  • In the absence of a select attribute, the
    xsl:apply-templates instruction processes all of the children of
    the current node, including text nodes
  • 3 more annotations...

XSLT Tutorial

  • XSL stands for EXtensible Stylesheet Language.
  • there was a need for an XML-based style sheet language.
  • 1 more annotations...
03 Nov 08

XML Schema How To

  • This XML document has a reference to an XML Schema:
  • xsi:schemaLocation="http://www.w3schools.com note.xsd"
20 Oct 08

XML DOM Introduction

  • What is the DOM?



    The DOM is a W3C (World Wide Web Consortium) standard.


    The DOM defines a standard for accessing
    documents like XML and HTML:



    "The W3C Document Object Model (DOM) is a platform and language-neutral
    interface that allows programs and scripts to dynamically access and update the
    content, structure, and style of a document."

    • What is the XML DOM?


      The XML DOM is:



      • A standard object model for XML
      • A standard programming interface for XML
      • Platform- and language-independent
      • A W3C standard
  • 1 more annotations...

XML DOM

  • The XML DOM



    The XML DOM (XML Document Object Model) defines a
    standard way for accessing and manipulating XML documents.

  • The DOM views XML documents as a tree-structure
  • 2 more annotations...

XML Parser

  • Parsing XML
  • The parser reads XML into memory and converts it into an XML DOM object that
    can be accessed with JavaScript.
1 - 20 of 49 Next › Last »
Showing 20 items per page

Diigo is about better ways to research, share and collaborate on information. Learn more »

Join Diigo