Cool I received some feedback for my new blog ! As requested - here's some screenshots of Dashboards I've created using Sun Java Studio Creator (1.0 and 2.0 EA)
These applications are used by the Engineering team to help gauge progress. Most have been developed using Creator 1.0, but I have started moving and developing new applications in 2.0 pre-release, which also, in turn helps flush out bugs in 2.0.
I'll explain in detail later how to create these applications. At a high-level, in 1.0, I stuffed data into an ArrayList which I bound to a JSF Standard DataTable. In 2.0, I stuff data into an Option array which is bound to an ObjectArrayDataProvider and in turn is bound to a new Basic Table component. See the screenshot of the nice looking Table component in 2.0, below.
Quality Dashboard - dummy data which shows how close we are to meeting our Quality Criteria (fixing Priority 1 defects, Customer defects, etc.)
1.0 DataTable showing dummy defect data for a module of Creator
1.0 DataTable showing a Creator metrics scheme I came up with
2.0 EA start page for retrieving Fix/Find defect data
2.0 Table component showing Fix Find dummy data for the datacomponent module of Creator
Here's a graph produced using JFreeChart from jfree.org produced from dummy data for the datacomponent module of Creator
Basically JFreeChart is a library added to the Web Application.
Weekly Defect Fix / Find Rates
These applications are used by the Engineering team to help gauge progress. Most have been developed using Creator 1.0, but I have started moving and developing new applications in 2.0 pre-release, which also, in turn helps flush out bugs in 2.0.
I'll explain in detail later how to create these applications. At a high-level, in 1.0, I stuffed data into an ArrayList which I bound to a JSF Standard DataTable. In 2.0, I stuff data into an Option array which is bound to an ObjectArrayDataProvider and in turn is bound to a new Basic Table component. See the screenshot of the nice looking Table component in 2.0, below.
Quality Dashboard - dummy data which shows how close we are to meeting our Quality Criteria (fixing Priority 1 defects, Customer defects, etc.)
1.0 DataTable showing dummy defect data for a module of Creator
1.0 DataTable showing a Creator metrics scheme I came up with
2.0 EA start page for retrieving Fix/Find defect data
2.0 Table component showing Fix Find dummy data for the datacomponent module of Creator
Here's a graph produced using JFreeChart from jfree.org produced from dummy data for the datacomponent module of Creator
Basically JFreeChart is a library added to the Web Application.
Weekly Defect Fix / Find Rates

Posted by ArchiEnger on June 06, 2007 at 06:55 PM PDT #