应用程序类加载器负责加载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.
如果应用程序非常依赖短期存活的类加载器,且托儿所收集能够及时处理其他已分配对象,那么保留区收集可能不会频繁发生。
If an application relies heavily on short-lived class loaders, and nursery collections can keep up with any other allocated objects, then tenure collections might not happen very frequently.
优先排序器:应用于数据块与加载以确定处理顺序的一个规则与优先级列表。
Prioritizer: a list of rules and priorities applied to chunks and loads to determine order of processing.
ApplicationClassLoaderLeaks列示所有应用程序类加载器,表明它们是否被停止,因此导致泄漏。
Application class loader Leaks lists all of the application class loaders, indicating whether any of them are stopped and therefore leaking.
ApplicationClassLoaderLeaks查询将找到所有停止的应用程序类加载器,询问可能导致类加载器不适合垃圾收集的可疑对象。
The application ClassLoader Leaks query will find all stopped application class loaders and interrogate suspects that cause the class loader to be ineligible for garbage collection.
jboss-app.xml文档为该应用指定了类加载器,每个EAR应用的类加载器应该有一个唯一的名称。
The jboss-app.xml file specifies the class loader for this application.
为了理解应用程序在加载时的行为,您需要能够了解应用程序服务器环境本身。
To understand how your application behaves under load, you need to be able to see into the application server environment itself.
它还展示了类加载器信息——再说一遍,这很简单,因为应用程序太简单了。
It also shows class loader information — again, this is simple because the application is so simple.
这里,我们使用反射的原因是因为我们已经使用非系统类加载器加载了应用程序。
Here, we use reflection because we have loaded the application using a class loader that is not the system class loader.
当应用程序重启但它们的类加载器没有清理时,将发生应用程序类加载器泄露。
An application class loader leak occurs when applications are restarted but their class loaders are not cleaned up.
在少量的数据上应用延迟加载会导致对服务器的多次请求,而缓慢的响应可能会导致用户的沮丧。
Applying lazy loading on a small amount of data results in multiple requests to the server, and the slow response might lead to user frustration.
更改时,应用服务器会重新编译并加载一个JSP标记文件,而无需重新启动应用程序,这使开发和测试都变得非常简单。
When changed, a JSP tag file is recompiled and reloaded by the application server without having to restart the application, which makes both development and testing much easier.
依赖关系很有用,当部署应用程序时,它允许应用服务器加载应用程序,正确运行所需的内容。
The dependencies are useful in allowing the application server to load what is required for an application to run correctly when the application is deployed.
数据通过标准的提取、转换和加载(etl)连接器加载,然后可供商业智能和分析应用程序进行查询。
Data is loaded through standard extract, transform, and load (ETL) connectors, and is then available for queries from business intelligence and analytics applications.
这一点,再加上每个应用服务器中的不同类加载器实现,会为迁移带来潜在的问题。
This, combined with the different class loader implementations in each application server, can potentially create problems when migrating.
构建服务器硬件的小组可能与加载和配置应用程序的人员不同。
Server hardware build may be a different group from the people who load and configure the applications.
修改类加载器结构应该使应用程序能够成功迁移。
Modifying the classloader structure should allow the application to migrate successfully.
需要确保构建相关开关加载文件,并将其放置在适当的路径,以便事务管理器将其与应用程序一起加载。
You needs to make sure that the relevant switch-load file is built and placed in a proper path for the transaction manager to load along with the application program.
当“单个”服务器类加载器策略在起作用时,将使用单个类加载器为服务器上部署的所有应用程序加载大多数类。
When the Single server classloader policy is in effect, a single classloader is used to load most of the classes for all the applications that are deployed on the server.
自定义应用程序a连接服务器并加载目标文档。
The custom application a connects to the server and loads the target documents.
下载到浏览器的字节数越少或从浏览器缓存加载的字节数越少,应用程序的性能就越高,应用程序消耗的带宽越少。
The lower the byte count downloaded to the browser or loaded from the browser's cache, the better the application's performance, and the less bandwidth the application will consume.
我并不会尝试解决所有的核心问题,例如“加载浏览器url”或者“告诉我什么时候我的应用能够运行”。
I'm not trying to solve all the nitty-gritty problems across devices like "launch a browser URL" or "tell me when my app code can start".
在部署阶段,类加载冲突通过对不同的企业应用程序模块使用不同的应用程序类加载器得以解决。
While deploying, class loading conflicts are resolved by using a different application class loader for each enterprise application module.
最简单的方法是让通道出口类可用于整个应用服务器运行时加载,向应用服务器类路径添加类即可实现。
The simplest approach is to make the channel exit classes available for loading by the entire application server runtime, which is possible by adding the classes to the application server class path.
在运行期间,应用程序将加载动态链接器。
这里我们使用应用程序名作为类加载器的名称,以避免重复。
Each EAR application should have a unique string name for the class loader. Here, we use the application name in the class loader name to avoid repetition.
通过这种方法拆分应用程序可以使不同版本的EJB组件隔离开来,这种隔离是通过使用不同的应用程序类加载器实现的,一个EAR文件对应一个类加载器。
Breaking up the application in this manner allows different EJB component versions to be isolated with different application class loaders, one per EAR file.
该文件包含额外的服务器指令,每次请求包含 .htaccess 文件的目录时将加载并应用这些指令。
This file contains additional server directives that are loaded and followed on each request to the directory where the .htaccess file resides.
要使任何JAX-RPC处理程序在SIBus 中可用,您首先要确认这个类是可用的,且加载到您的应用程序服务器中。
To make any JAX-RPC handler available for use in the SIBus, you must first ensure that the class is available and loaded into your application server.
要使任何JAX-RPC处理程序在SIBus 中可用,您首先要确认这个类是可用的,且加载到您的应用程序服务器中。
To make any JAX-RPC handler available for use in the SIBus, you must first ensure that the class is available and loaded into your application server.
应用推荐