TODO List - adarrivi/hidden-data GitHub Wiki

Pending things to do and nice to have:

  • Upload books from the website and, why not, using Web Services.
  • Use Spring JPA and @Query annotation for the repositories
  • The Apache Camel's routing between different systems (queue, file system, processors, filtering) will reduce part of the complexity this project has. Here is a nice tutorial about it.
  • Also it would be nice to move the application context from XML to Spring Java based container and play with the possibility of set unit testing to the architecture?
  • Maybe use some of the interesting Guava features, Google's opensource library