[Catalyst] Best practices: XML output from static XML

J. Shirley jshirley at gmail.com
Sat Mar 6 14:34:47 GMT 2010


On Sat, Mar 6, 2010 at 6:17 AM, David <oldskiffle at yahoo.es> wrote:
> Exactly, as there is a little bit of application logic, so I need this
> process.
> Thanks for the solution Jay. I'll go for it.
>
> Just one last question. When you talk about using
> 'lib/MyApp/View/MyView.pm', you mean that is also correct to create a simple
> perl Module for your view. Then implement process method in the View.pm and
> forward the context from the Controller ( $c->forward( $c->view('MyView') );
> )?
>
>
> David
>

Yup, that is exactly right.

-J



More information about the Catalyst mailing list