Changes between Version 6 and Version 7 of Ticket #461, comment 7


Ignore:
Timestamp:
Feb 6, 2013, 8:51:38 AM (11 years ago)
Author:
olle

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #461, comment 7

    v6 v7  
    11Design description.
    22
    3 The first version of the SCAN-B quarter/month report in Reggie will be based on the following components:
     3A preliminary version of the SCAN-B quarter/month report in Reggie will be based on the following components:
    44
    55 * A servlet class/file `ScanBQuarterMonthReportServlet.java` in `reggie/src/net/sf/basedb/reggie/servlet/`. The servlet will perform the main data processing and calculate the statistics. This has the advantage of reducing the bandwidth need by only having to send the statistics values to the receiving !JavaScript in a JSON object, instead of the whole data set, that would have been necessary if the statistics calculation were performed by the script.