From dev-return-21463-apmail-tapestry-dev-archive=tapestry.apache.org@tapestry.apache.org Tue Jan 15 20:44:01 2008 Return-Path: Delivered-To: apmail-tapestry-dev-archive@www.apache.org Received: (qmail 3163 invoked from network); 15 Jan 2008 20:44:00 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 15 Jan 2008 20:44:00 -0000 Received: (qmail 72146 invoked by uid 500); 15 Jan 2008 20:43:50 -0000 Delivered-To: apmail-tapestry-dev-archive@tapestry.apache.org Received: (qmail 71872 invoked by uid 500); 15 Jan 2008 20:43:49 -0000 Mailing-List: contact dev-help@tapestry.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tapestry development" Delivered-To: mailing list dev@tapestry.apache.org Received: (qmail 71863 invoked by uid 500); 15 Jan 2008 20:43:49 -0000 Delivered-To: apmail-jakarta-tapestry-dev@jakarta.apache.org Received: (qmail 71860 invoked by uid 99); 15 Jan 2008 20:43:49 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 15 Jan 2008 12:43:49 -0800 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 15 Jan 2008 20:43:43 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 73E6F714256 for ; Tue, 15 Jan 2008 12:43:35 -0800 (PST) Message-ID: <8458956.1200429815471.JavaMail.jira@brutus> Date: Tue, 15 Jan 2008 12:43:35 -0800 (PST) From: "Howard M. Lewis Ship (JIRA)" To: tapestry-dev@jakarta.apache.org Subject: [jira] Created: (TAPESTRY-2049) Avoid reflection when instantiating component instances MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Avoid reflection when instantiating component instances ------------------------------------------------------- Key: TAPESTRY-2049 URL: https://issues.apache.org/jira/browse/TAPESTRY-2049 Project: Tapestry Issue Type: Improvement Components: tapestry-core Affects Versions: 5.0.7 Reporter: Howard M. Lewis Ship Assignee: Howard M. Lewis Ship Tapestry uses a small bit of reflective code to instantiate components, which could be replaced with a dynamically generated class for a minute speed improvement. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org For additional commands, e-mail: dev-help@tapestry.apache.org