Maven encourages the development of modules without circular dependent on each other. For instance, we have modules including data model, middleware, and front end ui. So an ideal dependency would be that ui depends on middleware which in turns depends on data model. Code in data model should not depend on middleware or ui. This would reduce problems e.g. tight coupling, etc.
-----Original message----- From:Edward J. Yoon <[email protected]> To:[email protected] Date:Tue, 27 Sep 2011 21:26:46 +0900 Subject:Mutually dependent modules Hi all, Tonight I'm looking a little at HAMA-439 issue. Looks quite simple task but I have no idea what is the way to manage the mutually dependent modules. As you know, I'm really not familiar with Maven. Any advices? -- Best Regards, Edward J. Yoon @eddieyoon -- ChiaHung Lin Department of Information Management National University of Kaohsiung Taiwan
