ejbs

ejbs

 英

  • 网络的类型;上面已经提到过了

例句

It was relatively easy to identify the types required by the EJBs from the deployment descriptors.

标识来自部署描述符EJBs需要种类比较容易

Chief among these criticisms was that EJBs were difficult to understand and tedious to develop.

这些批评之中最主要抱怨EJB难于理解开发起来繁琐乏味

In short, the goal for that team was to hide the fact that EJBs were being used at all.

简而言之团队目标根本上隐藏使用EJB事实

This article will show you a few different ways to program with EJBs by hand, as you've had to do it in the past.

本文显示一些不同手工EJB编程方法以前可能就是这么

This same thread will execute the code in the first EJB and any other EJBs or other objects and resources that it invokes.

一线执行第一个EJB任何其他EJB调用其他对象资源代码

ORB provides a framework for clients to locate EJBs on the server and invoke operations on those as if they were local.

ORB客户端提供一个定位服务器EJB调用本地操作一样调用那些EJB操作框架

Already, I'm beginning to see the advantages of using EJBs.

已经开始看到使用EJB优点

When the value of max-bean-in-cache is reached, WebLogic passivates some EJBs that have not recently been used by a client.

达到max-bean-in-cacheWebLogic钝化一些最近没有客户机使用EJB

Like any other appropriate classes or EJBs, you can use the Integration Edition wizards to wrap the migrated EAB components in a service.

其它任何合适EJB一样可以使用集成向导迁移后EAB组件包装一个服务

The next step is to call these EJBs using JNDI to access the database.

下一步调用这些使用JNDIEJB访问数据库

Because a major benefit of session EJBs that your team seems to overlook is maintainability and reliability.

因为小组没有注意会话EJB好处可维护性可靠性

Changing the layout of a GUI panel should not cause you to recompile your servlets and EJBs.

改变GUI面板设计造成ServletEJB编译

For example, OpenEJB allowed for an embedded container (and even an embedded database) to make it easy to write unit tests for your EJBs.

例如OpenEJB允许使用嵌入式容器甚至嵌入式数据库简化EJB单元测试编写

A Session EJB might have methods to produce and consume a graph of SDOs with more efficient direct access to the entity EJBs.

会话EJBSessionEJB可能方法产生使用SDO更加高效直接访问实体EJB

The dichotomy had to deal with the difference between EJBs and a special breed of creatures called dependent objects .

这个分法必须处理EJB一种称为依赖对象特殊事物之间差别

The work that the MDB method does would then be part of that transaction, including calls to other EJBs.

这样MDB方法执行工作包括其它EJB调用就会成为事务一部分

A J2EE application with EJBs is no different but it can be quite a bit harder to setup the an environment for testing.

包含EJBJ2EE应用程序除了建立测试环境有点困难之外没有任何差别

These allow you to write a plain unit test that consumes EJBs like any other EJB client would.

可以一个普通单元测试调用EJBs其他EJB客户端那样

To invoke secure EJBs from a message-driven bean, the message-driven bean needs to be configured with a run-as role.

消息驱动Bean调用安全EJB需要消息驱动Bean配置Run-as角色

Application clients that talk directly to EJBs do not use servlet threads, but do use ORB threads (see next section).

直接EJB交谈应用程序客户机使用servlet线程的确使用ORB线程请看一部分)。

For EJBs, only the Deployment Descriptor needs to be stored in an EJB Project.

EJB来说只有部署描述符需要存储EJB项目

PhoneBookSessionBean. java, shown in Listing 5, shows the basics of the deployment descriptor required to work with session EJBs.

清单5PhoneBookSessionBean.java显示处理会话EBJ需要部署描述符基本情况

Using a session facade is one of the best-established best practices for the use of EJBs.

使用EJB组件使用会话Facade一个确认无疑最佳实践

It does not matter whether the remote call invokes Enterprise JavaBeans (EJBs), web services, or JDBC providers.

无论远程调用企业JavaBeanEJB)、Web服务JDBC提供者理论适用

We also hope to coordinate this article with a separate one on code generation tools that make top down development using EJBs really easy.

我们希望文章进行整理单独有关代码生成工具文章使得使用EJB进行向下开发真正擒拿

Through this month's exchange, we looked in detail at a scenario where multiple related entity EJBs are used in a single transaction.

通过本月交流我们详细了解单个事务使用多个相关实体EJB场景

Another way that architects can control development is by employing components in the form of Java packages, or EJBs.

一种架构师控制开发方法通过Java形式使用组件或者EJB

In the past, it took at least a day or two to write entity EJBs.

过去编写实体EJB至少需要到两天

When you understood EJBs, you could use sophisticated tools to make your development easier.

了解EJB可以使用一些复杂工具简化开发过程

Messages can be transferred via web services, REST, EJBs, RMI, HTTP, Sockets, SSL or any similar communication interface.

消息可以通过Web服务RESTEJBsRMIHTTPSocketsSSL任何类似通信接口进行传输

Your persistent (no pun intended) questioning really got the EJB Advocate wondering if his advocacy for using EJBs has not gone far enough.

坚持不懈没有别的意思询问EJB倡导不禁怀疑自己倡导使用EJB力度是否不够

So for the two states, opened and submitted, you can infer that there will be two session EJBs, with four and three update methods each.

因此对于开放提交状态可以推断出两个会话EJB两个会话EJB分别具有三四更新方法

EJBs and container-managed transactions (CMTs) make transaction management virtually transparent to the bean developer.

EJB容器管理事务(container-managedtransactions,CMTs)使事务管理对于bean开发人员来说实质上透明

These changes in the processing of exceptions could drastically change the execution of the EJBs causing unanticipated results.

异常处理过程这些变化可能EJB执行造成影响从而导致意外结果

EJBs that are run within the container execute inside the threads that are allocated to the ORB thread pool.

运行容器EJB分配ORB线程池线程执行

However, the criticisms of EJBs came just as quickly as the adoption of J2EE.

然而EJB批评正如J2EE采用一样快速

Exposing local and remote interfaces of the EJBs does not restrict flexibility in J2EE application deployment.

公开EJB本地远程接口不会限制J2EE应用程序部署灵活性

EJB3LibraryEAR is the EAR project used to package the EJBs and the Web module in a single enterprise application.

EJB3LibraryEAR用于单个企业程序包装EJBsWeb模块EAR项目

The technologies that are relevant from a Web development perspective are servlets, JSPs, JavaBeans, and EJBs.

Web开发前景有关一些技术servletJSPJavaBeansEJB

This includes learning Jakarta Ant, which is the Java world's equivalent of UNIX's "make" tool to help with generating EJBs.

包括学习JakartaAntJava世界UNIXmake等效一个工具用来帮助生成EJB

热门查询