The main benefit for PureMVC users is a consequence of using the dependency injection pattern when dealing with dependencies.
对于PureMVC用户来说,主要的好处是当遇到依赖时可以使用依赖注入。 同时这也是最大的缺点,因为DI的使用不可避免地会改变一些原始的PureMVC使用习惯,而这些习惯是基于服务定位器模式的。
Dependency Injection is a software pattern that is usually implemented through the use of frameworks like Spring.
依赖注入是通过使用像Spring这样的框架来执行的软件模式。
The architecture of the Spring framework is based upon the Dependency Injection (DI) design pattern.
Spring框架的体系基于依赖注入(DI)设计模式。
应用推荐