定义了应用程序类之后,在代码中放上如下的宏。
When you've defined your application class, place the following macro somewhere in your code.
第三部分将继续检测应用程序类并测试该应用程序。
The third part continues to examine the application classes and tests the application.
字节码插装:该流程将字节码注入到应用程序类中。
Bytecode instrumentation: This is the process of injecting bytecode into the application classes.
解决类可视性问题的惟一方法是确保所有的应用程序类都可见。
The only way to resolve class visibility problems is to ensure that all the application classes are visible.
该系统提供对应用程序类中成员变量和成员函数的监控功能。
The system played a monitoring role for the member variable and function of the class in the applying procedure.
该系统提供对应用程序类中成员变量和成员函数的监控功能。
The system plays a monitoring role for the member variable and function of the class in the applying procedure.
您必须使EJB远程接口的客户端类对应用程序类加载器可用。
You must make the client classes of the EJB remote interfaces available to the Web application class loader. This can be done in two ways.
运行状态:GBean处在运行状态,协调其包含的应用程序类。
Running: the GBean is in the running state, coordinating the application classes that it contains.
在JAAS配置文件中为应用程序类配置LoginModule。
Configure the Login Module for your application class in your JAAS configuration file.
我希望本文能开阔您的视野,使您能编写一个全新的图像处理应用程序类。
I hope the article will open your eyes to the possibility of writing a whole new class of image-processing applications.
APP _ CLASSES是指定应用程序类(包括端点接口类)的目录。
APP_CLASSES is where directories with application classes (including the endpoint interface class) are specified.
当应用程序重启但它们的类加载器没有清理时,将发生应用程序类加载器泄露。
An application class loader leak occurs when applications are restarted but their class loaders are not cleaned up.
这通常就是我们想要的,并且对于配置那些框架并不了解的应用程序类,也是理想的。
This is normally what we want, and is ideal for configuring application classes that the framework does not know about.
可以使用一个简单的GUI界面或者控制台应用程序来在应用程序类文件上运行字节码增强。
You can either use a simple GUI interface or a console application to run the bytecode enhancements on your application class files.
在部署阶段,类加载冲突通过对不同的企业应用程序模块使用不同的应用程序类加载器得以解决。
While deploying, class loading conflicts are resolved by using a different application class loader for each enterprise application module.
框架出于某种原因需要以一致的方式与应用程序类交换数据,而不是强制应用程序类遵循严格的模型。
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.
如果这样,那么当我们孤立地考虑它的时候,我们实际上能够对这个应用程序类地代码行为理解多少呢?
If that is so, then how much can we truly understand about the behavior of the application class's code when we consider it in isolation?
例如,从应用程序类路径中的每个JAR装载的第一个类总是从磁盘装载并存储,无论它是否在缓存中存在。
For example, the first class load from each JAR on the application classpath is always loaded from disk and stored, regardless of whether it exists in the cache or not.
该方法创建一个应用程序类DerbyDatabase,然后调用它的initialize 方法。
This method creates an application class, DerbyDatabase and calls its initialize method.
dojo是一个包系统,可用来在文件内构造应用程序类并通过dojo . require函数加载它们。
Dojo has a package system for structuring the application classes in files and loading them through the dojo.require function.
应用程序类加载器负责加载eJBJAR文件中的EJB模块以及封装在相关的JAR文件中的实用程序类。
The application class loader is responsible for loading EJB modules packaged in EJB JAR files and utility classes packaged in dependent JAR files.
由于war类加载器是应用程序类加载器的子类,所以所有版本的Web模块都可以封装在同一个企业应用程序中。
Since WAR class loaders are children of application class loaders, all versions of the Web modules may be packaged in a single enterprise application.
此外,通过提供被注入对象的存根实现、改进测试覆盖率和代码质量,可轻松对编写良好的应用程序类执行单元测试。
Furthermore, well-written application classes can easily be unit tested by providing stub implementations of the injected objects, improving test coverage and code quality.
系统(system)类装入器(也称作应用程序类装入器)负责从CLASSPATH环境变量指定的路径装入代码。
The system class loader (also known as the application class loader) is the class loader responsible for loading code from the path specified by the CLASSPATH environment variable.
第二个目标是:它应当迅速,使用字节码增强直接把绑定代码添加到应用程序类(与侵入性较小但是较慢的反射技术相反)。
The second was that it would be fast, using bytecode enhancement to add the binding code directly to the application classes (as opposed to the less invasive but slower technique of reflection).
找到匹配后,就用使用实际的TranslateEditor应用程序类中reverse方法调用的结果来替换原来的存储。
When I find a match, I replace the original store with one that USES the result of a call to the reverse method within the actual TranslateEditor application class.
J2EE应用程序中的Web模块通过war类加载器来加载,这个类加载器是企业应用程序中的应用程序类加载器的一个子类。
Web modules within the J2EE application are loaded using a WAR class loader that is a child of the application class loader for the enterprise application containing the Web module.
为了实现拦截类加载过程的目标,我们需要采取进一步的动作,对应用程序类定义和使用我们自己的classloader。
To accomplish my goal of intercepting the classloading process we need to go a step further, by defining and using our own classloader for the application classes.
这个servlet创建应用程序类的一个实例,该实例启动Derby数据库引擎,并创建一个 Derby 数据库。
The servlet creates an instance of an application class that boots the Derby database engine and creates a Derby database.
典型的J2EE容器含有两种重要的类:一类是核心服务类,诸如ejb容器和web容器,还包括核心服务所部署的应用程序类。
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.
应用推荐