Issue 149: Console logging Code in the util of webapp needs to be refractored
Status:  Accepted
Owner:
Project Member Reported by kumarami...@gmail.com, Oct 14, 2010
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.