Page 1 of 1

About Question enthuware.ocpjp.v17.2.3425 :

Posted: Thu Sep 29, 2022 8:02 am
by Deleted User 6318
Thus, bottom up approach is possible only when the dependent libraries are modularized already.
1. Don't you mean "dependency"? In the example, A class is dependent on B, and it's B that has to be modularized.
Effectively, when bottom-up migration is complete, every class/package of an application is put on the module-path.
2. By being put on the module-path you mean that's it's either a part of a named module or an automatic one? Is this identical with "being modularized" mentioned above?

Re: About Question enthuware.ocpjp.v17.2.3425 :

Posted: Thu Sep 29, 2022 8:37 am
by admin
1. Yes, although the statement given just before this make is clear, "dependencies" instead of "dependent libraries" would be the right phrase here.

2. Yes.