网站首页  词典首页

请输入您要查询的英文单词:

 

单词 EJB container
释义

EJB container

  • 网络容器
1.
容器
...简化了散布式体系的开辟,将一些顶层的逻辑回解为一个容器(EJB container),这个容器卖力处理好比网络,资流池,线程池…
blog.sina.com.cn

例句

释义:
1.
EJB Container provides a simple breakdown of the number of each type of EJB deployed in the application server.
EJBContainer提供应用程序服务器中部署的每种EJB类型的数量的一个简单细目。
www.ibm.com
2.
The EJB container verifies that none of the data updated by a transaction has changed before committing the transaction.
EJB容器在事务提交之前确认由该事务更新的数据有无更改。
www.ibm.com
3.
The EJB container does not permit applications to create threads, but a Web container may allow applications to do so.
EJB容器不允许应用程序创建线程,但是一个Web容器可以允许应用程序这样做。
www.ibm.com
4.
Started as an open source EJB container, Jboss is now targeted to become an enterprise-ready application server.
开始时Jboss是一个开放源代码的EJB容器,而现在它的目标是成为一个企业可用的应用程序服务器。
www.ibm.com
5.
It is the foundation on which the EJB container depends to broker communication for Java Remote Method Invocation (RMI) interactions.
它是EJB容器赖以进行代理通信的基础,以便实现Java远程方法调用(JavaRemoteMethodInvocation,RMI)交互。
www.ibm.com
6.
The dashed arrows in Figure 3 indicate the notification of the connection manager by the EJB container when a method completes.
图3中虚线箭头表示方法完成时EJB容器对连接管理器的通知。
www.ibm.com
7.
On the client side, the application client is a core Java application that connects to the EJB container over the network.
在客户端方面,独立的客户端程序是一个Java核心应用程序,通过网络与EJB容器连接;
www.bing.com
8.
One possible topology is the separation of application servers running the Web container from application servers running the EJB container.
一种可能的网络布局就是将运行Web容器的应用程序服务器与运行EJB容器的应用程序服务器分离开来。
www-128.ibm.com
9.
Deployment descriptors are no longer required because the EJB container can extract all it needs to know from the annotations on an EJB.
不再需要部署描述符了,因为EJB容器可以从EJB上的注解提取出所需的所有信息。
www.ibm.com
10.
Enterprise beans obtain access to external resources by requesting resource manager connection factories from the EJB container.
通过向EJB容器请求资源管理器连接工厂,企业bean获得对外部资源的访问权。
www.ibm.com
1.
It specifies the number of buckets in the active instance list within the EJB container.
它指定EJB容器内活动实例列表中的bucket数目。
www.ibm.com
2.
The EJB container, persistence manager and the relational resource adapter and database work together to control the concurrency.
EJB容器、持久性管理程序、相关资源适配器和数据库将联合起来对并发性(concurrency)进行控制。
www.ibm.com
3.
Download OpenEJB, an open source, modular, configurable, and extendable EJB container system and EJB server.
请下载OpenEJB,这是个开放源码的、模块化的、可配置的和可扩展的EJB容器系统和EJB服务器。
www.ibm.com
4.
Pooling and resource utilization: An EJB container provides pooling of stateless session beans.
池与资源管理:EJB容器提供了无状态会话bean池。
www.ibm.com
5.
This injection notifies the EJB container about the EJB and enables it to service the requests directed to the EJB.
该注入将该EJB通知给EJB容器,并启用该容器以便为指向EJB的请求服务。
www.ibm.com
6.
Optimistic concurrency strategy holds no locks in the EJB container or database during a transaction.
Optimistic并发策略在事务期间不在EJB容器或数据库中持有任何锁。
www.ibm.com
7.
The relationship of the ORB with the EJB container can be described with Figure 1.
ORB与EJB容器之间的关系可使用图1进行描述。
www.ibm.com
8.
In the Server Settings Window, select the EJB tab to view the Listener Ports among other EJB Container settings.
在ServerSettings窗口中,选择EJB选项卡查看其他EJB容器设置中的侦听器端口。
www.ibm.com
9.
You model the EJB container as one or more GBeans, group them as a configuration, and represent the configuration as a plan.
将EJB容器建模为一个或多个GBean,将它们分组为一个配置,并将该配置表示为计划。
www.ibm.com
10.
Custom finder helpers allow applications to work with the EJB container to access the appropriate EJBs.
定制查找器助手允许应用程序与EJB容器一起工作来访问适当的EJB。
www.ibm.com
1.
The EJB container starts a global transaction when the EJB methods are configured with the Required or RequiresNew transaction attribute.
当使用Required或RequiresNew事务属性配置了EJB方法时,EJB容器就启动一个全局事务。
www.ibm.com
2.
If so, the EJB container delays database operations until transaction commit time.
如果启用,则EJB容器会将数据库操作延迟到事务提交时处理。
www.ibm.com
3.
A transaction scope starts and stops in an EJB container.
事务范围的开始和结束都在一个EJB容器中。
www.ibm.com
4.
One such issue is related to the EJB container and its inability to determine some types of caller principal information, such as user name.
其中一个问题与EJB容器有关,它无法确定一些类型的调用者主体信息,比如用户名。
www-128.ibm.com
5.
The EJB container is important for maintaining the referential integrity of all entity bean relationships.
EJB容器对于维护所有实体bean关系的引用完整性来说是很重要的。
www.ibm.com
6.
Transaction management supported by the EJB container can also affect performance.
EJB容器支持的事务管理也可以影响性能。
www.ibm.com
7.
Enterprise JavaBeans are executed by the EJB container.
EnterpriseJavaBeans由EJB容器执行。
www-128.ibm.com
8.
The reason that this is not permitted in the Web and EJB container is because of context.
在Web和EJB容器中不允许它的原因是因为上下文。
www.ibm.com
9.
Apache Geronimo uses OpenEJB as the EJB container system.
ApacheGeronimo用OpenEJB作为EJB容器系统。
www-128.ibm.com
10.
In the EJB container, resource references are defined on each individual bean.
EJB容器中的每个单独的bean上都定义了资源引用。
www.ibm.com
1.
The EJB component doesn't even realize that some of the resources are remote and managed outside the EJB container.
EJB组件甚至并不知道其中的一些资源是远程的并且是在EJB容器之外被管理的。
www.ibm.com
2.
If any updated data changed, the EJB container rolls back the transaction.
如果事务更新的任何数据被更改了,则EJB容器将回滚该事务。
www.ibm.com
3.
A personal EJB container for running local applications.
用于运行本地应用程序的个人EJB容器。
www-128.ibm.com
4.
Default exception handling by the EJB container during a transaction has a couple of significant changes between V3. x and V4.
在事务中通过EJB容器进行缺省异常处理在V3.x和V4中存在一些重要的更改。
www.ibm.com
5.
EJB container-managed transactions work even when multiple EJBs collaborate to perform a task.
即使多个EJB合作执行任务时,EJB容器管理事务也可以工作。
www.ibm.com
6.
As its EJB container and Castor JDO as its CMP implementation mechanism.
作为它的EJB容器,使用CastorJDO作为它的CMP实现机制。
www-128.ibm.com
7.
The WebSphere Enterprise Edition EJB container can support more data sources with 2-phase commit.
企业版WebSphere中的EJB容器能对更多的数据源支持二状态的事务提交。
www.ibm.com
8.
EJB container; in this case, you also generate an EJB session bean.
EJB容器;在这种情况下,您还可以生成一个EJB会话bean。
www.ibm.com
9.
They were added in the EJB 2. 0 Specification to allow event-driven processing inside EJB Container.
自EJB2.0规范起,JMS被加入进来以允许在容器内部实施事件驱动处理。
en.wikipedia.org
10.
Because the PhoneBookInfo class object is passed through the EJB container, it must implement java. io. Serializable.
因为PhoneBookInfo类的对象是通过EJB容器进行传递的,所以它必须实现java.
www.ibm.com
1.
In the EJB container, expand the EJB project and the session bean until you can see and select ResourceRef.
在EJB容器中,展开EJB项目和会话bean,直到您可以看到和选择ResourceRef为止。
www.ibm.com
2.
Unlike previous versions, V4 has a single EJB container per server.
与早先版本不同,V4的每个服务器都有一个单独的EJB容器。
www.ibm.com
3.
Enable UT and FVT without needing an EJB container.
不需要EJB容器启用UT和FVT。
www.ibm.com
4.
Instead, it is stored in a vendor-specific file that is used by the EJB container (application server) at run time.
相反,它存储在一个特定于厂商的文件中供EJB容器运行的时候使用(应用服务器)。
www.ibm.com
5.
But, because they're happening in the EJB container, they're local calls.
但是,因为它们在EJB容器中发生,所以它们是本地调用。
www.ibm.com
6.
EJB container -- Provides an environment for high-availability, high-performance implementation of business logic
EJB容器——为业务逻辑的高可用性、高性能实现提供环境。
www.ibm.com
7.
Built-in AOP support to for instance facilitate declarative transaction management outside an EJB container
内置AOP支持,例如在EJB容器之外提供声明式事务管理
spring.jactiongroup.net
8.
Class object is passed through the EJB container, it must implement
类的对象是通过EJB容器进行传递的,所以它必须实现
www-128.ibm.com
随便看

 

英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。

 

Copyright © 2004-2022 Newdu.com All Rights Reserved
更新时间:2024/11/16 0:31:51