The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "maypole"

Maypole - MVC web application framework River stage two • 11 direct dependents • 13 total dependents

This documents the Maypole request object. See the Maypole::Manual, for a detailed guide to using Maypole. Maypole is a Perl web application framework similar to Java's struts. It is essentially completely abstracted, and so doesn't know anything abo...

TEEJAY/Maypole-2.13 - 18 Apr 2008 10:27:38 UTC - Search in distribution

Devel::Maypole - support utilities for developing the Maypole stack River stage zero No dependents

Builds a database and a simple application driver, ready to use in test scripts for Maypole plugins and components. Provides functions for installing resources (SQL files, configurations, templates), and for discovering the directories these resource...

DAVEBAIRD/Devel-Maypole-0.2 - 21 Sep 2005 21:25:20 UTC - Search in distribution

Maypole::Cache - Flexible caching of Maypole request output River stage one • 1 direct dependent • 2 total dependents

This module replaces Maypole's main handler in your application with one which uses "Cache::Cache" to cache request output. By default it uses "Cache::SharedMemoryCache" although this, and all other "Cache::Cache" options, can be changed using the "c...

SIMON/Maypole-Cache-1.2 - 19 Jul 2004 10:19:05 UTC - Search in distribution

Maypole::HTTPD - Stand alone HTTPD for running Maypole Applications River stage zero No dependents

This is a stand-alone HTTPD for running your maypole Applications....

MRAMBERG/Maypole-HTTPD-0.1 - 10 Jan 2005 00:22:44 UTC - Search in distribution

MasonX::Maypole - use Mason as the frontend and view for Maypole version 2 River stage zero No dependents

A frontend and view for Maypole, using Mason....

DAVEBAIRD/MasonX-Maypole-0.51 - 24 Sep 2005 20:37:16 UTC - Search in distribution

Maypole::Component - Run Maypole sub-requests as components River stage zero No dependents

This subclass of Maypole allows you to integrate the results of a Maypole request into an existing request. You'll need to set up actions and templates which return fragments of HTML rather than entire pages, but once you've done that, you can use th...

SIMON/Maypole-Component-0.03 - 12 Apr 2004 17:41:38 UTC - Search in distribution

Maypole::FormBuilder - CGI::FormBuilder support in Maypole River stage zero No dependents

Maypole provides a great framework for simplifying the interaction between a UI and a database. But it provides very little support for simplifying the interface itself. Programmers are left to construct each form, widget by widget, using modules tha...

DAVEBAIRD/Maypole-FormBuilder-0.44 - 26 Sep 2005 10:13:33 UTC - Search in distribution

Maypole::View::Mason - A HTML::Mason view class for Maypole River stage zero No dependents

This class allows you to use "HTML::Mason" components for your Maypole templates. It provides precisely the same path searching and template variables as the Template Toolkit view class, although you will need to produce your own set of templates as ...

MRAMBERG/Maypole-View-Mason-0.3 - 09 Jan 2005 23:58:49 UTC - Search in distribution

Maypole::Plugin::Trace - trace calls in Maypole River stage zero No dependents

Prints a trace of method entries and exits to "STDERR". Requires the latest version of Maypole in SVN, or 2.11 when it's released. trace_level __PACKAGE__->trace_level(1); The default "trace_level" is set to 2. The trace level must be set before call...

DAVEBAIRD/Maypole-Plugin-Trace-0.1 - 19 Nov 2005 00:23:07 UTC - Search in distribution

Maypole::Plugin::Upload - Handle file uploads in Maypole River stage zero No dependents

This plugin adds a upload method to your Maypole request object to allow you to access file uploads in a platform neutral way....

MRAMBERG/Maypole-Plugin-Upload-0.02 - 06 Jan 2005 12:19:14 UTC - Search in distribution

Maypole::Plugin::Session - simple sessions for Maypole River stage one • 1 direct dependent • 1 total dependent

Provides "session" and "delete_session" methods for your Maypole request class. The session is implemented using Apache::Session::Wrapper, and as such, a range of session store mechanisms are available....

DAVEBAIRD/Maypole-Plugin-Session-0.2 - 12 Aug 2005 22:33:59 UTC - Search in distribution

Maypole::Plugin::LinkTools - convenient link construction River stage one • 2 direct dependents • 2 total dependents

Provides convenient replacements for the "link" and "maybe_link_view" templates, and a new "maybe_many_link_views" method. Centralises all path manipulation, so that a new URI scheme can be implemented site-wide by overriding just two methods ("Maypo...

DAVEBAIRD/Maypole-Plugin-LinkTools-0.21 - 26 Sep 2005 10:25:29 UTC - Search in distribution

Maypole::Plugin::QuickTable - HTML::QuickTable convenience River stage one • 1 direct dependent • 1 total dependent

DAVEBAIRD/Maypole-Plugin-QuickTable-0.422 - 26 Sep 2005 10:17:02 UTC - Search in distribution

Maypole::Plugin::AutoUntaint - CDBI::AutoUntaint for Maypole River stage zero No dependents

DAVEBAIRD/Maypole-Plugin-AutoUntaint-0.07 - 28 Jun 2005 11:50:47 UTC - Search in distribution

Maypole::Plugin::ColumnGroups - set up column groups in Maypole River stage zero No dependents

Maypole use the "Stringify" column group to decide which column to use when, for example, displaying a link to an object. If there is no "Stringify" group, Maypole defaults to using the column 'name' or 'title', if it exists, or a primary key column ...

DAVEBAIRD/Maypole-Plugin-ColumnGroups-0.3 - 12 Aug 2005 22:48:15 UTC - Search in distribution

Maypole::Virtual::Application - create multiple Maypole apps on the fly River stage zero No dependents

Use this class to setup multiple applications 'on the fly'. This might be useful in a mod_perl virtual hosting environment, where you want to give each site its own version of a Maypole application....

DAVEBAIRD/Maypole-Virtual-Application-0.01 - 24 May 2005 14:29:23 UTC - Search in distribution

Test::WWW::Mechanize::Maypole - Test::WWW::Mechanize for Maypole River stage one • 1 direct dependent • 1 total dependent

By inheriting from Test::WWW::Mechanize, this module provides two key benefits over using Maypole::CLI in test scripts. First, it inherits a plethora of methods for testing web content. Second, cookies are handled transparently, allowing you to test ...

DAVEBAIRD/Test-WWW-Mechanize-Maypole-0.23 - 20 Sep 2005 22:08:11 UTC - Search in distribution

Maypole::Plugin::Authorization - Provide role-based authorization for Maypole applications River stage zero No dependents

This module provides simple role-based authorization for Maypole. It uses the database to store permissions, which fits well with Maypole. It determines whether *users* are authorized to invoke specific *methods* in *classes*. Normally these will be ...

DJH/Maypole-Plugin-Authorization-0.10 - 31 Aug 2005 10:44:41 UTC - Search in distribution

Maypole::Plugin::Config::Apache - read config settings from httpd.conf River stage zero No dependents

Anything starting with "Maypole" or "MaypoleEval" is taken to be a config setting for Maypole. Everything after the "Maypole" or "MaypoleEval" is the variable name, in StudlyCaps form. Values from "MaypoleEval" variables are run through an "eval", al...

DAVEBAIRD/Maypole-Plugin-Config-Apache-0.21 - 12 Aug 2005 22:52:24 UTC - Search in distribution

Maypole::Authentication::UserSessionCookie - Track sessions and, optionally, users River stage zero No dependents

This module allows Maypole applications to have the concept of a user, and to track that user using cookies and sessions. It provides a number of methods to be inherited by a Maypole class. The first is "get_user", which tries to populate the "user" ...

SIMON/Maypole-Authentication-UserSessionCookie-1.4 - 30 Aug 2004 20:54:42 UTC - Search in distribution
35 results (0.07 seconds)