RWDE - Rapid Web Development Framework


RWDE documentation  | view source Contained in the RWDE distribution.

Index


NAME

Top

RWDE - Rapid Web Development Framework

SYNOPSIS

Top

Subclass the RWDE::Web::AppServer module to supply your handler method based on your CGI invocation choice (SCGI or FastCGI) then call the Launch() method to start your application server.

DESCRIPTION

Top

How it's different

RWDE is an application framework which is extremely small, very easy to install because it only depends on a handful of other CPAN modules, and quick to learn. Unlike the other frameworks, it is designed to work with database-based business logic -- it does not treat the DB as a dumb store. It is fully compatible with foreign keys, trigger-based updates, etc., and works best with a properly normalized database design.

Ease of installation

Simple install via CPAN: install RWDE will pull in all necessary dependencies (which are minimal).

Ease of use

See the example applications at http://www.rwde.org/

METHODS

Top

SEE ALSO

Top

Come visit us at http://www.rwde.org (coming soon)

SUPPORT

Top

Send email to rwde-support@RWDE.org

SPONSOR

Top

AUTHORS

Top

Kevin Kamel <kamelkev@mailermailer.com>, Damjan Pelemis <damjan@mailermailer.com>, Vivek Khera <vivek@mailermailer.com>

COPYRIGHT & LICENSE

Top


RWDE documentation  | view source Contained in the RWDE distribution.