Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

Re^5: The Model View Controller pattern in web applications

by pg (Canon)
on Oct 25, 2004 at 00:07 UTC ( [id://402107]=note: print w/replies, xml ) Need Help??


in reply to Re^4: The Model View Controller pattern in web applications
in thread The Model View Controller pattern in web applications

Put in this way:

  • From an abstract view: CGI is a totally different animal than MVC, and it is even not a design pattern, but rather a functinal part of a system.
  • From a practical view: I agree that CGI can be used to implement part of the MVC model, especially the V and M. If we are talking about Perl modules, then yes, we can use CGI::Application, even CGI. If you look at what CGI (the perl module) provides you with MVC in your mind, you will quickly realize that:
    • It can be used to form view, with methods like start_form, h1 etc. But I would largely prefer templating systems.
    • It can be used as part of controller, with methods like cookie etc.

However if the developer or designer has too much CGI in his mind, then most likely he would come up with something does not clearly sepearte M and V.

  • Comment on Re^5: The Model View Controller pattern in web applications

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://402107]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others lurking in the Monastery: (1)
As of 2024-04-25 12:05 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found