All of the foundation framework container classes provide these.
所有的基础容器类都提供了这样的功能。
This was especially true for entity objects, which often mapped to container classes or database tables.
这对于实体对象来说基本上是正确的,实体对象通常被映射为容器类或者是数据库表。
Like many class libraries, the STL includes container classes: classes whose purpose is to contain other objects.
STL就像很多其他类库一样包含容器类:类是用来容纳其他对象的。
The reason for both of these facts is the same: reverse, like other STL algorithms, is decoupled from the STL container classes.
对于这两个事实的原因是相同的:reverse,就像STL其他的算法,都是从STL容器类分离出来的。
This way, container classes that do not build on the core collections framework can still take advantage of the new for-each loop.
这样,不是在核心集合框架上构建的容器类也能利用新的for - each循环。
This book reveals the mysteries of STL, to tell you more than just a set of easy to use STL container classes (container classes).
本书揭示STL的奥秘,告诉你STL不仅仅是一组方便运用的容器类(container classes)。
Apache Geronimo conforms to the J2EE standard by providing a kernel that manages the container classes that the J2EE standard specifies.
ApacheGeronimo通过提供一个内核来管理J2EE标准所指定的容器类以遵循j2ee标准。
This lack of type information at runtime poses a problem for generic container classes and for generic classes that want to make defensive copies.
运行时缺乏类型信息,这给泛型容器类和希望创建保护性副本的泛型类提出了难题。
For example, even the use of container classes from the standard JCL must be carefully managed so that the container class doesn't unintentionally create temporary or internal objects on the heap.
例如,即使使用标准JCL中的容器类也必须小心,以避免容器类无意中为堆创建临时或内部对象。
By default, all custom classes extend, which is very similar to an HTML in the sense that it serves primarily as a container.
默认情况下,所有定制的类都扩展,后者主要是作为一个容器,这一点非常类似于一个HTML。
Figure 1 represents the object layout, showing the ECS classes' container relationship.
图1表示了对象布局,显示了ecs类的容器关系。
And if your dependencies change as your classes evolve, that doesn't impact the creation of those objects, just the configuration of the container.
如果你的类的依赖关系发生改变,这并不影响对象的创建,只需要配置容器就可以。
When you are using JAR files instead of class files, you will need to take some extra steps so that DB2 recognizes the JAR file as the container for your stored procedure classes.
如果使用JAR文件而不是类文件,就需要采取一些额外的步骤,使DB 2认识到JAR文件是存储过程类的容器。
OpenEJB will also support constructor injection, which enables the container to provide various classes and objects at run time.
OpenEJB还将支持构造器注入,从而使得容器可以在运行时提供各种类和对象。
Spring includes several different implementation classes for creating and loading the container.
Spring包括几个用于创建和加载容器的不同实现类。
In a larger system, I would use an IOC container like the Spring framework to configure classes and aspects.
在更大的系统中,我将用Spring框架这样的ioc容器来配置类和方面。
This file tells the J2EE 1.4 application container where to find your web service description and what interface and implementation classes are to be used for the web service.
此文件告知j2ee 1.4应用程序容器在何处查找Web服务描述,以及将什么接口和实现类用于Web服务。
Without client application container support, you need to explicitly include any Geronimo or EJB classes that are referenced directly or indirectly.
没有客户机应用程序容器的支持,需要显式包括直接或间接引用的任何Geronimo或ejb类。
These convenience classes relieve the coder from having to implement the EJB component interface methods, but also take care of instantiating the Spring container.
这些方便的类使得代码编写人员不必实现EJB组件接口方法,而且还负责实例化spring容器。
These are the concrete classes with work with the WebSphere Application Server EJB container to make the example EJBs fulfill all of the qualities defined by the EJB specification.
这是一个具体类,它与WebSphereApplicationServerejb容器一同工作,使范例eJB实现EJB规范定义的所有特性。
The typical J2EE container has two significant types of classes: the core services classes, such as EJB containers and Web containers, and the application classes that the core services deploy.
典型的J2EE容器含有两种重要的类:一类是核心服务类,诸如ejb容器和web容器,还包括核心服务所部署的应用程序类。
The fact that the classes are persistence-aware demands an in-container testing strategy, which the Testing section describes.
事实上这些类是持久性调用类(persistence-aware),需要一种容器内测试策略,这将在 测试一节进行描述。
If I were to serialize and save Container, would I then... have access to those same instances of classes a, B?
如果我是序列化并保存容器,然后我……获得相同的类的一个实例,B吗?
A service container is a class which helps you managing all these services (classes which have dependencies), without a container you can't have DI.
服务容器是一个类,可以帮助您管理所有这些服务(有依赖关系的类),没有一个容器,你不能有二。
With Dependency Injection a Container manages the associations between your classes.
与依赖注入容器管理类之间的关联。
With Dependency Injection a Container manages the associations between your classes.
与依赖注入容器管理类之间的关联。
应用推荐