Changes between Version 14 and Version 15 of Ticket #529, comment 8


Ignore:
Timestamp:
Mar 27, 2014, 11:16:43 AM (10 years ago)
Author:
olle

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #529, comment 8

    v14 v15  
    4141|| '''File''' || '''Description''' ||
    4242|| `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`. ||
     43|| `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`. ||
    4344|| `labenv/resources/reports/labsensorinfo.jsp` || JSP file for obtaining data from selected lab sensor(s). ||
    4445|| `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. ||
     46|| `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. ||
    4547
    4648BASE extension entry points configuration: