Configure the Login Module for your application class in your JAAS configuration file.
在JAAS配置文件中为应用程序类配置LoginModule。
This method creates an application class, DerbyDatabase and calls its initialize method.
该方法创建一个应用程序类DerbyDatabase,然后调用它的initialize 方法。
When you've defined your application class, place the following macro somewhere in your code.
定义了应用程序类之后,在代码中放上如下的宏。
An abstract application class, representing all the systems that use the existing Mix application.
抽象应用类,表示使用即有Mix应用程序的所有系统。
Table 2 shows some examples of how to apply an application-wide setting in the application class.
表2给出了一些示例,展示了如何将应用程序级别的设置应用于application类。
The Application class is a singleton class that acts as a controller for all of the application's operations.
Application类是一个单身类(singletonclass),用作应用程序的所有操作的控制器。
An application class loader leak occurs when applications are restarted but their class loaders are not cleaned up.
当应用程序重启但它们的类加载器没有清理时,将发生应用程序类加载器泄露。
Table 1 shows a sample list of settings that can be applied at an application-wide level in the Application class.
表1给出了设置的示例列表,这些设置可应用于 Application 类的应用程序级别。
In real applications it is more likely that we will need to operate on a concrete instance of a Wicket application class.
实际应用则是操作一个Wicket应用类的具体实例。
The servlet creates an instance of an application class that boots the Derby database engine and creates a Derby database.
这个servlet创建应用程序类的一个实例,该实例启动Derby数据库引擎,并创建一个 Derby 数据库。
Let's create another Application class that will contain a main function to open the ContactUI and set up the context object.
让我们来创建另一个application类,其中会包含一个主函数,用来打开ContactUI和设置这个上下文对象。
If you were to extend the application class for the example contact information application, it would look similar to Listing 13.
若为这个示例联系信息应用程序扩展这个application类,它应该类似于清单13。
You can either use a simple GUI interface or a console application to run the bytecode enhancements on your application class files.
可以使用一个简单的GUI界面或者控制台应用程序来在应用程序类文件上运行字节码增强。
The framework assures the security implementation of application class security policy using operating system security services.
这个框架利用操作系统提供的安全服务为各种应用类安全策略的实施提供了安全保证。
An application class can extend this class directly or can use one of the static methods to create an instance using a ResponseBuilder.
应用中的类可以直接继承Response类,也可以使用其静态方法来通过ResponseBuilder创建实例。
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.
您必须使EJB远程接口的客户端类对应用程序类加载器可用。
While deploying, class loading conflicts are resolved by using a different application class loader for each enterprise application module.
在部署阶段,类加载冲突通过对不同的企业应用程序模块使用不同的应用程序类加载器得以解决。
Application class loader Leaks lists all of the application class loaders, indicating whether any of them are stopped and therefore leaking.
Application ClassLoaderLeaks列示所有应用程序类加载器,表明它们是否被停止,因此导致泄漏。
Listing 10: Warsaw project main application class with example usage of Spring bean injection mechanism and annotation-based web page scanner.
清单10:warsaw项目的主应用类,其中示范了Spring类注入机制和基于注解的Web页面扫描器的使用。
The application class loader is responsible for loading EJB modules packaged in EJB JAR files and utility classes packaged in dependent JAR files.
应用程序类加载器负责加载eJBJAR文件中的EJB模块以及封装在相关的JAR文件中的实用程序类。
Since WAR class loaders are children of application class loaders, all versions of the Web modules may be packaged in a single enterprise application.
由于war类加载器是应用程序类加载器的子类,所以所有版本的Web模块都可以封装在同一个企业应用程序中。
Different application class loaders may be used for isolating multiple versions of the same EJB classes, and the utility classes used by the EJB classes.
不同的应用程序加载类可以使相同的ejb类以及ejb类使用的实用程序类的不同版本得以分离。
To ensure that the Web application class loader picks up the portlet TLD files, you must also declare the portlet taglib directly, as shown in Listing 10.
为了确保Web应用程序类装入器获得portletTLD文件,您还必须直接声明 portlettaglib,如清单10 所示
The packet of same application class come into the same queue, and then are divided into different logical sub-queues by packet priority in the queue.
相同类型应用的数据包进入同一队列,在队列内部按分组的优先级分成不同的逻辑子队列。
So, I'm going to implement the index method on Play's Application class (which is invoked by default if you hit the root path) to quickly return some text.
因此,我还要在Play的application类(在浏览器命中根路径时默认调用)上实现index方法以快速返回一些文本。
Breaking up the application in this manner allows different EJB component versions to be isolated with different application class loaders, one per EAR file.
通过这种方法拆分应用程序可以使不同版本的EJB组件隔离开来,这种隔离是通过使用不同的应用程序类加载器实现的,一个EAR文件对应一个类加载器。
If this main application class is defined in the base project (Warsaw in this case), then we cannot add new web pages in the dependent applications (Global).
如果主应用类是在基项目(这里是Warsaw)里定义的,那依赖应用(Global)就不能添加新的Web页面了。
After the application class is loaded by the Wicket servlet, it creates a session for the servlet request in case no session exists, using its session factory.
应用程序类由Wicketservlet加载后,如果没有会话存在,它就会使用会话库创建针对servlet请求的一个会话。
First of all, in web application class we have to add a component instantiation listener that is responsible for injecting dependencies into Wicket components.
首先,在Web应用的类里,我们必须添加负责将依赖注入Wicket组件的组件实例化监听器。
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.
找到匹配后,就用使用实际的TranslateEditor应用程序类中reverse方法调用的结果来替换原来的存储。
应用推荐