[Catalyst] How to make MyApp::B a part of MyApp::A ?

Matt S Trout dbix-class at trout.me.uk
Mon May 7 15:16:45 GMT 2007


On Wed, May 02, 2007 at 08:02:04PM +0400, Oleg Pronin wrote:
> You didn't understand what i meant. MyApp::A is not a class. It's a whole
> application with all surrounding stuff.
> so and MyApp::B.
> 
> Ok lets build the question in another manner:
> 
> Catalyst scans for all modules under MyApp::Controller to build the list of
> url actions.
> How to make Catalyst scan another OtherApp::Controller and add all found url
> actions to MyApp ?

If it's a complete application won't you need the models as well?

Are the views the same or different?

Do you have clashing names or not?

Do they use the same plugins?

Are you trying to add the extra stuff under a prefix or side-by-side URI-wise?

C'mon, you're trying to do something fairly complex here. Give us more
information :)

-- 
      Matt S Trout       Need help with your Catalyst or DBIx::Class project?
   Technical Director    Want a managed development or deployment platform?
Shadowcat Systems Ltd.   Contact mst (at) shadowcatsystems.co.uk for a quote
                                          http://www.shadowcatsystems.co.uk/ 



More information about the Catalyst mailing list