Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 70446 invoked from network); 23 Dec 2009 04:40:50 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 23 Dec 2009 04:40:50 -0000 Received: (qmail 95888 invoked by uid 500); 23 Dec 2009 04:40:49 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 95664 invoked by uid 500); 23 Dec 2009 04:40:49 -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 95655 invoked by uid 99); 23 Dec 2009 04:40:48 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 23 Dec 2009 04:40:48 +0000 X-ASF-Spam-Status: No, hits=-2.6 required=5.0 tests=BAYES_00 X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of jgawor@gmail.com designates 209.85.216.198 as permitted sender) Received: from [209.85.216.198] (HELO mail-px0-f198.google.com) (209.85.216.198) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 23 Dec 2009 04:40:38 +0000 Received: by pxi36 with SMTP id 36so4551430pxi.26 for ; Tue, 22 Dec 2009 20:40:18 -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:cc:content-type; bh=F4vpUqQdYNiSqGRkBc0Il0a5vPzL3JCHSO9hdqdvCj8=; b=ANb6xbrHdJGvzFfzBHqwKK+QGB3KJkmLIt2m6MCoZCdvCRZtdfpG9GFu2jBl76j/EV VACLE0qyDztALGIr3B78RCkvKSqmF4quCb9W+zuoP6hcYl1aAXK+T/1F0P8WX1hUPND1 q0mBFmMlQ9UoyKfEK3z4XHuzk6RLh69C6CdDs= 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 :cc:content-type; b=b5yu6kJwdAglxwqmNCws3Yp3l5NO89kAFs/Lamd0Cdrb6SKhOosCodRy0FCyGCtGaN WLXdgI2yN4l/wMbcFEu0SQwAIqGhc/OPbJbDzECHGtJmcID5HQxcBpnniNqrlH2U1ZxZ PBaWJwQjIXht04YZynpDeu3n4fiP8eOg1fj0c= MIME-Version: 1.0 Received: by 10.114.188.21 with SMTP id l21mr6490760waf.138.1261543217894; Tue, 22 Dec 2009 20:40:17 -0800 (PST) In-Reply-To: References: Date: Tue, 22 Dec 2009 23:40:15 -0500 Message-ID: <5eb405c70912222040y598e56b6w31d2015497d6bfe7@mail.gmail.com> Subject: Re: Progress for Blueprint MBeans From: Jarek Gawor To: aries-dev@incubator.apache.org Cc: dev@geronimo.apache.org Content-Type: text/plain; charset=ISO-8859-1 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 >