Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 2918 invoked from network); 23 Dec 2009 05:50:21 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 23 Dec 2009 05:50:21 -0000 Received: (qmail 48683 invoked by uid 500); 23 Dec 2009 05:50:21 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 48519 invoked by uid 500); 23 Dec 2009 05:50:20 -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 48389 invoked by uid 99); 23 Dec 2009 05:50:19 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 23 Dec 2009 05:50:19 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of rwonly@gmail.com designates 209.85.222.190 as permitted sender) Received: from [209.85.222.190] (HELO mail-pz0-f190.google.com) (209.85.222.190) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 23 Dec 2009 05:50:09 +0000 Received: by pzk28 with SMTP id 28so5181052pzk.27 for ; Tue, 22 Dec 2009 21:49:48 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type; bh=nvCRD4CIs1XyjvrjJ9ckbjfBXysAyvNCNXFN+j/ZQhw=; b=XOAp840NXlSIby+uD3U0uLHrBVM9j0kdo9qU1yvrn9oqTlI4v6gB75LL8NnLLdPENN XJ6llkkkZBXfJEG+9tFQthjdhupC2/fJt2grwB8xf7p3AmNk6TW/gxou5aZn7OD8+beG jfIZZtjbrGcoAD9sMZdvcbm96oRszM08rcdpA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=rclGcbwIsKsRKeuXFrDQNnXBk/litO7fkyx6xXO6FQqSJfDf6aFONezPCFUHGqzkcL 14yrxms3eXhi8qBwEdChVZYIvHKgBT/ar6F7/NJEIEDTqZupiUwzv9bFRZYu1830jO80 +1FhPLay2JQVPgkvJZglkznnMOCoBQRvQseHQ= MIME-Version: 1.0 Received: by 10.142.6.27 with SMTP id 27mr6419637wff.319.1261547388141; Tue, 22 Dec 2009 21:49:48 -0800 (PST) In-Reply-To: <5eb405c70912222040y598e56b6w31d2015497d6bfe7@mail.gmail.com> References: <5eb405c70912222040y598e56b6w31d2015497d6bfe7@mail.gmail.com> Date: Wed, 23 Dec 2009 13:49:48 +0800 Message-ID: Subject: Re: Progress for Blueprint MBeans From: Rex Wang To: aries-dev@incubator.apache.org, dev@geronimo.apache.org Content-Type: multipart/alternative; boundary=00504502b094f00045047b5ee300 X-Virus-Checked: Checked by ClamAV on apache.org --00504502b094f00045047b5ee300 Content-Type: text/plain; charset=ISO-8859-1 https://issues.apache.org/jira/browse/ARIES-92 Thanks very much Jarek! -Rex 2009/12/23 Jarek Gawor > Rex, > > Please open up a JIRA issue for this in Aries and I'll svn copy the code. > > Jarek > > On Thu, Dec 17, 2009 at 2:33 AM, Rex Wang wrote: > > Dear All, > > > > We have finished most of the implementation work for the Blueprint > MBeans. I > > just checked in the codes in my sandbox in Geronimo svn. If you are > > interesting about it, you can get it from: > > https://svn.apache.org/repos/asf/geronimo/sandbox/rex > > We really expect any comments from your guys:-), and if possible, we > would > > like to contribute the whole jobs to Aries project because it is fairly a > > native place to host such MBeans. > > > > Underneath this folder, you can see 5 subprojects, they are: > > *# org.apache.geronimo.blueprint.jmx* > > This is the API definition of the Blueprint MBeans. > > *# org.apache.geronimo.blueprint.jmx.impl* > > This is the Blueprint MBeans' reference implementation. > > *# org.apache.geronimo.blueprint.jmx.test* > > This is the test for Blueprint MBeans, where I wrote a small framework > for > > easily writing the test-cases and make validation. > > *# org.apache.geronimo.blueprint.jmx.agent* > > This is a simple agent help register a MBean server as a service in the > OSGi > > framework, you might want this when play with the impl. > > *# org.apache.geronimo.blueprint.jmx.demo* > > This is a simple demo to run with the impl. > > > > We try our best to keep the API design and code style consistent with > OSGi > > RFC-139. There alreadly are some discussions before in both mailing list, > > you can refer: > > http://old.nabble.com/Mbeans-for-Blueprint-td26125402s134.html > > http://www.mail-archive.com/dev@geronimo.apache.org/msg74842.html > > http://www.mail-archive.com/aries-dev@incubator.apache.org/msg00660.html > > > > In the end, there is a sample pic using the blueprint MBeans to track the > > blueprint bundles in Geronimo 3.0: > > https://svn.apache.org/repos/asf/geronimo/sandbox/rex/sample.PNG > > > > Particularly thanks Siqi and also thanks Jarek Gawor for his great help! > > > > Any comments is welcome! > > > > Cheers > > -Rex > > > --00504502b094f00045047b5ee300 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable https://issues.a= pache.org/jira/browse/ARIES-92

Thanks very much Jarek!

-R= ex

2009/12/23 Jarek Gawor <jgawor@gmail.com><= br>
Rex,

Please open up a JIRA issue for this in Aries and I'll svn copy the cod= e.

Jarek

On Thu, Dec 17, 2009 at 2:33 AM, Rex Wang <rwonly@gmail.com> wrote:
> Dear All,
>
> We have finished most of the implementation work for the Blueprint MBe= ans. I
> just checked in the codes in my sandbox in Geronimo svn. If you are > interesting about it, you can get it from:
> https://svn.apache.org/repos/asf/geronimo/sandbox/rex
> We really expect any comments from your guys:-), and if possible, we w= ould
> like to contribute the whole jobs to Aries project because it is fairl= y a
> native place to host such MBeans.
>
> Underneath this folder, you can see 5 subprojects, they are:
> *# org.apache.geronimo.blueprint.jmx*
> This is the API definition of the Blueprint MBeans.
> *# org.apache.geronimo.blueprint.jmx.impl*
> This is the Blueprint MBeans' reference implementation.
> *# org.apache.geronimo.blueprint.jmx.test*
> This is the test for Blueprint MBeans, where I wrote a small framework= for
> easily writing the test-cases and make validation.
> *# org.apache.geronimo.blueprint.jmx.agent*
> This is a simple agent help register a MBean server as a service in th= e OSGi
> framework, you might want this when play with the impl.
> *# org.apache.geronimo.blueprint.jmx.demo*
> This is a simple demo to run with the impl.
>
> We try our best to keep the API design and code style consistent with = OSGi
> RFC-139. There alreadly are some discussions before in both mailing li= st,
> you can refer:
> http://old.nabble.com/Mbeans-for-Blueprint-td2612540= 2s134.html
> http://www.mail-archive.com/dev@geronimo.apache.o= rg/msg74842.html
> http://www.mail-archive.com/aries-dev@incu= bator.apache.org/msg00660.html
>
> In the end, there is a sample pic using the blueprint MBeans to track = the
> blueprint bundles in Geronimo 3.0:
> https://svn.apache.org/repos/asf/geronimo/sandbox/= rex/sample.PNG
>
> Particularly thanks Siqi and also thanks Jarek Gawor for his great hel= p!
>
> Any comments is welcome!
>
> Cheers
> -Rex
>

--00504502b094f00045047b5ee300--