[Catalyst] Announce: HTML::FormHandler

Zbigniew Lukasiak zzbbyy at gmail.com
Tue Mar 24 07:38:52 GMT 2009


On Mon, Mar 23, 2009 at 9:07 PM, Gerda Shank <gs364 at cornell.edu> wrote:
> HTML::FormHandler is an HTML form class written in Moose. It allows you to
> define HTML form fields and validators. It can be used for both database and
> non-database forms, and will automatically update or create rows in a
> database.
>
> One of its goals is to keep the controller interface as simple as possible,
> and to minimize the duplication of code. In most cases, interfacing your
> controller to your form is only a few lines of code.
>
> You can split the pieces of your forms up into logical parts and compose
> complete forms from FormHandler classes, roles, fields, collections of
> validations. You can write custom methods to process forms, add any
> attribute you like, use Moose before/after/around. FormHandler forms are
> Perl classes, so there's a lot of flexibility in what you can do.
>
> http://search.cpan.org/~gshank/HTML-FormHandler-0.19/

I think you forgot the most important part which is that there is a
mailing list for FormHandler:
http://groups.google.com/group/formhandler?hl=en and an IRC channel is
created: #formhandler at irc.perl.org.
The code repository is by the way at:
http://github.com/gshank/html-formhandler/tree/master

-- 
Zbigniew Lukasiak
http://brudnopis.blogspot.com/
http://perlalchemy.blogspot.com/



More information about the Catalyst mailing list