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

Search results for "module:OpenFrame"

OpenFrame - a framework for network enabled applications River stage one • 1 direct dependent • 1 total dependent

OpenFrame is a framework for network services serving to multiple media channels - for instance, the web, WAP, and digital television. It is built around the Pipeline API, and provides extra abstraction to make delivery of a single application to mul...

RCLAMP/OpenFrame-3.05 - 05 Aug 2004 17:05:26 UTC

OpenFrame::Response - An abstract response class River stage one • 1 direct dependent • 1 total dependent

"OpenFrame::Response" represents responses inside OpenFrame. Responses represent some kind of response following a request for information. This module abstracts the way clients can respond with data from OpenFrame....

RCLAMP/OpenFrame-3.05 - 05 Aug 2004 17:05:26 UTC

OpenFrame::WebApp - OpenFrame tools for web applications. River stage zero No dependents

"OpenFrame::WebApp" is a Web Application toolkit for OpenFrame. It is based on the idea of "OpenFrame::AppKit", but was designed to be more comprehensive. The overall goals of the project is give you re-usable tools, but not tie you into doing things...

SPURKIS/OpenFrame-WebApp-0.04 - 01 Aug 2003 17:37:12 UTC

OpenFrame::AppKit - The OpenFrame AppKit River stage zero No dependents

"OpenFrame::AppKit" is a collection of classes to turn OpenFrame into an application server. All the classes included in the AppKit inherit from "Pipeline::Segment", and thus are able to act as segments within an OpenFrame pipeline....

JDUNCAN/OpenFrame-AppKit-3.03 - 11 May 2003 09:28:07 UTC

OpenFrame::Object - An internal class River stage one • 1 direct dependent • 1 total dependent

This class is used internally by OpenFrame....

RCLAMP/OpenFrame-3.05 - 05 Aug 2004 17:05:26 UTC

OpenFrame::Cookie - An abstract cookie River stage one • 1 direct dependent • 1 total dependent

This class is used internally in OpenFrame to hold a cookie. An "OpenFrame::Cookie" object is returned when you fetch a cookie from a "OpenFrame::Cookies" object. This class is a subclass of "CGI::Cookie". You should call its value() method to get th...

RCLAMP/OpenFrame-3.05 - 05 Aug 2004 17:05:26 UTC

OpenFrame::Request - An abstract request class River stage one • 1 direct dependent • 1 total dependent

"OpenFrame::Request" represents requests inside OpenFrame. Requests represent some kind of request for information given a URI....

RCLAMP/OpenFrame-3.05 - 05 Aug 2004 17:05:26 UTC

OpenFrame::Cookies - An abstract cookie class River stage one • 1 direct dependent • 1 total dependent

"OpenFrame::Cookies" represents cookies inside OpenFrame. Cookies in OpenFrame represent some kind of storage option on the requesting side. Cookies are a general mechanism which server side connections can use to both store and retrieve information ...

RCLAMP/OpenFrame-3.05 - 05 Aug 2004 17:05:26 UTC

OpenFrame::AppKit::App - The OpenFrame AppKit application class River stage zero No dependents

The "OpenFrame::AppKit::App" class is designed to be inherited from. It provides all the basic functionality of a pipeline segment, as well as basic functionality that applications will need to start running. To create an application, all you need to...

JDUNCAN/OpenFrame-AppKit-3.03 - 11 May 2003 09:28:07 UTC

OpenFrame::WebApp::User - users for OpenFrame-WebApp River stage zero No dependents

The "OpenFrame::WebApp::User" class implements a *very* basic user with an identifier, and nothing more. This class exists to be sub-classed to suit your application's needs. This class was meant to be used with OpenFrame::WebApp::User::Factory....

SPURKIS/OpenFrame-WebApp-0.04 - 01 Aug 2003 17:37:12 UTC

OpenFrame::WebApp::Error - base class for WebApp Errors. River stage zero No dependents

This is the base class for Error exceptions in OpenFrame-WebApp. It introduces an error flag to the "Error" module in an attempt to make localization easier. Descriptive error flags should be exported from each subclass: use base qw( Exporter OpenFra...

SPURKIS/OpenFrame-WebApp-0.04 - 01 Aug 2003 17:37:12 UTC

OpenFrame::Argument::Blob - handling for filehandle-style data in network requests River stage one • 1 direct dependent • 1 total dependent

"OpenFrame::Argument::Blob" is a class to support things such as browser-based uploads. It provides a mechanisms to get the filehandle and filename of the uploaded element....

RCLAMP/OpenFrame-3.05 - 05 Aug 2004 17:05:26 UTC

OpenFrame::WebApp::Session - sessions for OpenFrame-WebApp River stage zero No dependents

The "OpenFrame::WebApp::Session" class is an abstract wrapper around session storing classes like "Cache::FileCache", "CGI::Session", "Apache::Session", etc. In WebApp, sessions are a storable hash with a session id, and an expiry period. Just incase...

SPURKIS/OpenFrame-WebApp-0.04 - 01 Aug 2003 17:37:12 UTC

OpenFrame::WebApp::Factory - abstract factory class River stage zero No dependents

The "OpenFrame::WebApp::Factory" class is an abstract implementation of the factory design pattern. On creating a new factory you can specify the type of object it should create. Then you can ask the factory to create new objects of this type for you...

SPURKIS/OpenFrame-WebApp-0.04 - 01 Aug 2003 17:37:12 UTC

OpenFrame::Segment::Apache - Apache segments for OpenFrame 3 River stage zero No dependents

The OpenFrame::Segment::Apache distribution provides segments for OpenFrame 3 that convert from Apache requests to OpenFrame::Request objects and from OpenFrame::Response objects to produce an Apache response. It will be demonstrated with a simple Op...

LBROCARD/OpenFrame-Segment-Apache-1.20 - 05 Nov 2003 14:13:54 UTC

OpenFrame::AppKit::Session - sessions for OpenFrame River stage zero No dependents

OpenFrame::AppKit::Session provides a session class that is capable of being stored and restored from disk. The session expects you to treat it as a standard HASH for all intents and purposes, but does allow you to encapsulate that with the methods g...

JDUNCAN/OpenFrame-AppKit-3.03 - 11 May 2003 09:28:07 UTC

OpenFrame::Segment::Apache2 - Apache2 segments for OpenFrame 3 River stage zero No dependents

The OpenFrame::Segment::Apache2 distribution provides segments for OpenFrame 3 that convert from Apache2 requests to OpenFrame::Request objects and from OpenFrame::Response objects to produce an Apache2 response. It will be demonstrated with a simple...

LBROCARD/OpenFrame-Segment-Apache2-1.00 - 19 Dec 2002 15:51:35 UTC

OpenFrame::WebApp::Template - abstract class for template processing wrappers River stage zero No dependents

The "OpenFrame::WebApp::Template" class is an abstract wrapper around a template system like "Template::Toolkit", "HTML::Template", "Petal", etc. This class was meant to be used with "OpenFrame::WebApp::Template::Factory"....

SPURKIS/OpenFrame-WebApp-0.04 - 01 Aug 2003 17:37:12 UTC

Meta::OpenFrame::Slot::Types - serve many files types in OpenFrame framework. River stage zero No dependents

This class is should be able to do all the things that the regular OpenFrame::Slot::Images and OpenFrame::Slot::HTML. There is no real difference between the two. In addition, this class does Aegis type translations for the URLs if needed. Most of th...

VELTZER/Meta-0.08 - 31 Dec 2002 10:05:41 UTC

OpenFrame::Example::Redirector - Simple redirector River stage zero No dependents

The "OpenFrame::Example::Redirector" module is a "Pipeline::Segment" that redirects any requests for a URL which contains 'redirect' to '/'....

LBROCARD/OpenFrame-Segment-Apache-1.20 - 05 Nov 2003 14:13:54 UTC
67 results (0.022 seconds)