=pod
=head1 NAME
RapidApp - Turnkey ajaxy webapps
=head1 SYNOPSIS
See L<www.rapidapp.info|http://www.rapidapp.info> and L
rapidapp.pl --helpers RapidDbic,Templates,TabGui,AuthCore,NavCore MyApp \ -- --dsn dbi:mysql:database=somedb,root,''
MyApp/script/myapp_server.pl
rdbic.pl dbi:mysql:database=somedb,root,''
=head1 DESCRIPTION
RapidApp is an extension to L
RapidApp is useful not only for new application development, but also for adding admin interfaces and snap-in components to existing applications, as well as for rapid prototyping.
Although RapidApp is based on Catalyst, fully encapsulated L
RapidApp started as an internal project in 2009 and has been under continuous development ever since. It has been used very successfully for multiple medium to large-scale client applications (backends with hundreds of tables and tens of millions of rows) as well as many quick and easy apps and interfaces for smaller jobs.
We started open-sourcing RapidApp in 2013, and this work is ongoing...
RapidApp is built on top of a number of powerful open-source tools and technologies including:
=over
=item *
Perl
=item *
L
=item *
L
=item *
L<ExtJS|http://www.sencha.com>
=item *
L
=back
Documentation is still a work-in-progress. Much of it has been done, but much of it still
remains to be done: L
Also, be sure to check out the RapidApp website for more information, including several comprehensive video demos and tutorials:
=over
=item *
L<www.rapidapp.info|http://www.rapidapp.info>
=back
=head1 SUPPORT
IRC:
Join #rapidapp on irc.perl.org.
=head1 AUTHOR
Henry Van Styn vanstyn@cpan.org
=head1 COPYRIGHT AND LICENSE
This software is copyright (c) 2013 by IntelliTree Solutions llc.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.
=cut