Rose::DBx::Object::Renderer is a Perl module that generates forms, tables, menus, and charts for Rose::DB::Object. The generated UIs encapsulate sensible web conventions as default behaviours, such as rendering email addresses as 'mailto' links and enforce appropriate validation in forms. These default behaviours are highly configurable.
Rose::DBx::Object::Renderer uses CGI::FormBuilder to generate forms and the Google Chart API to render charts. Template::Toolkit is used for template processing, although UIs can be generated out of the box without using templates.
INSTALLATION
To install this module, run the following commands:
perl Makefile.PL
make
make test
make install
SAMPLE TEMPLATES
There are four sample templates: 'form.tt', 'table.tt', 'menu.tt', and 'chart.tt' in the 'templates' folder.
SUPPORT AND DOCUMENTATION
After installing, you can find documentation for this module with the perldoc command.
perldoc Rose::DBx::Object::Renderer
You can also look for information at:
Github
http://github.com/dannyglue/Rose-DBx-Object-Renderer
CPAN Ratings
http://cpanratings.perl.org/d/Rose-DBx-Object-Renderer
Search CPAN
http://search.cpan.org/dist/Rose-DBx-Object-Renderer
COPYRIGHT AND LICENCE
Copyright (C) 2008-2010 Xufeng (Danny) Liang
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.