-
-
28 Jun 2017 16:03:54 UTC
- Distribution: WebDAO
- Module version: 2.26
- Source (raw)
- Browse (raw)
- Changes
- Homepage
- How to Contribute
- Repository
- Issues
- Testers (899 / 0 / 0)
- Kwalitee
Bus factor: 0- 54.22% Coverage
- License: perl_5
- Activity
24 month- Tools
- Download (66.78KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
and 1 contributors- Zahatski Aliaksandr zag@cpan.org
- Dependencies
- DateTime
- DateTime::Format::HTTP
- Encode
- FCGI
- Getopt::Long
- HTTP::Body
- MIME::Base64
- Test::Class
- URI
- XML::Flow
- and possibly others
- Reverse dependencies
- CPAN Testers List
- Dependency graph
NAME
WebDAO - platform for easy creation of high-performance and scalable web applications
SYNOPSIS
use WebDAO;
DESCRIPTION
There are many environments in which the web applications work:
--------------------------------------------- | PSGI | | FastCGI | | ------------------------ | | nginx | | | | | Your code | isapi | | | | | | ---------------------- | | Shell Test::More IIS | | lighttpd | ---------------------------------------------
WebDAO designed to save developers from the details of the application environment, reduce costs with a change of environment, and to simplify debugging and testing applications. An important goal is to simplify and increase the speed of web development.
METHODS
mk_route ( 'route1'=> 'Class::Name', 'route2'=> sub { return new My::Class() })
Make route table for object
use WebDAO; mk_route( user=>'MyClass::User', test=>sub { return MyClass->new( param1=>1 ) } );
SEE ALSO
http://webdao.sourceforge.net
AUTHOR
Zahatski Aliaksandr, <zag@cpan.org>
COPYRIGHT AND LICENSE
Copyright 2002-2017 by Zahatski Aliaksandr
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
Module Install Instructions
To install WebDAO, copy and paste the appropriate command in to your terminal.
cpanm WebDAO
perl -MCPAN -e shell install WebDAO
For more information on module installation, please visit the detailed CPAN module installation guide.