Maypole framework
This article may have been previously nominated for deletion: Wikipedia:Articles for deletion/Maypole framework exists. It is proposed that this article be deleted because of the following concern:
If you can address this concern by improving, copyediting, sourcing, renaming, or merging the page, please edit this page and do so. You may remove this message if you improve the article or otherwise object to deletion for any reason. Although not required, you are encouraged to explain why you object to the deletion, either in your edit summary or on the talk page. If this template is removed, do not replace it. This message has remained in place for seven days, so the article may be deleted without further notice. Find sources: "Maypole framework" – news · newspapers · books · scholar · JSTOR Nominator: Please consider notifying the author/project: {{subst:proposed deletion notify|Maypole framework|concern=non-notable dead software project, barely worth a brief mention at [[Catalyst (software)]]}} ~~~~ Timestamp: 20150109130012 13:00, 9 January 2015 (UTC) Administrators: delete |
Written in | Perl |
---|---|
Operating system | Cross-platform |
Type | web application framework |
License | GNU General Public License, Artistic License |
Website | Maypole |
Maypole was one of the first web application frameworks for the Perl programming language that was based on the MVC pattern. It was designed to minimize coding requirements for creating simple web interfaces to databases, while remaining flexible enough to support enterprise web applications. The principal author was Simon Cozens.[1]
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.
Development has ceased on Maypole, and its most recent release was in April 2008.[2] Catalyst, which started as a fork of Maypole,[3] is its modern supported equivalent.
References
- ^ Simon Cozens (2004-05-25). "Build Web apps with Maypole". IBM DeveloperWorks.
- ^ "Maypole". CPAN.
- ^ The Definitive Guide to Catalyst. Apress. p. 2. ISBN 978-1430223658.