| OpenFrame-AppKit documentation | Contained in the OpenFrame-AppKit distribution. |
OpenFrame::AppKit - The OpenFrame AppKit
use OpenFrame::AppKit;
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.
Base application class for OpenFrame::AppKit
Sessions for OpenFrame::AppKit
Static images handler for OpenFrame::AppKit
Simple logger for OpenFrame::AppKit
A session management segment for OpenFrame::AppKit
A Template Toolkit template engine for OpenFrame::AppKit
OpenFrame::AppKit also has some example applications in the form of OpenFrame::AppKit::App::NameForm and OpenFrame::AppKit::Hangman.
James A. Duncan <jduncan@fotango.com>
Copyright 2002 Fotango Ltd. All Rights Reserved
This program is released under the same license as Perl itself.
http://opensource.fotango.com/
| OpenFrame-AppKit documentation | Contained in the OpenFrame-AppKit distribution. |
package OpenFrame::AppKit; use OpenFrame::AppKit::App; use OpenFrame::AppKit::Session; use OpenFrame::AppKit::Segment::Images; use OpenFrame::AppKit::Segment::LogFile; use OpenFrame::AppKit::Segment::SessionLoader; use OpenFrame::AppKit::Segment::TT2; our $VERSION=3.03; 1; __END__