Changes between Version 17 and Version 18 of Ticket #529, comment 8
- Timestamp:
- Apr 2, 2014, 8:52:40 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #529, comment 8
v17 v18 42 42 || '''File''' || '''Description''' || 43 43 || `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`. || 45 45 || `labenv/resources/reports/labsensorinfo.jsp` || JSP file for obtaining data from selected lab sensor(s). || 46 46 || `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. || 48 48 49 49 BASE extension entry points configuration: