[Catalyst] FormFu vs. FormBuilder ...
    Zbigniew Lukasiak 
    zzbbyy at gmail.com
       
    Wed Jun 10 07:53:37 GMT 2009
    
    
  
On Wed, Jun 10, 2009 at 9:00 AM, Kiffin Gish<kiffin.gish at planet.nl> wrote:
> What are the advantages/disadvantages for choosing between
> Catalyst::Controller::FormBuilder and Catalyst::Controller::HTML:FormFu?
Those two are not the only options.  Have a look at:
http://www.perlfoundation.org/perl5/index.cgi?form_processing
In my opinion the Catalyst controllers don't server any purpose other
than documenting how to configure a form processor for Catalyst.  This
should not require a separate module - as this additional layer only
adds friction (problems like exposing not exactly full API of the
original processor, lagging after new releases of the processor and
Catalyst etc.) - but I agree that this kind of configuration should be
put somewhere and should be accompanied by tests.
-- 
Zbigniew Lukasiak
http://brudnopis.blogspot.com/
http://perlalchemy.blogspot.com/
    
    
More information about the Catalyst
mailing list