














Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
E-Commerce is a growing and dynamic field. It is of special concern for the IT students. Following are the fundamental aspects of these Lecture Slides : Markup Language, Hyper Text Markup Language, Extensible Markup Language, Electronic Data Interchange, Enterprise Resource Planning, Materials Requirement Planning, Publish Information, Design, Dominant, Automate Processing
Typology: Slides
1 / 22
This page cannot be seen from the preview
Don't miss anything!















Some Acronyms Used In This Lecture^ HTML = Hyper Text Markup Language^ XML =
Instead of a fixed set of format-oriented tags likeHTML, XML allows you to create whatever set oftags are needed for your type of information.
-^
This makes any XML instance “self-describing”and easily understood by computers and people.
-^
XML-encoded information is smart enough tosupport new classes of Web and e-commerceapplications.
Sample Catalog Entry in HTML Laptop Computer IBM Thinkpad 600E400 MHz64 Mb8 Gb 4.1 pounds $3200
IBM ThinkPad600E
4006484.13200
, , etc.
etc.
providers to B2B marketplaces
Transaction fees^ – What counts as a transaction?– Who pays the fees – buyers or suppliers?
-^
Market efficiency^ – Driving costs out of supply chain for all participants– Exploit & refine existing business relationships &
experience
XML is crucial to these concerns
From any DTD an XML parser can be generatedthat:^ – Reads a document instance (the XML data stream)– Identifies the markup in it– Create a processable form of some kind that is used by
an application
The parser can also test the XML document forconformance with the rules of the DTD^ – A document instance that follows the rules of the DTD
is “valid”
XML Purchase
OrderInstance
Purchase OrderDTD
XMLParser
SomeProcessableForm
Company 1^ Web Browser
Company 2^ eCommerce
Server^ ERP/ Accounting
Systems
Internet
XML
WEB
COBRA/COM
EDI
Document based
API based
If you send me a
request
for a
catalog
, I will send
you a catalog If you send me a
purchase order
and I can fill it, I
will send you a
purchase order response
Document exchange is a natural way to thinkabout doing business.
-^
Easy to provide “open” marketplace with 3
rd
party
buying and selling apps
-^
Easy to add and maintain services
-^
Document exchange between marketplaces isfundamentally the same as within a marketplace.
-^
Services can be reused across marketplaces.