stas 2003/05/27 16:59:18 Modified: src/products app-server.pod Log: add an entry for CGI::Application Submitted by: William McKee <[EMAIL PROTECTED]> Revision Changes Path 1.12 +18 -0 modperl-docs/src/products/app-server.pod Index: app-server.pod =================================================================== RCS file: /home/cvs/modperl-docs/src/products/app-server.pod,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- app-server.pod 2 Dec 2002 06:26:11 -0000 1.11 +++ app-server.pod 27 May 2003 23:59:18 -0000 1.12 @@ -53,6 +53,24 @@ tracing, configuration, logging, class loading, type hierarchy, unit testing, and acceptance testing. + +=head1 C<CGI::Application> + +C<CGI::Application> is intended to make it easier to create +sophisticated, reusable web-based applications. This module implements +a methodology which, if followed, will make your web software easier +to design, easier to document, easier to write, and easier to evolve. + +C<CGI::Application> builds on standard, non-proprietary technologies +and techniques, such as the Common Gateway Interface and Lincoln +D. Stein's excellent C<CGI.pm> module. C<CGI::Application> judiciously +avoids employing technologies and techniques which would bind a +developer to any one set of tools, operating system or web server. + +There's a good article on perl.com about this framework +I<http://www.perl.com/pub/a/2001/06/05/cgi.html>. + + =head1 DataBreeze Web Database Platform DataBreeze is written entirely in Perl and utilizes mod_perl within
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]