aspose file tools
The moose likes Agile and Other Processes and the fly likes Help about Analysis mechanism Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Engineering » Agile and Other Processes
Reply Bookmark "Help about Analysis mechanism " Watch "Help about Analysis mechanism " New topic
Author

Help about Analysis mechanism

dragon ji
Ranch Hand

Joined: Oct 31, 2002
Posts: 110
Hi,guys

We have a presentation problem in our project,I want to describe it using Analysis mechanism.Following is my draft:
9.2 Analysis Mechanisms
Presentation:
For all need to display chart,we need identify:
Demension: How many dimensions should be displayed?
Style:How many kinds of chart used?
Refresh frequency: Are the chart more or less refresh?
Precision: How to define the precision of the coordinates' value?
Volume: Number of charts to display in one page.
Synchronicity: Does the chart changing dynamicly according to the database updated?
Reliability: Shall the objects survive a crash of the process; the processor; or the whole system?
Usability: Developed by ourselves or use other open source project? Use applet or servlet?
9.3 Design Mechanisms
Presentatiion:
We utilize third party open source project as the way to resolve the above analysis mechanism.
Demensiion:2 dimensions,use series as the different value of color.
Style: 3 kinds of chart.columnarity,pie,coordinate.
Refresh frequency: utilize token as the way to avoid frequency refresh.
Precision: decimal places:2
Synchronicity: not synchronicity when data changed,get the newest result by refresh .

but I don't know if it is right,Please help me checking it and tell me how to correct it.thanx a lot.


scjp 1.4<br />challenge haven't limit!
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Help about Analysis mechanism
 
Similar Threads
Composition - instantiation versus parameter passed to Constructor
Few Question For J2EE Developer
Goal/Purpose of this book ?
Cewolf charts colors and Postprocessors
draw combination charts via Openoffice calc programatically