
bill at bfccomputing
Jan 11, 2005, 9:40 PM
Post #1 of 4
(2044 views)
Permalink
|
|
patch: app-server.pod (add Interchange)
|
|
Here's a patch for app-server.pod that adds a mention for Interchange, which runs under mod_perl in at least one of its modes. This is my first patch, so lemme know if you need any changes. -Bill ---8<---8<---8<---8<---8<---8<---8<---8<---8<---8<---8<---8<---8<-- -8<--- --- app-server.pod.orig Wed Jan 12 00:17:49 2005 +++ app-server.pod Wed Jan 12 00:18:54 2005 @@ -103,6 +103,21 @@ especially useful for creating HTML, including dynamic tables, form field processing, URL escaping/unescaping, session handling, and more. +=head1 Interchange + +C<Interchange> (http://www.icdevgroup.org/) is a flexible, high +performance application server that handles state management, +authentication, session maintenance, click trails, filtering, URL +encodings, security policy. It's made up of the following components: +database abstraction layer, generic templating system, transaction +routing rules, customer information object, universal localization +scheme, security blackout definition, profiles, filters, search +language, and session management. + +Some of Interchange's many modules are transaction management, pricing, +personalization, payment processing, reporting, customer service, and +search. + =head1 Mason C<Mason> (http://www.masonhq.com/) is a powerful Perl-based web site ---8<---8<---8<---8<---8<---8<---8<---8<---8<---8<---8<---8<---8<-- -8<--- ----- Bill McGonigle, Owner Work: 603.448.4440 BFC Computing, LLC Home: 603.448.1668 bill [at] bfccomputing Cell: 603.252.2606 http://www.bfccomputing.com/ Text: bill+text [at] bfccomputing AIM: wpmcgonigle Skype: bill_mcgonigle --------------------------------------------------------------------- To unsubscribe, e-mail: docs-dev-unsubscribe [at] perl For additional commands, e-mail: docs-dev-help [at] perl
|