On Tue, 16 Oct 2001, Gargi Bodke wrote:

>   i have been asked to suggest an architecture to seperate the
> business logic from the html. how is this done in modperl? i guess by
> using functions for the business logic. is there any other way?

There are several solutions you can explore, that are optimized for
mod_perl.  I personally favor Mason (http://masonhq.com), which uses a
component-based architecture with some object-oriented extensions, but
there are others like EmbPerl and various templating solutions that
achieve similar goals.

You can start here for more information (most, if not all, of these are
also open source/free software):

http://perl.apache.org/#appservers

-- Brett
                                          http://www.chapelperilous.net/
------------------------------------------------------------------------
I'm always looking for a new idea that will be more productive than its cost.
                -- David Rockefeller

Reply via email to