[Catalyst] question about sharing models with different applications/hosts

Barry Hoggard bhoggard at gmail.com
Thu Jul 19 20:29:38 GMT 2007


I'm investigating migrating an art website hosting service
(www.artcat.com) from CGI::Application under mod_perl to Catalyst.
There are 2 parts to the application -- the admin interface for
clients and the application that serves the pages.  Eventually the two
may be served on different servers, such as clientsite.com and
admin.artcat.com.  They would need to use the same model classes of
course.

What is considered the best way to do this now?  One catalyst app with
different vhosts and URL rewriting, or some kind of shared repository
for the lib directory, or something else?



More information about the Catalyst mailing list