Re: [OT] Design Patterns in mod_perl apps?

2001-02-06 Thread Bakki Kudva
Thank you for that pointer. I checked http://www.pagekit.org/. Looks very interesting. While on the subject I'd like to mention another really nice book by Mark Grand called "Patterns in Java" that might be of interest to those looking into Design Patterns. This book has many additional pattern

Re: [OT] Design Patterns in mod_perl apps?

2001-02-05 Thread Bakki Kudva
I would like to close this thread with LOTS of THANK YOUS to Gunther who gave me tons of very valuable information on the subject. I am still in the process of digging my way through design patterns, but still at the 'huh?' stage but am optimistic that very soon will have the 'Aha!' as the intro

Re: [OT] Design Patterns in mod_perl apps?

2001-02-05 Thread Perrin Harkins
Gunther Birznieks wrote: GoF did not introduce Model-View-Controller architecture. But it is discussed in Wiley's "A System of Patterns: Pattern-Oriented Software Architecture". MVC is frequently used in mod_perl apps. For example, see Apache::PageKit. - Perrin

Re: [OT] Design Patterns in mod_perl apps?

2001-02-03 Thread Gunther Birznieks
At 11:42 AM 1/31/2001 -0500, Bakki Kudva wrote: I just quickly browsed through Chapter 10 (104 pages !!) and it shines light on EXACTLY the sort of things I was thinking about. It is like the 'Design Patterns' 'Conway book' fused into one. I also downloaded the webware apps so I can disect and

RE: [OT] Design Patterns in mod_perl apps?

2001-01-31 Thread Geoffrey Young
-Original Message- From: Gunther Birznieks [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 30, 2001 6:43 PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re: [OT] Design Patterns in mod_perl apps? If you look at the latter half of the on-line book at http

Re: [OT] Design Patterns in mod_perl apps?

2001-01-31 Thread Bakki Kudva
Wow!! Gunther you've done it again. I ask for some nuggets and you've given me the gold mine :) Gunther Birznieks wrote: If you look at the latter half of the on-line book at http://www.extropia.com/ExtropiaObjects/ and read the module chapters after and including the "Architecture" chapter

[OT] Design Patterns in mod_perl apps?

2001-01-30 Thread Bakki Kudva
I am studying mod_perl and the GoF Desing Patterns book in parallel and had a few questions I would like to throw to the list. 1. Is there anyone who is using GoF design patterns (eg. Chain of Responsibility for handlers) in their mod_perl apps? 2. Is the overhead of OO Perl acceptable for

Re: [OT] Design Patterns in mod_perl apps?

2001-01-30 Thread Ken Y. Clark
On Tue, 30 Jan 2001, Bakki Kudva wrote: Date: Tue, 30 Jan 2001 14:13:14 -0500 From: Bakki Kudva [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: [OT] Design Patterns in mod_perl apps? I am studying mod_perl and the GoF Desing Patterns book in parallel and had a few questions I would like

Re: [OT] Design Patterns in mod_perl apps?

2001-01-30 Thread Bakki Kudva
"Ken Y. Clark" wrote: 1. Is there anyone who is using GoF design patterns (eg. Chain of Responsibility for handlers) in their mod_perl apps? Well, I don't want to sound stupid, but I don't know what you're talking about. That's one of the hazards of having a degree in English and not

Re: [OT] Design Patterns in mod_perl apps?

2001-01-30 Thread Gunther Birznieks
At 02:13 PM 1/30/01 -0500, Bakki Kudva wrote: I am studying mod_perl and the GoF Desing Patterns book in parallel and had a few questions I would like to throw to the list. 1. Is there anyone who is using GoF design patterns (eg. Chain of Responsibility for handlers) in their mod_perl apps?