Changes between Version 17 and Version 18 of Ticket #529, comment 8


Ignore:
Timestamp:
Apr 2, 2014, 8:52:40 AM (11 years ago)
Author:
olle

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #529, comment 8

    v17 v18  
    4242|| '''File''' || '''Description''' ||
    4343|| `labenv/src/net/sf/basedb/labenv/servlet/LabEnvironmentServlet.java` || Java servlet class for obtaining information from lab sensors and the lab environment database. Initially three Ajax commands are implemented: `GetLabSensorConfigList`, `LabEnvironmentSensorQuery`, and `LabEnvironmentDatabaseQuery`. ||
    44 || `labenv/src/net/sf/basedb/labenv/servlet/LabEnvironmentStatisticsServlet.java` || Java servlet class for creating statistics for the lab environment database. Initially one Ajax command is implemented: `labenvironmentdailydistribution`. ||
     44|| `labenv/src/net/sf/basedb/labenv/servlet/LabEnvironmentStatisticsServlet.java` || Java servlet class for creating statistics for the lab environment database. Initially two Ajax commands are implemented: `labenvironmentdailydistribution` and `labenvironmentweeklydistribution`. ||
    4545|| `labenv/resources/reports/labsensorinfo.jsp` || JSP file for obtaining data from selected lab sensor(s). ||
    4646|| `labenv/resources/reports/labenvironmentdatabaseexport.jsp` || JSP file for obtaining data from the lab environment database, for selected sensor(s) and time period. The obtained data is made available in table format with tab-separated columns, for preview or export to an external file. ||
    47 || `labenv/resources/reports/labenvironmentdatabasestatistics.jsp` || JSP file for displaying statistics for the lab environment database, for selected sensor(s) and time period. Initially statistics for daily distribution of temperature and humidity will be available. ||
     47|| `labenv/resources/reports/labenvironmentdatabasestatistics.jsp` || JSP file for displaying statistics for the lab environment database, for selected sensor(s) and time period. Initially statistics for daily and weekly distribution of temperature and humidity will be available. ||
    4848
    4949BASE extension entry points configuration: