Jump to content

Maypole framework

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Markkus~enwiki (talk | contribs) at 14:58, 26 July 2010 (No website exist for maypole. Maypole is outdated). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
Maypole framework
Written inPerl
Operating systemCross-platform
Typeweb application framework
LicenseGNU General Public License, Artistic License
Website(no)

Maypole is a Perl web application framework for MVC-oriented applications. Maypole is designed to minimize coding requirements for creating simple web interfaces to databases, while remaining flexible enough to support enterprise web applications. The principal author is Simon Cozens.

Maypole provides the top-level code which examines the user's request, fires off the relevant method in the model, collates the data, asks the view class to format it and sends it back to the user.

In addition, some common Perl modules, such as Apache, Class::DBI and Template Toolkit, already perform important parts required for model, view or controller operation, so Maypole provides wrapper classes to help them fit into the framework.

Maypole has been relatively abandoned. Catalyst is its modern supported equivalent.

See also