--- dao/DaoAdresseService/ToDo.txt 2015/02/24 20:52:05 2373 +++ dao/DaoAdresseService/ToDo.txt 2015/06/04 19:29:39 2566 @@ -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) +* Get findbugs to report 0 problems + + +--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 !!! @@ -14,3 +21,5 @@ * Add log for the various result types - DONE !!! + +* Investigate RateLimiter from google guava to control requests to Google/OSM - Done!!!