Mar
23
CDK Module dependencies #2
A bit over 2 years ago I published a UML diagram showing the dependencies between CDK modules. Since then I lot of new modules have been defined, added or factored out from the extra module (click to zoom):These kind of diagrams help us maintain the library, and apply some design goals, as explained in the first post on this.
If one compares the two diagrams, one sees that fewer code depends on the data module, but it is also clear that still a lot of them do. Another issue that had not properly addressed yet, is that a lot of modules still depend on the extra module, which aggregates everything that had not been assigned elsewhere.
Parallelism
This diagram also helped me use the Ant <parallel> task to allow compiling CDK modules in parallel, instead of sequentially.
If one compares the two diagrams, one sees that fewer code depends on the data module, but it is also clear that still a lot of them do. Another issue that had not properly addressed yet, is that a lot of modules still depend on the extra module, which aggregates everything that had not been assigned elsewhere.
Parallelism
This diagram also helped me use the Ant <parallel> task to allow compiling CDK modules in parallel, instead of sequentially.