kprasanna_79 has asked for the wisdom of the Perl Monks concerning the following question:

Greating Monks,

I have worked with perl+mod_perl+apache+mysql in MVC architecture. Here database part, controller part and html part are separated and very easy to debug code, and i like it too.

But currently i am working in a project where all the three things(db+controller+html) are mixed. Its very difficult to debug things. I want to know in which architecture the project was built.

Is thr any way to find it out. And more over i need to know wat are the various architecture present in the world, for which perl can be used.

Sorry, if this question was not asked in right section..

--Prasanna.K
  • Comment on Need Clarification on various architecture

Replies are listed 'Best First'.
Re: Need Clarification on various architecture
by tchatzi (Acolyte) on Jun 07, 2005 at 15:00 UTC
    There are no sections here for architectures, Only perl. (no offence)

    For your first question....
    Ask those who made the project. How can anybody tell you, if he cannot see a sample of it?

    As for your second question, if you google you will find more........
    Java's Swing architecture, for example, the view and the controller are combined (this is often done in other architectures). In Swing the combined view/controller is called the delegate..........

    Layering architecture. Application development is commonly accomplished in a vertical fashion, or at least the division and the estimation of work are determined by defining the application's primary user interfaces..........

    ``The wise man doesn't give the right answers, he poses the right questions.'' TIMTOWTDI
Re: Need Clarification on various architecture
by Joost (Canon) on Jun 07, 2005 at 14:54 UTC
Re: Need Clarification on various architecture
by Jaap (Curate) on Jun 07, 2005 at 14:47 UTC
    I want to know in which architecture the project was built.
    Show us some code and tell us what you do know about it.
    A reply falls below the community's threshold of quality. You may see it by logging in.