Hyper - The global Hyper Workflow Interface |
Hyper - The global Hyper Workflow Interface
This document describes Hyper 0.05
use Hyper; Hyper->new()->work();
Hyper stands for "Hype reloaded" and is a framework for workflow based web applications. With Hyper you're able to create Workflows with persistent data. It's like a running your Perl code on a Tomcat Server ;)
Set application class with data from config attribute if it's false.
Start a Hyper workflow.
Create new cache for persistence or get existant cache. The CGI param uuid is used as cache id.
Get service from cgi param s(ervice) or from the cache if existant.
Get usecase from cgi param u(secase) or from the cache if existant.
Start a hyper workflow (Default, Single Validation, Group Validation)
Use the Hyper::Singleton::Context manpage for your configuration.
$Author: ac0v $
$Id: Hyper.pm 528 2009-01-11 05:43:02Z ac0v $
$Revision: 528 $
$Date: 2009-01-11 06:43:02 +0100 (So, 11 Jan 2009) $
$HeadURL: http://svn.hyper-framework.org/Hyper/Hyper/tags/0.05/lib/Hyper.pm $
Andreas Specht <ACID@cpan.org>
Copyright (c) 2009, Andreas Specht <ACID@cpan.org>
.
All rights reserved.
This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
Hyper - The global Hyper Workflow Interface |