The module-specific class loader for module 1 finds a reference to another module (the common objects library) and loads that module.
模块1的特定于模块的类加载器找到对另一个模块(公共对象库)的引用并加载那个模块。
When then the module-specific class loader for module 2 loads its module's code and finds a reference to another module (again, the common objects library) it loads that module.
当模块2的特定于模块的类加载器加载它的模块的代码并找到对另一个模块(同样是公共对象库)的引用时,它加载那个模块。
Other classes, such as service interfaces and implementations, or other data objects, are loaded by the normal class loader and not subject to live class reloading.
其他的类,例如服务接口和实现,或者其他数据对象被普通的类加载器加载不被动态类重载。
Other classes, such as service interfaces and implementations, or other data objects, are loaded by the normal class loader and not subject to live class reloading.
其他的类,例如服务接口和实现,或者其他数据对象被普通的类加载器加载不被动态类重载。
应用推荐