On Fri, Nov 20, 2009 at 5:10 PM, Rex Wang <[email protected]> wrote: > > > 2009/11/20 Shawn Jiang <[email protected]> > > my two cents: >> >> 1, two "server logs" in the snapshot. >> >> 2, "deply new" should be the first one in applications category. > > Well, IIRC, there is no means to explicitly specify the sequency of the > tree items, unless its AdminConsoleExtensionGBean starts before the others. > Shall we add such support? > Right, I just realized that we can't specify the sequences of the items. We definitely need this function so that we can adjust the items to what we want.
We can add a sequence level(like osgi start level) attribute for each tree item somewhere. > -Rex > >> >> >> >> On Fri, Nov 20, 2009 at 12:31 PM, chi runhua <[email protected]> wrote: >> >>> I'm also attaching the snapshot of updated navigation layout for your >>> reference. >>> >>> >>> Jeff C >>> >>> >>> On Fri, Nov 20, 2009 at 12:25 PM, chi runhua <[email protected]>wrote: >>> >>>> 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 >>>> <gbean name="JMSServerManager" >>>> class="org.apache.geronimo.pluto.AdminConsoleExtensionGBean"> >>>> <attribute name="pageTitle">Server/JMS Server</attribute> >>>> ... >>>> To >>>> <gbean name="JMSServerManager" >>>> class="org.apache.geronimo.pluto.AdminConsoleExtensionGBean"> >>>> <attribute name="pageTitle">Application Server/JMS >>>> Server</attribute> >>>> ... >>>> >>>> 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 >>>> >>> >>> >> >> >> -- >> Shawn >> > > -- Shawn
