Changes between Version 14 and Version 15 of Ticket #529, comment 8
- Timestamp:
- Mar 27, 2014, 11:16:43 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #529, comment 8
v14 v15 41 41 || '''File''' || '''Description''' || 42 42 || `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`. || 43 44 || `labenv/resources/reports/labsensorinfo.jsp` || JSP file for obtaining data from selected lab sensor(s). || 44 45 || `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. || 45 47 46 48 BASE extension entry points configuration: