| Issue 149: | Console logging Code in the util of webapp needs to be refractored | |
| 1 person starred this issue and may be notified of changes. | Back to list |
0. How does what you propose make this codebase better? Will remove the dependency between webapp and the DAO implementation. 1. What packages and project that you are considering to refractor? the org.imirsel.nema.meandre.util package 2. Describe the issue with the current implementation? Drags the spring hibernate to the webapp layer.. 3. Describe the steps you want to take in the refractoring? Move the util/* classes/interfaces that have to do with the Dao's to the core. |