Emmanuel Bourg schrieb:

Oliver Heger a écrit :

The main reason for the restructuring of the packages was to increase
modularity, which is especially important in environments like OSGi
where you have fine control over the packages to import. An "all
configurations in the main package" approach won't help here.

By "increasing modularity" you mean producing several jars, one for each implementation ?

Emmanuel Bourg


No, at least not at the first step. I simply would like to add more structure to our bunch of classes: lose coupling, cohesion etc.

At the moment the library is a whole "blob". Our sub packages do not improve situation because there are cyclic dependencies everywhere. IMO design can be improved here.

Oliver

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to