Return-Path: Delivered-To: apmail-struts-user-archive@www.apache.org Received: (qmail 99413 invoked from network); 1 Feb 2005 20:25:59 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 1 Feb 2005 20:25:59 -0000 Received: (qmail 61468 invoked by uid 500); 1 Feb 2005 20:25:46 -0000 Delivered-To: apmail-struts-user-archive@struts.apache.org Received: (qmail 61437 invoked by uid 500); 1 Feb 2005 20:25:45 -0000 Mailing-List: contact user-help@struts.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Struts Users Mailing List" Reply-To: "Struts Users Mailing List" Delivered-To: mailing list user@struts.apache.org Received: (qmail 61424 invoked by uid 99); 1 Feb 2005 20:25:45 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=RCVD_BY_IP,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: domain of petite.abeille@gmail.com designates 64.233.184.198 as permitted sender) Received: from wproxy.gmail.com (HELO wproxy.gmail.com) (64.233.184.198) by apache.org (qpsmtpd/0.28) with ESMTP; Tue, 01 Feb 2005 12:25:45 -0800 Received: by wproxy.gmail.com with SMTP id 49so53599wri for ; Tue, 01 Feb 2005 12:25:43 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:mime-version:in-reply-to:references:content-type:message-id:content-transfer-encoding:from:subject:date:to:x-mailer; b=tAeJjpp5qgw5UnpAmSjj0/t9HRBLpe/oLJ+anC1zABHwpZB+9Iohq+Yt2eCwy8ogKjheay3YuAUuDkyiAbidffSaBQLjzyNWD2HfgazUkydTX2x9O/sjmE1ibMoR8CUTNzAUyD55ceWUAp78OYOQmzZf0l4iV8REKvkXezpdQis= Received: by 10.54.20.76 with SMTP id 76mr133474wrt; Tue, 01 Feb 2005 12:25:43 -0800 (PST) Received: from ?10.0.1.19? ([62.167.68.59]) by smtp.gmail.com with ESMTP id 67sm54620wra.2005.02.01.12.25.42; Tue, 01 Feb 2005 12:25:43 -0800 (PST) Mime-Version: 1.0 (Apple Message framework v619.2) In-Reply-To: References: <41FFBA07.6030806@eutonian.com> <0c28c6ed64d97dcd0f2c6098d38156d1@gmail.com> <3f76fef7f8e03b64212a6d3625a600ba@gmail.com> Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: <2fb725f93f6476ecea4c374b73fd8d53@gmail.com> Content-Transfer-Encoding: 7bit From: PA Subject: Re: WAY OT Database Crossroads Date: Tue, 1 Feb 2005 21:26:10 +0100 To: "Struts Users Mailing List" X-Mailer: Apple Mail (2.619.2) X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N On Feb 01, 2005, at 21:16, Larry Meadors wrote: > HAHAHAH! I just inherited some code with a pile of inner classes, and > I have to say I agree with you on that "sorry freak of nature" > comment. Still not sure I dig static ICs, but am willing to give them > the benefit of the doubt...for now. Static inner class is perhaps a misnomer, as they get tainted by associations with their degenerated cousins, the "inners". In a nutshell, static don't share anything with their enclosing class except being in the same source file. Think of them more in terms of "packaging" then "semantic". Cheers -- PA, Onnay Equitursay http://alt.textdrive.com/ --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@struts.apache.org For additional commands, e-mail: user-help@struts.apache.org