NAME

SweetPea::Application - A full stack web framework for the rest of us.

VERSION

Version 0.022

SYNOPSIS

SweetPea::Application is an extention of the SweetPea web framework which is considered the core whereas SweetPea::Application is a full stack web application framework utilizing conventional wisdom and granular configuration over a highly sophisticated Push MVC architecture. (IT acronyms rock...)

SweetPea::Application overwrites the generator created by the core SweetPea install updating its functionality. The sweetpea cli now uses the following:

... at the cli (command-line interface)

# build a single-script application (go minimalist)
sweetpea make --script

# build a micro web application (i need more structure)
sweetpea make --application

# build a full-stack web application (i need more power)
sweetpea make --stack [dbi:mysql:database root [pass]]

EXPORTED

sweet (shortcut to SweetPea object instantiation)

METHODS

sweet

new

_plugins

finish

AUTHOR

Al Newkirk, <al.newkirk at awnstudio.com>

BUGS

Please report any bugs or feature requests to bug-sweetpea-application at rt.cpan.org, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=SweetPea-Application. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.

SUPPORT

You can find documentation for this module with the perldoc command.

perldoc SweetPea::Application

You can also look for information at:

ACKNOWLEDGEMENTS

COPYRIGHT & LICENSE

Copyright 2009 Al Newkirk.

This program is free software; you can redistribute it and/or modify it under the terms of either: the GNU General Public License as published by the Free Software Foundation; or the Artistic License.

See http://dev.perl.org/licenses/ for more information.