Practical mod_perl / HTML Book /



previous page: B.14.5. Apache::ePerl—Embedded Perl 5 Language
  
page up: HTML Version of the book
  
next page: B.14.7. Apache::Mason—Perl-Based Web Site Development and Delivery System

B.14.6. Apache::iNcom—E-Commerce Framework


Apache::iNcom is an e-commerce framework. It is not a ready-to-run merchant system. It integrates the different components needed for e-commerce into a coherent whole.

The primary design goals of the framework are flexibility and security. Most merchant systems will make assumptions about the structure of your catalog data and your customer data, or about how your order process works. Most also impose severe restrictions on how the programmer will interface with your electronic catalog. These are precisely the kinds of constraints that Apache::iNcom is designed to avoid.

Apache::iNcom provides the following infrastructure:

  • Session management

  • Cart management

  • Input validation

  • Order management

  • User management

  • Easy database access

  • Internationalization

  • Error handling

Most of the base functionality of Apache::iNcom is realized by using standard well-known modules such as DBI for generic SQL database access, HTML::Embperl for dynamic page generation, Apache::Session for session management, mod_perl for Apache integration, and Locale::Maketext for localization.

Here are its assumptions:

  • Data is held in a SQL database that supports transactions.

  • The user interface is presented using HTML.

  • Sessions are managed through cookies.

Available from CPAN. See the module manpage for more information.

 

Continue to:

  • prev: B.14.5. Apache::ePerl—Embedded Perl 5 Language
  • Table of Contents
  • next: B.14.7. Apache::Mason—Perl-Based Web Site Development and Delivery System







TOP
previous page: B.14.5. Apache::ePerl—Embedded Perl 5 Language
  
page up: HTML Version of the book
  
next page: B.14.7. Apache::Mason—Perl-Based Web Site Development and Delivery System


Menu

  • HTML Book
  • PDF Book
  • Download Code
  • Table of Contents
  • Errata
  • mod_perl2 User's Guide
  • Sitemap

Search


Add to Google




Creative Commons License


Written by
Eric Cholet (Logilune) and
Stas Bekman (StasoSphere & Free Books).


[ Privacy Policy | Terms of Use | About Us | Search ]

© 2007 StasoSphere.com