* On Mon, Feb 25 2008, Tyler Bird wrote: > Hi, > > How can I support multiple schema's per application > and share them between applications hopefully without duplication in > the catalyst framework? Just create another Catalyst::Model::DBIC::Schema subclass. You can have as many as you want. Regards, Jonathan Rockway