You are viewing a plain text version of this content. The canonical link for it is here.
Posted to docs-cvs@perl.apache.org by st...@apache.org on 2003/05/28 01:59:18 UTC

cvs commit: modperl-docs/src/products app-server.pod

stas        2003/05/27 16:59:18

  Modified:    src/products app-server.pod
  Log:
  add an entry for CGI::Application
  Submitted by:	William McKee <wi...@knowmad.com>
  
  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: docs-cvs-unsubscribe@perl.apache.org
For additional commands, e-mail: docs-cvs-help@perl.apache.org