Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 92443 invoked from network); 20 Nov 2009 04:25:52 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 20 Nov 2009 04:25:52 -0000 Received: (qmail 90820 invoked by uid 500); 20 Nov 2009 04:25:51 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 90723 invoked by uid 500); 20 Nov 2009 04:25: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 90715 invoked by uid 99); 20 Nov 2009 04:25:49 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 20 Nov 2009 04:25:49 +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 chirunhua@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; Fri, 20 Nov 2009 04:25:41 +0000 Received: by pzk28 with SMTP id 28so2352130pzk.27 for ; Thu, 19 Nov 2009 20:25:20 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=Xu103CdaUgk+B0Ih+MfwrPasKTDTzp+qN618htXUPgU=; b=OYT7RJIqPKK6Avef4lAwOJeDOxZCBCFXUceSySPLiwpuysh+g/4MsQ96wv+xM3V2R1 hC2NdvtOr4Yb+cmBcgxJsozrR8ekchYraUpatRZodWGrPFuX+88XUsDTtJ5Rqmyx4XSO wN9BolCTEZO3y/iNdOOWmdwFRq2496Lq/ZSCw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=X6BojVcp9Ys7qNqMcWpPf6VMt7GOK5QXnejLNkFKkTp4U6J1Ah22fVgrcp+8ektjKu tJPdzBcSR43JhUbXOP1TrKBFiNL7idqnelN0bodpzTNYnjdo2LgKXU+r5k9E8HRgVCJD TpWezUTe7LI7tmPrsp0sJcHDITLLS+Hhy+XaM= MIME-Version: 1.0 Received: by 10.141.37.5 with SMTP id p5mr53057rvj.110.1258691120008; Thu, 19 Nov 2009 20:25:20 -0800 (PST) Date: Fri, 20 Nov 2009 12:25:19 +0800 Message-ID: <98a659de0911192025s17ba7143maa64c2ba1b5eb8e@mail.gmail.com> Subject: Re-categorize the items in navigation pane for G2.2 From: chi runhua To: dev@geronimo.apache.org Content-Type: multipart/alternative; boundary=000e0cd1d4ac170fdd0478c5dd43 X-Virus-Checked: Checked by ClamAV on apache.org --000e0cd1d4ac170fdd0478c5dd43 Content-Type: text/plain; charset=ISO-8859-1 Hi devs, With the help of Shawn, we realized it's pretty easy to re-categorize the items in navigation pane because of flexible architecture of Geronimo plugin system. Just wonder if we could include the updates to the coming G2.2 release as a transitional stage of Console improvement task in G3.0. Here is how I did it. Locate all the AdminConsoleExtensionGBean in plan.xml of each portlet and change the pageTitle attribute. For example, Update Server/JMS Server ... To Application Server/JMS Server ... The new category is nearly identical with the proposal in https://issues.apache.org/jira/browse/GERONIMO-4950. I've built the server assembly locally and looks everything just works fine. If you think it's acceptable, I'll open a new JIRA and submit the patches for 2.2 branch&trunk later. Any comments? Jeff C --000e0cd1d4ac170fdd0478c5dd43 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Hi devs,

With the help of Shawn, we realized it's pretty easy to= re-categorize the items in navigation pane because of flexible architectur= e of Geronimo plugin system. Just wonder if we could include the updates to= the coming G2.2 release as a transitional stage of Console improvement tas= k in G3.0. Here is how I did it.
=A0=A0
=A0Locate all the AdminConsoleExtensionGBean in plan.xml of each= portlet and change the pageTitle attribute. For example,
=A0=A0=A0=A0= =A0 Update
=A0=A0=A0=A0=A0=A0=A0=A0 <gbean name=3D"JMSServerMan= ager" class=3D"org.apache.geronimo.pluto.AdminConsoleExtensionGBe= an">
=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0 <attribute name=3D"pageTitle"&g= t;Server/JMS Server</attribute>
=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0 ...=
=A0=A0=A0=A0=A0 To
=A0=A0=A0=A0=A0=A0=A0=A0 <gbean name=3D"= ;JMSServerManager" class=3D"org.apache.geronimo.pluto.AdminConsol= eExtensionGBean">
=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0 <attribute name=3D"pageTitle"&g= t;Application Server/JMS Server</attribute>
=A0=A0=A0=A0=A0=A0=A0= =A0=A0=A0 ...
=A0
=A0The new category is nearly identical with the pr= oposal in https://issues.apache.org/jira/browse/GERONIMO-4950. I= 've built the server assembly locally and looks everything just works f= ine.

If you think it's acceptable, I'll open a new JIRA and submit t= he patches for 2.2 branch&trunk later.

Any comments?


= Jeff C
--000e0cd1d4ac170fdd0478c5dd43--