Changes between Version 3 and Version 4 of Ticket #461, comment 7


Ignore:
Timestamp:
Feb 6, 2013, 7:49:13 AM (11 years ago)
Author:
olle

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #461, comment 7

    v3 v4  
    33The first version of the SCAN-B quarter/month report in Reggie will be based on the following components:
    44
    5  * 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.
     5 * 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.
    66 * A JSP script `scanbquartermonthreportgenerator.jsp` in `reggie/resources/`. The JSP script will manage the GUI and display the created box plots.
    77 * A !JavaScript utility file `boxplot.js` in `reggie/resources/`. The utility file will take statistics data in JSON format as input and create a boxplot in an HTML 5 canvas element.