NAME

Maplat - The MAPLAT Web Framework

SYNOPSIS

This Module is actually a stub (don't use it). The Maplat Framework is divided into various parts, mainly Maplat::Helpers, Maplat::Worker and Maplat::Web. Please see these modules for more detailed information

DESCRIPTION

There are currently four parts of the Framework.

Maplat::Web is the WebGUI system, i.e. the part of the framework that helps you render the webbased graphical interface.

Maplat::Worker is the background system. All long-running tasks (more than a second or so) should be done with one or more background worker.

Maplat::Helpers is a library of modules with various helper modules like special date parsing, sendmail-a-file and things like that.

Maplat::Server is a fork a HTTP::Server::Simple. It has been adapted to the special needs of Maplat. Please don't rely on any specific features of Maplat::Server, our long-term plan is to support multiple integrated (perl-based) webservers via overloading. Only use Maplat::Web.

SEE ALSO

Maplat::Web Maplat::Worker

Please, also take a look at the included example in the tarball available on CPAN.

AUTHOR

Rene Schickbauer, <rene.schickbauer@magnapowertrain.com>

COPYRIGHT AND LICENSE

Copyright (C) 2009 by Rene Schickbauer

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.10.0 or, at your option, any later version of Perl 5 you may have available.

This library includes other open source software, mainly jQuery modules, jQuery.sheet() and the FCKEditor. This programs are not a fork, they are just included for convienience.