Dynamic proxy classes have many USES within a business object framework other than simply validating methods in a uniform way.
动态代理类在业务对象框架中有许多用途,不仅仅是用一致的方式对方法进行验证。
The First time value is the time taken for constructing the first reflection replacement class, which includes the time to load and initialize the classes in the framework code.
第一个时间值是构建第一个反射替代类所花费的时间,这个时间包括装载和初始化框架代码中的类的时间。
The framework somehow needs to get data into and out of the application classes in a consistent manner, without forcing the application classes to follow a rigid model.
框架出于某种原因需要以一致的方式与应用程序类交换数据,而不是强制应用程序类遵循严格的模型。
Normally, when building UIs in one technology and services in another, you must write or find a framework that serializes the classes to some format both technologies understand.
通常,用一种技术构建UI,用另一种技术构建服务时,您必需编写或找到一个框架,以两种技术都理解的某种格式序列化这些类。
To deploy the framework, you package the compiled classes for the framework along with static HTML files and other resources in a folder structured as an exploded WAR file.
要部署框架,需要把框架的编译类以及静态HTML文件和其他资源封装到一个文件夹中,结构类似 WAR 文件。
There are a few principal classes in the framework that I haven't discussed yet.
该框架中还有一些重要的类我没有讨论到。
In most cases, this entails just subclassing one of the framework classes, and overriding one or more hook methods as needed, depending how unique or complex your requirements are.
在多数情况下,这个结构仅仅是根据需求的独特性和惟一性对其中一个框架类划分子类,并根据需要覆盖一个或多个hook方法。
Drag classes from the J2EE class framework supplied in Rose.
在Rose中从提供的j2ee类框架中拖出类。
Table 1 shows the correspondence between the Observer pattern, the standard web services model, and the Observer pattern's implementation in the DEBA framework classes.
表1中三个方面的对照,分别为观察者模式、标准Web服务模型,以及在DEBA框架类中观察者模型的实现。
In a larger system, I would use an IOC container like the Spring framework to configure classes and aspects.
在更大的系统中,我将用Spring框架这样的ioc容器来配置类和方面。
The Dependency Injection mechanism of the LLBLGen Pro framework injects instances of annotated classes into the types specified in the attribute.
LLBLGenPro框架的依赖注入机制注入了一个注释类的实例到标识了这个规定属性的类型中。
The full framework contains many useful classes and methods for carrying out the actions most used in Web-based applications.
完整的框架包含很多实用的类和方法,能够完成基于Web的应用程序使用最多的操作。
Remember, the framework is simply a huge collection of classes and types that you can use in your PowerShell work.
记住,框架是大量你可以在Powershell中使用的类和类型的集合。
Maybe you're building a framework and need to make sure that all of the classes in a package have a zero-arg constructor or that all fields prefixed with an underscore have a getter but not a setter.
也许您正在构建一个框架,并且需要保证包中的所有类都有零参数的构造函数、或者所有带下划线前缀的字段都有getter而没有setter。
This might happen if you’re extending a third party application or framework, and you want to use Spring beans in your code, but the API doesn’t pass the context to the extending classes.
如果您扩展第三方应用程序或框架,并且希望在代码中使用SpringBean,但是该API 没有向扩展类传递上下文,可能就会发生这种情况。
With the Aspects for MDD Framework, you are able to apply the Tracing aspect to classes in the same way as shown for methods.
使用Aspectsfor mdd框架,你可以使用同样的方法在类中应用追踪方面。
The entire framework is instantiated in just a few lines of code per .as file thanks to the document classes doing all of the connection work in the background.
借助于自动生成文档的类库的后台工作,只需要在每个.as文件中添加几行简单的代码就能实例化整个框架。
The description of the classes contained in the message queue framework reference implementation package is shown in Table 4.
表4显示消息队列框架引用实现包中所包含的类的描述。
For a quick recap of my look at the three timer classes available in the.net Framework, see the table in Figure 7 which compares these three classes.
为了快速方便的看到。NET框架中这三个定时器类的不同之处,见Figure7对三个类的比较。
However, the real hero in this set of classes is the UIComponent class, which provides the basic framework you need to write custom components.
不过,这个类集合中的主角是uicomponent类,它为您提供编写定制组件所需的基础框架。
The difficulty of testing Action classes in isolation means that they can easily become quite complex — especially as they become ever more deeply coupled in a legacy framework.
隔离出来测试Action类的困难意味着它们可以很容易变得相当复杂——特别是当它们变成越来越深入地与遗留框架耦合的时候。
It can also serve as a basis from which you can implement your own DEBA framework applications. The classes in the example application are.
它也可以作为你实现自己的DEBA框架应用程序的基础。
In their case, they avoided using reflection by instead working directly with class files, adding code to the classes generated by the compiler in order to provide direct access for the framework.
在他们的情况中,通过直接处理类文件,同时向编译器所生成的类添加代码以便为框架提供直接访问,来避免使用反射。
In addition, there are no framework-specific configuration files and no extra classes to manage.
此外,没有需要管理的特定于框架的配置文件和额外的类。
I've chosen to use some framework classes in the solution in this article to make apparent what's happening and to provide consistency.
本文中,我选择在解决方案中使用一些框架类,以让发生的事情明确,并提供一致性。
A model transformation is focused on creating source code based on application metadata elements that extend classes in either the framework or a plug-in.
模型转换着重于根据在框架或插件中扩展类的应用程序元数据元素创建源代码。
The classes shown in "blue" color are external to the framework but are represented here to show how they structurally relate to the framework.
蓝色所示的类是框架外部的类,将它们放在这里是为了展示与框架的结构关系。
The . NET Framework uses predefined keys to control the behavior of framework classes. In addition, you can define your own configuration keys and values.
Net框架使用预定义关键字来控制框架类的行为。另外,你可以定义自己的配置关键字和值。
In general, throughout the client and server API, you will notice that all important classes of the framework are backed by an interface.
一般情况下,通过客户端和服务端的API,你能够了解框架所有重要的类的接口。
In general, throughout the client and server API, you will notice that all important classes of the framework are backed by an interface.
一般情况下,通过客户端和服务端的API,你能够了解框架所有重要的类的接口。
应用推荐