Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 96106 invoked from network); 28 Nov 2005 16:49:42 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 28 Nov 2005 16:49:42 -0000 Received: (qmail 26449 invoked by uid 500); 28 Nov 2005 16:49:36 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 26420 invoked by uid 500); 28 Nov 2005 16:49:36 -0000 Mailing-List: contact axis-dev-help@ws.apache.org; run by ezmlm Precedence: bulk Reply-To: axis-dev@ws.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list axis-dev@ws.apache.org Received: (qmail 26409 invoked by uid 99); 28 Nov 2005 16:49:36 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 28 Nov 2005 08:49:36 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [209.68.5.15] (HELO relay01.pair.com) (209.68.5.15) by apache.org (qpsmtpd/0.29) with SMTP; Mon, 28 Nov 2005 08:51:05 -0800 Received: (qmail 17648 invoked from network); 28 Nov 2005 16:49:12 -0000 Received: from unknown (HELO Deepal) (unknown) by unknown with SMTP; 28 Nov 2005 16:49:12 -0000 X-pair-Authenticated: 220.247.230.47 Message-ID: <00e301c5f43b$a77a38e0$c201a8c0@Deepal> From: "Deepal Jayasinghe" To: References: <438B2F05.7060408@thoughtcraft.com> Subject: Re: [axis2] QNames / Strings Date: Mon, 28 Nov 2005 22:48:59 +0600 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=response Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2180 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N big +1 from me Thanks, Deepal ................................................................ ~Future is Open~ ----- Original Message ----- From: "Glen Daniels" To: Sent: Monday, November 28, 2005 10:23 PM Subject: [axis2] QNames / Strings > 1) A lot of places we're currently using QNames (handler names, for > instance) might be better off using just Strings. > > 2) There are a ton of "new QName(STRING_CONSTANT)"s speckled about the > code. When we really need a QName constant, we should be making a QName > constant and using that instead of new-ing up an Object each time we run > through. > > --Glen >