Mailing List Archive

svn commit: r384814 - /perl/modperl/docs/trunk/src/products/app-server.pod
Author: fwiles
Date: Fri Mar 10 07:24:06 2006
New Revision: 384814

URL: http://svn.apache.org/viewcvs?rev=384814&view=rev
Log:
Added Gantry (www.usegantry.org) to Application Servers and Toolkits page.

Modified:
perl/modperl/docs/trunk/src/products/app-server.pod

Modified: perl/modperl/docs/trunk/src/products/app-server.pod
URL: http://svn.apache.org/viewcvs/perl/modperl/docs/trunk/src/products/app-server.pod?rev=384814&r1=384813&r2=384814&view=diff
==============================================================================
--- perl/modperl/docs/trunk/src/products/app-server.pod (original)
+++ perl/modperl/docs/trunk/src/products/app-server.pod Fri Mar 10 07:24:06 2006
@@ -103,6 +103,23 @@
especially useful for creating HTML, including dynamic tables, form
field processing, URL escaping/unescaping, session handling, and more.

+=head1 Gantry
+
+C<Gantry> (http://www.usegantry.org) is a web application framework for
+Apache/mod_perl, CGI and Fast-CGI. Gantry's object oriented design allows
+for a pragmatic, modular approach to URL dispatching. Gantry supports MVC
+and initiates rapid development, offering an organized coding scheme for
+web applications.
+
+It can take advantage of its sister project C<Bigtop>, which allows
+you to describe the data of your application and have it generate
+or regenerate your database schema and module objects without destroying
+the portions you have customized.
+
+Gantry also has a robust configuration abstraction layer C<Gantry::Conf>
+that allows you to change how your application retrieves its configuration
+data without requiring any code changes.
+
=head1 Interchange

C<Interchange> (http://www.icdevgroup.org/) is a flexible, high



---------------------------------------------------------------------
To unsubscribe, e-mail: docs-cvs-unsubscribe@perl.apache.org
For additional commands, e-mail: docs-cvs-help@perl.apache.org