Practical mod_perl / HTML Book /



previous page: B.14.7. Apache::Mason—Perl-Based Web Site Development and Delivery System
  
page up: HTML Version of the book
  
next page: B.14.9. Template Toolkit—Template Processing System

B.14.8. Apache::PageKit—Web Applications Framework


Apache::PageKit is a web applications framework that is based on mod_perl. This framework is distinguished from others (such as Embperl and Mason) by providing a clear separation of programming, content, and presentation. It does this by implementing a Model/View/Content/Controller (MVCC) design paradigm:

  • Model is implemented by user-supplied Perl classes

  • View is a set of HTML templates

  • Content is a set of XML files

  • Controller is PageKit

This allows programmers, designers, and content editors to work independently, using clean, well-defined interfaces.

Apache::PageKit provides the following features:

  • Component-based architecture

  • Language localization

  • Session management

  • Input validation

  • Sticky HTML forms

  • Authentication

  • Co-branding

  • Automatic dispatching of URIs

  • Easy error handling

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

 

Continue to:

  • prev: B.14.7. Apache::Mason—Perl-Based Web Site Development and Delivery System
  • Table of Contents
  • next: B.14.9. Template Toolkit—Template Processing System







TOP
previous page: B.14.7. Apache::Mason—Perl-Based Web Site Development and Delivery System
  
page up: HTML Version of the book
  
next page: B.14.9. Template Toolkit—Template Processing 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