Bug 534990 (RHQ-1732)

Summary: move subsystems to custom tab infra instead of richfaces tabPanel
Product: [Other] RHQ Project Reporter: Joseph Marques <jmarques>
Component: Core ServerAssignee: Joseph Marques <jmarques>
Status: CLOSED NEXTRELEASE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 1.2Keywords: Task
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: All   
URL: http://jira.rhq-project.org/browse/RHQ-1732
Whiteboard:
Fixed In Version: 1.2 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

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