Return-Path: Mailing-List: contact turbine-torque-dev-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list turbine-torque-dev@jakarta.apache.org Received: (qmail 5975 invoked by uid 98); 25 Jan 2003 22:29:55 -0000 X-Antivirus: nagoya (v4218 created Aug 14 2002) Received: (qmail 5944 invoked from network); 25 Jan 2003 22:29:53 -0000 Received: from daedalus.apache.org (HELO apache.org) (208.185.179.12) by nagoya.betaversion.org with SMTP; 25 Jan 2003 22:29:53 -0000 Received: (qmail 95189 invoked by uid 500); 25 Jan 2003 22:28:22 -0000 Received: (qmail 95182 invoked from network); 25 Jan 2003 22:28:22 -0000 Received: from mail112.mail.bellsouth.net (HELO imf12bis.bellsouth.net) (205.152.58.52) by daedalus.apache.org with SMTP; 25 Jan 2003 22:28:22 -0000 Received: from blaze ([68.17.162.183]) by imf12bis.bellsouth.net (InterMail vM.5.01.04.25 201-253-122-122-125-20020815) with ESMTP id <20030125223025.XLTW21240.imf12bis.bellsouth.net@blaze> for ; Sat, 25 Jan 2003 17:30:25 -0500 From: "Quinton McCombs" To: Subject: Loading Torque as Avalon component Date: Sat, 25 Jan 2003 16:28:42 -0600 Message-ID: <000201c2c4c1$1e098db0$020a0a0a@blaze> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.4024 Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N One of the items on the task list for Turbine 2.3 is to be able to load Torque as an Avalon component. The problem is the the method names conflict between Stratum's lifecycle interfaces and Avalon's. To do this I see basically two options... 1) Simply switch to Avalon's lifecycle interfaces and drop Stratum's. There would be no deprecation. Turbine and Torque would be changed at the same time so that the development versions would still work together. 2) Create a wrapper class for Torque that would implement the Avalon lifecycle interfaces. This would be enough to satisfy Turbine's requirement. I think that option #1 would be the best even though deprecation is out of the question.