in reply to Re: Breaking up a CGI::Application program
in thread Breaking up a CGI::Application program

The CAF looks interesting (but perhaps a lot of work). I am going to look into it. Thanks!
  • Comment on Re^2: Breaking up a CGI::Application program

Replies are listed 'Best First'.
Re^3: Breaking up a CGI::Application program
by jdtoronto (Prior) on Jun 01, 2006 at 02:28 UTC
    Yes, it IS a lot of work. You don't need to slavishly copy what Richard has done, but it will give you some clues as to what CAN be done. I am not sure if it made it into the released framework, But Richard did a PM's talk here in Toronto a couple of years ago and the system upon which the framework is based had two totally separate CGI::App's sharing a common infrastructure - one app for the outside world, and a secure one (as I recall it) for the company to use internally. Very slick!

    jdtoronto