You can edit almost every page by Creating an account and confirming your email.

Maypole framework: Difference between revisions

From EverybodyWiki Bios & Wiki
WikiMasterBot2 (talk | contribs)
m automatic correction by IA
WikiMasterBot2 (talk | contribs)
m remove duplicates internal links
 
Line 17: Line 17:
}}
}}
{{Portal|Free software}}
{{Portal|Free software}}
'''Maypole''' was one of the first [[web application framework]]s for the [[Perl|Perl programming language]] that was based on the [[Model-view-controller|MVC]] pattern. It was designed to minimize coding requirements for creating simple web interfaces to [[databases]], while remaining flexible enough to support enterprise [[web application]]s. The principal author was Simon Cozens.<ref>{{cite web|url=http://www.ibm.com/developerworks/web/library/l-maypole/|title=Build Web apps with Maypole|publisher=[[IBM DeveloperWorks]]|date=2004-05-25|author=Simon Cozens}}</ref>{{dead link |date=January 2015}}
'''Maypole''' was one of the first web application frameworks for the Perl programming language that was based on the [[Model-view-controller|MVC]] pattern. It was designed to minimize coding requirements for creating simple web interfaces to [[databases]], while remaining flexible enough to support enterprise [[web application]]s. The principal author was Simon Cozens.<ref>{{cite web|url=http://www.ibm.com/developerworks/web/library/l-maypole/|title=Build Web apps with Maypole|publisher=[[IBM DeveloperWorks]]|date=2004-05-25|author=Simon Cozens}}</ref>{{dead link |date=January 2015}}


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

Latest revision as of 13:44, 11 August 2026

Maypole framework
Written inPerl
Engine
    Operating systemCross-platform
    Typeweb application framework
    LicenseGNU General Public License, Artistic License
    WebsiteMaypole

    Search Maypole framework on Amazon.

    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][dead link]

    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

    1. Simon Cozens (2004-05-25). "Build Web apps with Maypole". IBM DeveloperWorks.
    2. "Maypole". CPAN.
    3. The Definitive Guide to Catalyst. Apress. p. 2. ISBN 978-1430223658. Search this book on



    This article "Maypole framework" is from Wikipedia. The list of its authors can be seen in its historical. Articles copied from Draft Namespace on Wikipedia could be seen on the Draft Namespace of Wikipedia and not main one.