Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 58990 invoked from network); 13 Apr 2009 13:12:48 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 13 Apr 2009 13:12:48 -0000 Received: (qmail 55542 invoked by uid 500); 13 Apr 2009 13:12:44 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 55448 invoked by uid 500); 13 Apr 2009 13:12:43 -0000 Mailing-List: contact dev-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@geronimo.apache.org List-Id: Delivered-To: mailing list dev@geronimo.apache.org Received: (qmail 55440 invoked by uid 99); 13 Apr 2009 13:12:43 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 13 Apr 2009 13:12:43 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of rickmcg@gmail.com designates 209.85.198.226 as permitted sender) Received: from [209.85.198.226] (HELO rv-out-0506.google.com) (209.85.198.226) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 13 Apr 2009 13:12:35 +0000 Received: by rv-out-0506.google.com with SMTP id b25so2096315rvf.55 for ; Mon, 13 Apr 2009 06:12:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:reply-to :user-agent:mime-version:to:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=vnbjdJz3tuHtxnLQMv9PVxM/ryLPjzbjXngSA2jc5Uk=; b=e5+e3GT0fZobwWa8VApt5ofh2hdrm0Uqt8gFq3mCdo4rblZ4GAV4WriXsSib+BRdZd d6vwrpyUmwUivHL5E0S3wfPDwDigltwkBh7rrJlwHpMic26mRzEFIWzfA7QXgx4sViOY +CPlTwMnDerHDAb1BxopXMPSrHYEAD7ehJ2IU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:reply-to:user-agent:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding; b=QcQw4jF4pn6vFhbUDU0xTNwvMTnTAnoRiCbEjXC5BebzgUpPs6EFkSPClDUJPFs701 P18GH6ggp33k3Ph8G8jB0D/aZi29IfC9RldiG7hueqiwpJkhCuwLwEyofr6ip30qoq+y Zo+WM7/Y3cOf7J+cXCRWNfkL3bpapuqiuF18M= Received: by 10.114.111.1 with SMTP id j1mr3172491wac.79.1239628335697; Mon, 13 Apr 2009 06:12:15 -0700 (PDT) Received: from ?192.168.1.101? (68-191-49-248.dhcp.nwtn.ct.charter.com [68.191.49.248]) by mx.google.com with ESMTPS id v25sm5619364wah.16.2009.04.13.06.12.13 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 13 Apr 2009 06:12:14 -0700 (PDT) Message-ID: <49E33A2E.50808@gmail.com> Date: Mon, 13 Apr 2009 09:12:14 -0400 From: Rick McGuire Reply-To: rickmcg@gmail.com User-Agent: Thunderbird 2.0.0.21 (Windows/20090302) MIME-Version: 1.0 To: dev@geronimo.apache.org Subject: Re: [OSGi] Support for RFC 124? References: <19e0530f0903170558s2048dd2cy1ca802639fb7c9b5@mail.gmail.com> <49D3462E.70401@gmail.com> <5eb405c70904081023p5b0c82cfoe14c3b11245e0c74@mail.gmail.com> In-Reply-To: <5eb405c70904081023p5b0c82cfoe14c3b11245e0c74@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Jarek Gawor wrote: > Btw, I checked in under > https://svn.apache.org/repos/asf/geronimo/sandbox/gawor/rfc124 a tiny > bit of code that I was playing around with to better understand RFC > 124. I'll keep on working and experimenting with it but anyone is > welcome to join. I'm planning to add some of the RFC 124 API > definitions next in order see what it would take to implement these > API. > > Jarek > Before I go too far in writing new stuff, I think we should clarify the JVM target for this. The Blueprint spec outlines a couple of optional features for for implementations that run on Java5 and above that use generics. The bulk of the features will run fine on a 1.4.2 JVM version. Are we agreed that the target for this is a full implementation (which will require a Java 5 JVM to execute)? The answer to this determines whether generics can be used in the internal code as well. Rick