Web-Database Integration
For E-commerce

What We Will Cover


E-commerce and Databases

What is e-commerce?

Exchanging value electronically
(e.g. money for products)

What are typical features of e-commerce site?

Which of these involves using a database?

back to top


Technologies Behind E-commerce

E-commerce requires two key technologies: one old and one new

Databases

World-Wide Web (WWW)

back to top


Advantages of Web-Database Integration

back to top


E-commerce Architecture

Client Tier

Middle Tier

Database Tier

back to top


Writing Web Applications

back to top


Web-Application Frameworks/Scripting Environments

Common-Gateway Interface (CGI)

Active Server Pages (ASP)

PHP Hypertext Protocol (PHP)

Java Server Pages (JSP)

ColdFusion

For more information

zdnetindia.com: Four scripting languages tried and tested. (circa October 2000)

FAQ's: See the FAQ on this topic.

Links: See the links comparing server-side technologies.

back to top


Comparing Server-side Scripting Languages

Comparison as of 8/15/01

Server-Scripting Language Industry Usage ZD Performance Cost
ASP 63% 43 Yes *
ColdFusion 20% 29 Yes **
PHP 16% 47 Free
JSP 1% 13 Free

* Free on Windows servers, $495 on other servers using Chilli!Soft

** Professional Edition v.5 $1295,
   Enterprise Edition v.5 $4995,
   UltraDev Studio v.4.5 $599 (Client only)

back to top


Database Management Systems

back to top


Popular DBMS's for Web Sites

back to top


How Scripting Languages Interface With Databases

back to top


Check Your Understanding

back to top