--- dao/DaoAdresseService/ToDo.txt 2015/02/24 07:57:47 2356 +++ dao/DaoAdresseService/ToDo.txt 2015/07/17 08:44:46 2630 @@ -1,5 +1,12 @@ TODO: +* More concistent use of logging framework instead of just System.out.println() +* More encapsulation of java beans (no public member vars) + + + +--History of tasks completed + * Integrate CircuitBreaker around webservice calls to Google and OSM - DONE !!! * Google API key should be load from config - DONE !!! * Enable/disable OSM and google should be configurable - DONE !!! @@ -12,5 +19,8 @@ *** Show if a rebuild is running - DONE !!! *** Rebuild manager should make sure only 1 running job at a time - DONE !!! -* Add log for the various result types +* Add log for the various result types - DONE !!! + +* Investigate RateLimiter from google guava to control requests to Google/OSM - Done!!! +* Get findbugs to report 0 problems - Done!!! \ No newline at end of file