Practical mod_perl / HTML Book /



previous page: E.6. Putting Everything Together
  
page up: HTML Version of the book
  
next page: Appendix F. HTTP Status Codes

E.7. More Reasons to Use AxKit


Hopefully this will have whetted your appetite to play with AxKit. If you still need convincing, here are some extra things AxKit can do:

  • AxKit can work with filter-aware modules and, instead of XSP, use other templating systems (such as Mason) to produce XML structures that will be styled on the fly after being passed to AxKit.

  • XSLT, XSP, and XPathScript aren't the only possible processors. You can fairly easily create a new type of processor (such as a graph-outputting processor that would transform XML into charts, or rasterize some SVG).

  • Apache configuration isn't the only way to control AxKit. You can create a ConfigReader that reads the configuration from another system, such as an XML file on disk.

  • There are ways to choose stylesheets on the fly—for instance, to allow people to see the site with the design they prefer, based on cookies or a query string.

  • AxKit has an intelligent and powerful caching system that can be controlled in various ways or replaced by a custom cache if needed.

  • You don't need to fetch the initial content from the filesystem. The Provider interface allows you to return data from wherever Perl can get it (e.g., a content-management system).

For more information, help, support, and community chat, please visit the web site at http://attic.apache.org/projects/axkit.html/ and join in the discussions on the mailing lists, where you will find like minded people building a range of solutions.

 

Continue to:

  • prev: E.6. Putting Everything Together
  • Table of Contents
  • next: Appendix F. HTTP Status Codes







TOP
previous page: E.6. Putting Everything Together
  
page up: HTML Version of the book
  
next page: Appendix F. HTTP Status Codes


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