Re: [Catalyst] Splitting up a large application: Shared config and templates for multiple applications

2009-09-02 Thread Tomas Doran
On 28 Aug 2009, at 17:55, Rodrigo wrote: Anyone building applications out of multiple small Catalyst applications like this? How do you set up the apps to share templates and a config? Anything more interesting than passing in paths? I have a working module called

Re: [Catalyst] Splitting up a large application: Shared config and templates for multiple applications

2009-08-28 Thread Matt Whipple
Bill Moseley wrote: I'm exploring the idea of breaking up a large application into a number of separate Catalyst apps. The application currently exists of a base application and a number of optional products. For example, one product might be to add a calendar and scheduling to the

Re: [Catalyst] Splitting up a large application: Shared config and templates for multiple applications

2009-08-28 Thread Bill Moseley
On Fri, Aug 28, 2009 at 6:41 AM, Matt Whipple m...@mattwhipple.com wrote: Anyone building applications out of multiple small Catalyst applications like this? How do you set up the apps to share templates and a config? Anything more interesting than passing in paths? One downside of this

Re: [Catalyst] Splitting up a large application: Shared config and templates for multiple applications

2009-08-28 Thread fREW Schmidt
On Fri, Aug 28, 2009 at 9:08 AM, Bill Moseley mose...@hank.org wrote: On Fri, Aug 28, 2009 at 6:41 AM, Matt Whipple m...@mattwhipple.comwrote: Anyone building applications out of multiple small Catalyst applications like this? How do you set up the apps to share templates and a config?

Re: [Catalyst] Splitting up a large application: Shared config and templates for multiple applications

2009-08-28 Thread Tomas Doran
fREW Schmidt wrote: Interestingly, I think the Rails guys (or was it Merb?) made something kindav like this. Basically they made it so that you can drop a Rails app into an existing Rails app and things just work. That's the idea. I don't know enough about Rails to say how well it works

Re: [Catalyst] Splitting up a large application: Shared config and templates for multiple applications

2009-08-28 Thread Rodrigo
Anyone building applications out of multiple small Catalyst applications like this? How do you set up the apps to share templates and a config? Anything more interesting than passing in paths? I have a working module called CatalystX::Featurizer that I've been using in an app at $work. It's