Browse Source
Commented out a bunch of debug logging statements that aren't needed right now. Updated some hibernate config files. Added some exceptions to the logback config to ignore debug statements from hibernate and EHCache as they aren't important in our debugging right now. Updated todo... sort of...
master
Commented out a bunch of debug logging statements that aren't needed right now. Updated some hibernate config files. Added some exceptions to the logback config to ignore debug statements from hibernate and EHCache as they aren't important in our debugging right now. Updated todo... sort of...
master
Drew Short
11 years ago
10 changed files with 71 additions and 48 deletions
-
5pom.xml
-
2src/includes/logback.xml
-
25src/main/resources/hibernate.cfg.xml
-
4src/main/scala/com/sothr/imagetools/hash/AHash.scala
-
4src/main/scala/com/sothr/imagetools/hash/DHash.scala
-
8src/main/scala/com/sothr/imagetools/hash/HashService.scala
-
8src/main/scala/com/sothr/imagetools/hash/PHash.scala
-
21src/main/scala/com/sothr/imagetools/image/ImageService.scala
-
19src/test/resources/hibernate.cfg.xml
-
23todo
@ -1,16 +1,13 @@ |
|||
Add functionality to both engines |
|||
-Move files to new locations |
|||
-Rename new files based on their MD5 |
|||
Add functionality to ImageService |
|||
-Cache thumbnails |
|||
-Generate thumbnails |
|||
-Move files to new locations |
|||
-Rename new files based on their MD5 - abandoned as bad idea |
|||
Improve functionality of the PropertiesService |
|||
-Getters and Setters for sepcific values with proper cascading and type awareness |
|||
-Nicer debugging? |
|||
-Getters and Setters for sepcific values with proper cascading and type awareness |
|||
-Nicer debugging? |
|||
Hibernate - H2 intergration |
|||
- setup hibernate |
|||
- setup h2 |
|||
- setup C3P0 connection pool |
|||
- transfer configuration files |
|||
- autoload configuration files? |
|||
- map DTO's |
|||
- autoload configuration files? |
|||
Database - How to handle directories to reduce database storage? |
|||
- recursive database construction |
|||
-Factory to handle generating directory information |
|||
-Directory1 -> Directory2 -> Directory3 |
|||
-result = Directory/Directory2/Directory3 |
Write
Preview
Loading…
Cancel
Save
Reference in new issue