Changes between Version 3 and Version 4 of DependencyInjection
- Timestamp:
- 07/07/12 13:43:17 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DependencyInjection
v3 v4 12 12 == Overview == 13 13 14 Provide a system for monitoring the health of a Geonetwork instance as well as metrics for some important functions. Metrics will be made available via HTTP/JSON and JMX. A common useage would be to configure nagios or collectd to collect data from the Geonetwork service and warn administrators when system is becoming unstable.14 Use the Spring dependency injection framework for connecting the different components of Geonetwork and Jeeves and use the framework for managing object lifecycle, configuration etc... 15 15 16 16 === Proposal Type ===