Re: How to organize OSGi bundles according to source code dependencies analyse report

2011-06-08 Thread Peter Kriens
I think the primary focus is grouping packages with the following rules: 1) Group packages that are strongly connected 2) Start with the largest group and try to merge groups into it that do not cause additional dependencies 3) repeat for all groups I think you need a cos

How to organize OSGi bundles according to source code dependencies analyse report

2011-06-08 Thread Tiger Gui
Hi Peter, I am working about source code dependencies analyse algorithm design and implement job, i will finish the whole analyse algorithm in the coming month. This algorithm include two sections: package and class. 1. Package section a. It can analyse package cycles in project source code b. A