--- dao/DaoAdresseService/ToDo.txt 2015/05/11 15:25:59 2542 +++ dao/DaoAdresseService/ToDo.txt 2015/05/12 07:55:08 2543 @@ -1,5 +1,13 @@ TODO: +* Investigate RateLimiter from google guava to control requests to Google/OSM +* 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 +22,4 @@ * Add log for the various result types - DONE !!! +