可以使用一个简单的GUI界面或者控制台应用程序来在应用程序类文件上运行字节码增强。
You can either use a simple GUI interface or a console application to run the bytecode enhancements on your application class files.
结构化发现检查了不同源文件(典型的类)之间的关系,以构建程序总体结构的形图。
Architectural discovery examines the relationships between different source files (typically classes) to build a map of the overall architecture of a program.
此JAR文件必须位于需要执行命令的程序的类路径中。
This JAR file must be in the classpath of the program that needs to execute the command.
lss文件(可以在本地的Notes程序目录中找到)中的类是很有用的,允许传递字符串数组、文件和数据。
The classes in the lsxsd.lss file (which can be found in your local Notes program directory) are very useful and can allow you to pass string arrays, files, and dates.
不是通过分析类文件的形式或结构来确定程序的意图,而是通常使用Visitor模式(请参阅参考资料)。
Instead the form or structure of the class files are analyzed to determine the program's intent, often using the Visitor pattern (see Resources).
使用这个TimingTranslator 的主程序类是BatchTiming ,它也包括在下载文件中。
The main program class that uses this TimingTranslator is BatchTiming, also included in the download file.
在这种情况下我们可能选择将处理程序类打包在一个JAR文件中而不是使它们成为类目录中的分散的文件。
In that case we might opt to package our handler classes in a JAR file rather than dumping them as loose files into the class directory.
然后,在这些类文件中对适当方法的调用被编织入原始应用程序代码。
Then, calls to the appropriate methods in these class files are woven into the original application code.
可以通过特定脚本文件的名称或特定分析程序模块的类名称来调用这些分析程序。
These analyzers can be invoked with the name of specific script files or the class name of specific analyzer modules.
在通知插件的属性文件中进行配置,从而调用特定的治理通知程序类。
We have configured in the notification plug-in properties file that a specific governance notifier class gets invoked.
能够包含应用程序需要的所有文件——也就是说,包括原始形式(未展开)的类和资源。
Be able to contain all of the files needed by an application — that is, both classes and resources in their original (unexpanded) form.
可以利用反射,在第一次把目标程序的类文件装入JVM 之后,创建这种类型的模型。
You can build a model of this type by using reflection, after first loading the target program's class files into the JVM.
除了自定义概要文件类型不包含任何服务器定义之外,它和应用程序服务器概要文件类型十分类似。
The custom profile type is very similar with the application server profile type, except that it does not contain any server definition.
该提供程序配置属性文件包含实现类。
This provider configuration properties file includes the implementation classes.
因此我们的文件表内容提供程序类与清单8 类似。
So our file table content provider class looks like Listing 8.
通过创建JAR文件并将其放置在类路径中,便从本质上完成了包装命令提供程序、命令和命令定义文件。
Packaging the command provider, commands, and command definition files is essentially done by creating a JAR file and placing it in the classpath.
我们能在计划文件中声明隐藏类,您将用之来部署应用程序。
We have the ability to declare hidden classes in our plan files, which you use to deploy your apps.
使TLD文件和处理程序类可访问。
在该文中,我们只是将类和方法名称作为参数传递给程序,程序加载二进制类文件,添加定时代码,然后写回该类。
In that article, we just passed the class and method name as command-line parameters to my program, which loaded the binary class file, added the timing code, then wrote the class back out.
创建完整大小应用程序的组织包、界面和类结构,即使这些文件的作用只是声明最初实现的类名称和接口。
Create the full-size application's organizational package, interface, and class structure, even if the files do nothing more than declare the class name and the interface it implements initially.
为了构建OCAP应用程序,您真正需要关心的全部内容就是定义平台的类文件。
For the purposes of building OCAP applications, all you really need to care about are the class files that define the platform.
JAR文件中包括我们为这个应用程序创建的所有CLASS文件和soap代理类。
This JAR file includes all the class files that we created for our application as well as the SOAP proxy classes.
应用程序类加载器负责加载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.
因此,需要确保客户机应用程序JAR文件的清单具有一个主类,即项。
You, therefore, need to make sure that the manifest of the client application JAR file has a main class: entry.
通用性:程序设计可以基于模式定义,从而使程序可以处理遵循某一模式的一类文件。
Generality: the program design can be based on schema definitions so the program is more likely to process a class of documents that conform to a certain schema.
所需的JAR 文件被自动放置在应用程序的类路径中。
Required JARs are automatically placed in the application's classpath.
请注意,Log4J. properties文件需要在类路径上,以指定要使用的搜索路径,这里是通过向应用程序服务器的类路径添加文件夹来实现的。
File needs to be on the classpath to specify the appenders to use, which is done here by adding a folder to the application server's classpath. To do this.
如果是从jndi .properties文件里读取这些设置,那么,该jndi . properties文件必须保存在应用程序类路径中。
If those Settings are being read from a jndi.properties file, it will need to be in the application's classpath as well.
这个方法寻找Derby嵌入式驱动程序的类文件(这个文件必须在CLASSPATH中存在),然后将它装载到JVM中。
This method finds the class file for the Derby embedded driver, which must exist somewhere in your CLASSPATH, then loads it into the JVM.
dojo是一个包系统,可用来在文件内构造应用程序类并通过dojo . require函数加载它们。
Dojo has a package system for structuring the application classes in files and loading them through the dojo.require function.
应用推荐