Bug 534990 (RHQ-1732) - move subsystems to custom tab infra instead of richfaces tabPanel
Summary: move subsystems to custom tab infra instead of richfaces tabPanel
Keywords:
Status: CLOSED NEXTRELEASE
Alias: RHQ-1732
Product: RHQ Project
Classification: Other
Component: Core Server
Version: 1.2
Hardware: All
OS: All
medium
medium
Target Milestone: ---
: ---
Assignee: Joseph Marques
QA Contact:
URL: http://jira.rhq-project.org/browse/RH...
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2009-03-05 23:53 UTC by Joseph Marques
Modified: 2009-03-09 19:13 UTC (History)
0 users

Fixed In Version: 1.2
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description Joseph Marques 2009-03-05 23:53:00 UTC
now that mazz has changed our tab infrastructure to mimic the L&F you get from the richfaces tabPanel, this is a win.  by migrating this:

* we naturally gain the ability to have subtabs
* can delete SubsystemViewUIBean, which provides JSF tricks to workaround inability to remain sticky on a tab
* remove superfluous database hits and reduce page load time, because right now each time a tab is selected it rerenders (as part of the RESTORE_VIEW JSF phase) the current tab's datatable (which is a hit to the db) and then does another query for the datatable of the tab we're going to

these issues are naturally solved with our custom tab infra because everything is HTTP GET based, which each tab (or subtab) is backed by an independent URL

Comment 1 Joseph Marques 2009-03-06 01:35:33 UTC
rev3319 - move subsystem views to use custom tab infra; 

Comment 2 Red Hat Bugzilla 2009-11-10 20:45:31 UTC
This bug was previously known as http://jira.rhq-project.org/browse/RHQ-1732



Note You need to log in before you can comment on or make changes to this bug.