Servlets is not OO?  I think discussion of design patterns, refactoring
methodology, modeling, and OO principles is highly germane to any discussion
involving servlets.  It's good to get back to the roots of things once in a
while; it keeps us on our technical intellectual toes.

What I'd like to see more discussion on is the place servlet 2.3 filters
have in MVC.  Nic and I debated this a couple of months ago but no one
joined the conversation.  Interestingly, at JavaOne this year, the
presenters at the seminar I attended on using filters pretty much coincided
with Nic's position.

I missed Jason, though...he was at a late-night session and I was at
Fisherman's Wharf.  ;-)

Cheers!
Mark

----- Original Message -----
From: "Scott Telle" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, June 28, 2001 6:04 PM
Subject: Re: Simple but interesting..


> > Isn't extending the same as overriding/overloading (when it comes to
> > when you can/cannot do it)?  That is, the way you override/overload a
> > class is by extending it; hence there's no need to talk about them
> > separately.  And final classes cannot be extended.
>
> I would say no... Extending is adding functionality, whereas overloading
is
> changing functionality (or specifically methods). For instance, A person
has
> a ssNo. An employee has a ssNo and an employee number, thus giving MORE
> functionality, but allowing the users to make use of previous
functionality.
> This is however, an OO discussion and not servlets...
>
> --Scott
>
>
___________________________________________________________________________
> To unsubscribe, send email to [EMAIL PROTECTED] and include in the
body
> of the message "signoff SERVLET-INTEREST".
>
> Archives: http://archives.java.sun.com/archives/servlet-interest.html
> Resources: http://java.sun.com/products/servlet/external-resources.html
> LISTSERV Help: http://www.lsoft.com/manuals/user/user.html
>

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to