Copyrighted material John Tullis 10/21/2015 page 1 04/02/00 Merchant Servers Presentation John Tullis DePaul Instructor

Slides:



Advertisements
Similar presentations
DIGIDOC A web based tool to Manage Documents. System Overview DigiDoc is a web-based customizable, integrated solution for Business Process Management.
Advertisements

Electronic Commerce Software
1 4 Chapter 4 Electronic Commerce Software Electronic Commerce.
Electronic Commerce Software
10.1 © 2007 by Prentice Hall 10 Chapter E-Commerce: Digital Markets, Digital Goods.
Electronic Commerce Software
Chapter 9 Electronic Commerce Software. Electronic Commerce Software Basics Dependent on : –The expected size of the enterprise and its projected traffic.
02/12/00 E-Business Architecture
Discovering Computers Fundamentals, 2011 Edition Living in a Digital World.
1 Pertemuan 13 Servers for E-Business Matakuliah: M0284/Teknologi & Infrastruktur E-Business Tahun: 2005 Versi: >
Copyright © 2004 Pearson Education, Inc. Slide 4-1 E-commerce Kenneth C. Laudon Carol Guercio Traver business. technology. society. Second Edition.
Copyright © 2002 Pearson Education, Inc.
Shopping and ORM Solutions
Copyrighted material John Tullis Vignette John Tullis DePaul Instructor
Chapter 9: Electronic Commerce Software
Chapter 9: Electronic Commerce Software
E-Commerce: The Second Wave Fifth Annual Edition
E-Commerce: The Second Wave Fifth Annual Edition Chapter 9: Electronic Commerce Software.
Electronic Commerce Systems
1st Project Introduction to HTML.
Chapter 9: Electronic Commerce Software
Management Information system E-commerce E-business Supervised by: Miss : Rasha Ragheb Atallah Presentation provided by: Salah Imad AlQady Ramzy Shafeeq.
Conceptual Design of an E- commerce System Min Ding Smeal College of Business Administration Pennsylvania State University.
E-Business Lecture 3 Website Development and Management Process.
Software for E- Commerce
Chapter ONE Introduction to HTML.
E-Commerce Michael Andrianus – Vincentius
HTML Comprehensive Concepts and Techniques Intro Project Introduction to HTML.
E-Commerce Architecture
ELC 200 Day 9. Agenda Questions? Assignment 2 is Due Assignment 3 is posted  Due Feb. 25, 2014  assignment3.pdf assignment3.pdf Finish Building an E-commerce.
Chapter 9: Electronic Commerce Software Electronic Commerce, Sixth Edition.
Electronic Commerce Software Chapter 9 Bridgette Batten Susan Harper.
Databases and the Internet. Lecture Objectives Databases and the Internet Characteristics and Benefits of Internet Server-Side vs. Client-Side Special.
Introduction to E-Commerce
1 E-Business Technology : Electronic Commerce Software Mr. Seree Chinoom Department of Computer Science Burapha University
1 An Introduction to Electronic Commerce Electronic commerce: conducting business activities (e.g., distribution, buying, selling, marketing, and servicing.
Copyrighted material John Tullis 9/17/2015 page 1 04/08/00 Team Projects John Tullis DePaul Instructor
Chapter 10 Developing a Web-Based Online Shopping Application (I)
Agenda Why E-commerce ? E-commerce - How ? Market scenario E-commerce benefits E-commerce roadmap.
Electronic Commerce Systems. Electronic Commerce (E-Commerce) Commerce refers to all the activities the purchase and sales of goods or services. – Marketing,
E-commerce Vocabulary Terms. E-commerce Buying and selling of goods, services, or information via World Wide Web, , or other pathways on the Internet.
Electronic Commerce- Planning & Development Prof. Bharat Bhasker Indian Institute of Lucknow.
E-Commerce Taruna Diyapradana PBM. What is E-Commerce? E-Commerce is the trading in products and/or services conducted via computer networks.
Building an E-Commerce website Dr. John P. Abraham.
Security Protocols and E-commerce University of Palestine Eng. Wisam Zaqoot April 2010 ITSS 4201 Internet Insurance and Information Hiding.
End-to-end platform for eCommerce Dipl.-Ing. (BA) Martin Kühn Director Market Development.
Business-to-Business Authors: Authors: Mladenka Jakovljevic, Prof. Dr. Veljko Milutinovic,
Jan/98 SAP & Microsoft Internet Integration.
Is Your Business Ready For The Ultimate Business ERP Solution.
Customer Interface for wuw.com 1.Context. Customer Interface for wuw.com 2. Content Our web-site can be classified as an service-dominant website. 3.
E-commerce 24/12/ Electronic Commerce (E-Commerce) Commerce refers to all the activities the purchase and sales of goods or services. Marketing,
Introduction to E-Commerce. Define e-commerce in your own words.
Chapter 11 Working with Credit Card Methods of Processing Credit Cards Preparing for Cyber Cash Authoring a Credit card Transaction.
Chapter Twelve Digital Interactive Media Arens|Schaefer|Weigold Copyright © 2015 McGraw-Hill Education. All rights reserved. No reproduction or distribution.
Copyrighted material John Tullis 12/16/2015 page 1 04/02/99 Electronic Commerce Issues Overview John Tullis DePaul Instructor
ELC 200 Day 9. Agenda Questions? Assignment 2 Corrected  All A’s and one A+ Assignment 3 Posted  Due October 8  assignment3.pdf assignment3.pdf Quiz.
E-Commerce Systems and Components Course No.: CMPE296Z Design and Implementation of E-Commerce Systems Instructor: Jerry Gao, Ph.D. Jerry.
WEB SERVER SOFTWARE FEATURE SETS
Chapter6: E-Commerce Web Sites HNDIT11062 – Web Development 1.
Welcome!. Bright Stores Boot Camp: An Intro to Company Stores 101.
E-Commerce & M-Commerce. Introduction Electronic commerce, commonly known as e- commerce, It is a type of industry where buying and selling of product.
Electronic Commerce Semester 1 Term 1 Lecture 7. Introduction to the Web The Internet supports a variety of important tools, such as file transfer, electronic.
A Global fully incorporated Virtual ecommerce Software Solution.
E-commerce Architecture Ayşe Başar Bener. Client Server Architecture E-commerce is based on client/ server architecture –Client processes requesting service.
Business Applications– Using Java _____ Presented by Priya Saha.
Electronic Commerce Software
What is Commerce According to Dictionary.com
Electronic Commerce Software
Chapter 9 Web Hosting and E-Business Software
ECT455 Website Engineering
Presentation transcript:

Copyrighted material John Tullis 10/21/2015 page 1 04/02/00 Merchant Servers Presentation John Tullis DePaul Instructor

Copyrighted material John Tullis 10/21/2015 page 2 Merchant Servers Part 1 Merchant Servers - what are they? Software packages that enable financial transactions between two systems. Use Web technology- normally Web browser, Web server communications. An electronic commerce engine sits between the Web server and a database, enabling catalog access, entry and storage of customer/purchaser data, and order capture.

Copyrighted material John Tullis 10/21/2015 page 3 Merchant Servers Part 1 Merchant Servers - components Web Server Database Commerce Engine Payment Gateway

Copyrighted material John Tullis 10/21/2015 page 4 Merchant Servers Part 1 The Web Server Web servers form the backbone of the e-commerce suite's interaction with the customer by: Displaying HTML pages about the company and the e-commerce site Showing a navigable catalog for consumers to browse for products and services Using HTML forms and other front-end data entry for the customer to enter purchasing information Providing a secure Internet connection for the transmission of payment information

Copyrighted material John Tullis 10/21/2015 page 5 Merchant Servers Part 1 The Database Server An e-commerce suite typically uses a database to maintain information on various subjects, including: Product catalogs Customer information Order and shipping data Site usage tracking Administrative information

Copyrighted material John Tullis 10/21/2015 page 6 Merchant Servers Part 1 The eCommerce Engine The commerce server is the "glue" that holds the entire e-commerce suite together. It is typically implemented as an add-on to the Web server. Manages communication between the other components of the commerce package Controls special features particular to a specific commerce package May be tightly integrated with other suite components May be modular, capable of interaction with several brands of suite components

Copyrighted material John Tullis 10/21/2015 page 7 Merchant Servers Part 1 The Payment Gateway The payment gateway is the bridge between the e- commerce suite and the banking and credit institutions that will process the customers payment. Payment gateways may support several types of purchase processing: Manual processing Simple credit card processing Digital money transfers Secure Electronic Transactions protocol

Copyrighted material John Tullis 10/21/2015 page 8 Merchant Servers Part 1 Net.Commerce - strengths Complete System - Web Server, Database, Templates Broad Appeal Small to Large Size Clients Business to Consumer Business to Business Strong Scalability Strong Legacy System Support Strong Standards Support - EDI, SET, with WebSphere (Feb 2000), CORBA, Java, EJB

Copyrighted material John Tullis 10/21/2015 page 9 Merchant Servers Part 1 Net.Commerce - weaknesses Has lacked personalization functionality. Slow to add cutting edge functionality. Depends on bolt on products for additional functionality (best of breed approach rather than all in one approach) - complicates support.

Copyrighted material John Tullis 10/21/2015 page 10 Merchant Servers Part 1 Microsoft Site Server - strengths Microsoft Name Wide-Scale Deployment Strong Usage Analysis Good Scalability Innovative Graphical 'Pipeline’ - Order Processing Pipeline, Commerce Interchange Pipeline Additional Venues - Push Technolog, Content Comprehensive Advertising Component

Copyrighted material John Tullis 10/21/2015 page 11 Merchant Servers Part 1 Microsoft Site Server - weaknesses Incomplete package - database server optional Steep Learning Curve Only Runs on Microsoft Platforms Large Customization Requirement No Direct Legacy System Support Weak Standards Support - no EDI, no SET, weak Java (uses ASPs).

Copyrighted material John Tullis 10/21/2015 page 12 Merchant Servers Part 1 BroadVision - strengths Comprehensive One-to-One Personalization System Business Process Separation Strong Scalability Strong Niche Market Support Financial Information Publishing

Copyrighted material John Tullis 10/21/2015 page 13 Merchant Servers Part 1 BroadVision - weaknesses Incomplete Web Server not included Database Server not included Extremely Steep Learning Curve Large Customization Requirement Relatively Long Deployment Cycle Extremely Expensive

Copyrighted material John Tullis 10/21/2015 page 14 Merchant Servers Part 1 Open Market - strengths Broad Appeal - Small to Large Clients Rapid Deployment at Low End Strongest Information Publishing Solution Automated Delivery Facilities Innovative Catalog Capabilities

Copyrighted material John Tullis 10/21/2015 page 15 Merchant Servers Part 1 Open Market - weaknesses Incomplete Web server not included Database Server Optional Expensive to Deploy No Direct Legacy System Support Weak Standards Support No EDI No SET

Copyrighted material John Tullis 10/21/2015 page 16 Merchant Servers Part 1 Intershop4 - strengths Intershop has a very strong reference list in the hosting segment Intershop4 Hosting allows the creation of many rather sophisticated e-commerce stores in a shared environment It is easy to create a store in Intershop4 ePages is easy to use Enfinity supports the latest industry open standards

Copyrighted material John Tullis 10/21/2015 page 17 Merchant Servers Part 1 Intershop4 - weaknesses Intershop 4 Merchant/Hosting is written in Perl IS4 requires Sybase Adaptive Server Enfinity packages no personalization capabilities Enfinity merchandising capabilities do not support coupons Enfinity merchandising does not support order based discounts Each Enfinity store has a single catalog Administrator Authorization too limited.

Copyrighted material John Tullis 10/21/2015 page 18 Merchant Servers Part 1 Net.Commerce - overall

Copyrighted material John Tullis 10/21/2015 page 19 Merchant Servers Part 1 Net.Commerce - Web Server

Copyrighted material John Tullis 10/21/2015 page 20 Merchant Servers Part 1 Net.Commerce - Net.Data

Copyrighted material John Tullis 10/21/2015 page 21 Merchant Servers Part 1 Net.Commerce - database DB2 UDB 5 Oracle 8

Copyrighted material John Tullis 10/21/2015 page 22 Merchant Servers Part 1 Net.Commerce - database communications