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? _______________________________________________ List: [email protected] Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/[email protected]/ Dev site: http://dev.catalyst.perl.org/
