单词 | ejbs | ||||
释义 | ejbs
例句释义: 的类型,上面已经提到过了 1. It was relatively easy to identify the types required by the EJBs from the deployment descriptors. 标识来自部署描述符的EJBs需要的种类是比较容易的。 www.ibm.com 2. Chief among these criticisms was that EJBs were difficult to understand and tedious to develop. 在这些批评之中,最主要的抱怨是EJB难于理解且开发起来繁琐乏味。 www.ibm.com 3. In short, the goal for that team was to hide the fact that EJBs were being used at all. 简而言之,该团队的目标是从根本上隐藏使用EJB这一事实。 www.ibm.com 4. 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编程方法,您以前可能就是这么做的。 www.ibm.com 5. 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或调用它的其他对象和资源中的代码。 www.ibm.com 6. 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上的操作的框架。 www.ibm.com 7. Already, I'm beginning to see the advantages of using EJBs. 我已经开始看到使用EJB的优点。 www.ibm.com 8. 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-cache的值时,WebLogic将钝化一些最近没有被客户机使用的EJB。 www.ibm.com 9. 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组件包装成一个服务。 www.ibm.com 10. The next step is to call these EJBs using JNDI to access the database. 下一步是调用这些使用JNDI的EJB来访问数据库。 www.ibm.com 1. Because a major benefit of session EJBs that your team seems to overlook is maintainability and reliability. 因为您的小组没有注意到的会话EJB的好处是其可维护性及可靠性。 www.ibm.com 2. Changing the layout of a GUI panel should not cause you to recompile your servlets and EJBs. 改变GUI面板的设计不应造成Servlet和EJB的重编译。 blog.163.com 3. 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单元测试的编写。 www.ibm.com 4. A Session EJB might have methods to produce and consume a graph of SDOs with more efficient direct access to the entity EJBs. 会话EJB(SessionEJB)可能有方法产生和使用SDO图来更加高效地直接访问实体EJB。 www.ibm.com 5. The dichotomy had to deal with the difference between EJBs and a special breed of creatures called dependent objects . 这个二分法必须处理EJB和一种称为依赖对象的特殊事物之间的差别。 www.ibm.com 6. The work that the MDB method does would then be part of that transaction, including calls to other EJBs. 这样,MDB方法执行的工作,包括对其它EJB的调用,就会成为事务的一部分。 www.ibm.com 7. A J2EE application with EJBs is no different but it can be quite a bit harder to setup the an environment for testing. 包含EJB的J2EE应用程序除了建立测试环境有点困难之外没有任何差别。 www.ibm.com 8. These allow you to write a plain unit test that consumes EJBs like any other EJB client would. 你可以写一个普通的单元测试以调用EJBs,就像其他EJB客户端所做的那样。 www.infoq.com 9. 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角色。 www.ibm.com 10. Application clients that talk directly to EJBs do not use servlet threads, but do use ORB threads (see next section). 直接与EJB交谈的应用程序客户机不使用servlet线程,但的确使用ORB线程(请看下一部分)。 www.ibm.com 1. For EJBs, only the Deployment Descriptor needs to be stored in an EJB Project. 对EJB来说,只有部署描述符需要存储在EJB项目里。 www.ibm.com 2. PhoneBookSessionBean. java, shown in Listing 5, shows the basics of the deployment descriptor required to work with session EJBs. 清单5所示的PhoneBookSessionBean.java显示了处理会话EBJ时需要的部署描述符的基本情况。 www.ibm.com 3. Using a session facade is one of the best-established best practices for the use of EJBs. 当使用EJB组件时,使用会话Facade是一个确认无疑的最佳实践。 www.ibm.com 4. It does not matter whether the remote call invokes Enterprise JavaBeans (EJBs), web services, or JDBC providers. 无论远程调用企业JavaBean(EJB)、Web服务或JDBC提供者,该理论都适用。 www.ibm.com 5. 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进行自顶向下开发真正手到擒拿。 www.ibm.com 6. Through this month's exchange, we looked in detail at a scenario where multiple related entity EJBs are used in a single transaction. 通过本月的交流,我们详细了解了在单个事务中使用多个相关实体EJB的场景。 www.ibm.com 7. Another way that architects can control development is by employing components in the form of Java packages, or EJBs. 另一种架构师控制开发的方法是通过以Java包的形式使用组件和或者EJB。 www.ibm.com 8. In the past, it took at least a day or two to write entity EJBs. 在过去,编写实体EJB至少需要一到两天。 www.ibm.com 9. When you understood EJBs, you could use sophisticated tools to make your development easier. 当您了解EJB后,可以使用一些复杂的工具简化开发过程。 www.ibm.com 10. Messages can be transferred via web services, REST, EJBs, RMI, HTTP, Sockets, SSL or any similar communication interface. 消息可以通过Web服务、REST、EJBs、RMI、HTTP、Sockets、SSL或任何类似的通信接口进行传输。 www.ibm.com 1. 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的力度是否不够。 www.ibm.com 2. 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分别具有三四种更新方法。 www.ibm.com 3. EJBs and container-managed transactions (CMTs) make transaction management virtually transparent to the bean developer. EJB和容器管理事务(container-managedtransactions,CMTs)使事务管理对于bean开发人员来说实质上是透明的。 www.ibm.com 4. These changes in the processing of exceptions could drastically change the execution of the EJBs causing unanticipated results. 异常处理过程中的这些变化可能会对EJB的执行造成很大的影响,从而导致意外的结果。 www.ibm.com 5. EJBs that are run within the container execute inside the threads that are allocated to the ORB thread pool. 运行于容器中的EJB在被分配到ORB线程池的线程中执行。 www.ibm.com 6. However, the criticisms of EJBs came just as quickly as the adoption of J2EE. 然而,对EJB的批评之声也正如J2EE的采用一样快速涌至。 www.ibm.com 7. Exposing local and remote interfaces of the EJBs does not restrict flexibility in J2EE application deployment. 公开EJB的本地和远程接口并不会限制J2EE应用程序部署中的灵活性。 www.ibm.com 8. EJB3LibraryEAR is the EAR project used to package the EJBs and the Web module in a single enterprise application. EJB3LibraryEAR是用于在单个企业程序中包装EJBs与Web模块的EAR项目。 www.ibm.com 9. The technologies that are relevant from a Web development perspective are servlets, JSPs, JavaBeans, and EJBs. 与Web开发前景有关的一些技术是servlet、JSP、JavaBeans和EJB。 www.ibm.com 10. This includes learning Jakarta Ant, which is the Java world's equivalent of UNIX's "make" tool to help with generating EJBs. 这包括学习JakartaAnt,它是Java世界中与UNIX的“make”等效的一个工具,用来帮助生成EJB。 www.ibm.com 1. Other services and technologies that may be found in a J2EE Server bundle include EJBs, Connectors, JMS, JTA, etc. J2EE服务器中可能出现的其他服务和技术有EJB、连接器、JMS、JTA等。 www.ibm.com 2. If you look at the EJB 3. 1 Lite specification, it is very easy to implement EJBs using transactions and security protection. 如果你查看EJB3.1Lite规范,就会发现使用事务和安全保护实现EJB非常容易。 www.infoq.com 3. The Business Logic layer contains EJBs (Enterprise Java Beans). These execute on the server to manage business logic. 业务逻辑层包括EJB(EnterpriseJavaBeans),EJB运行在服务器上,以便管理业务逻辑。 www.ibm.com 4. Therefore, Entity EJBs accesses in any business method of the session bean AccountManagement are executed in a global transaction. 因此,访问会话BeanAccountManagement中的业务方法的实体EJB都在一个全局事务中执行。 www.ibm.com 5. The tables are named the same as the EJBs, as is standard for a top-down mapping. 这些表与EJB有相同的命名,这对于自顶向下映射来说是标准的。 www.ibm.com 6. But even with all this said, I suspect that you still could not yet sell the explicit use of EJBs to the team. 但即使说到这,我怀疑您仍不能将对EJB的使用显式的公开给小组。 www.ibm.com 7. Custom finder helpers allow applications to work with the EJB container to access the appropriate EJBs. 定制查找器助手允许应用程序与EJB容器一起工作来访问适当的EJB。 www.ibm.com 8. In this article we discuss the different options available to secure session, entity and message-driven EJBs using Community Edition. 在本文中,我们将讨论可使用CommunityEdition来保护会话、实体和消息驱动的EJB的不同选项。 www.ibm.com 9. The methods of these EJBs should return the boolean value false. 这些EJB的方法应该返回布尔值假。 www.ibm.com 10. Last month's best practices were basically about using unrelated CMP entity EJBs in a single transaction. 上月所讲述的最佳实践基本上是关于在单独事务中使用非相关的CMP实体EJB。 www.ibm.com 1. If you have an interesting problem associated with using EJBs of any type, please feel free to contact the EJB Advocate. 如果您有使用任何类型EJB的有趣的问题,请随时联系EJB倡导者。 www.ibm.com 2. This article uses an end-to-end example to demonstrate how EJBs can act as clients and services in relation to BPEL business processes. 本文将使用端到端示例,来演示EJB如何用作与BPEL业务流程相关的客户机和服务。 www.ibm.com 3. Through this exchange, we saw applications of Session EJBs -- both remote and local, both stateless and stateful. 通过这次交流,我们看到了SessionEJB的应用程序——远程的及本地的,无状态的及有状态的。 www.ibm.com 4. If you are certain the EJB call will always be local, take advantage of the optimization of local EJBs. 如果您确定EJB调用始终是本地的,那么可以充分利用本地EJB的优化。 www.ibm.com 5. The safe bet then was to include EJBs in the project in case it needed them later. 最安全的方法是将EJB包含在项目中,以防日后需要使用。 www.ibm.com 6. Also EJBs cannot start their own threads and cannot be RMI servers. 此外,EJB不能启动自己的线程,也不能是RMI服务器。 www.ibm.com 7. Calling EJBs directly from view classes is generally not a recommended practice. 通常不推荐从view中直接调用EJB。 www.ibm.com 8. EJBs are single-threaded, and each thread in the pool can have its own connection. EJB是单线程的,线程池中的每个线程都有自己的连接。 www.ibm.com 9. Even though EJBs and container-managed-whatever make difficult programming much easier, people think they are still not easy enough. 即使EJB及容器管理的任何内容能使复杂的编程工作变得更简单,人们仍旧认为它们不够简单。 www.ibm.com 10. Developers who write EJBs for a lot of different applications will realize the benefit in this. 为大量不同的应用程序编写EJB的开发人员会认识到这一点的好处。 www.ibm.com 1. The EJBMaker keeps track of updates in the XML bean descriptor file, and only regenerates Java code for EJBs that have changed. EJBMaker跟踪XMLbean描述符文件中的更新,并只对已更改的EJB重新生成Java代码。 www.ibm.com 2. This means that you don't have to do any special coding in your EJBs. 这就是说EJB中不需要任何特殊的代码。 www.ibm.com 3. EJB container-managed transactions work even when multiple EJBs collaborate to perform a task. 即使多个EJB合作执行任务时,EJB容器管理事务也可以工作。 www.ibm.com 4. It will automatically build the required WAR (for Web applications) and JAR files (for EJBs or utility projects). 它将会自动构建需要的WAR(对于Web程序)与JAR文件(对于EJBs或者工具项目)。 www.ibm.com 5. Fortunately, most of that complexity will go away with the coming of EJB 3. 0, which is a major change to the way EJBs are constructed. 幸运的是,大多数复杂性将随着EJB3.0的到来而消失,这是EJB构造方式的主要变化。 www.ibm.com 6. WebSphere Studio provides the ideal environment for creating J2EE applications including entity EJBs. WebSphereStudio为创建J2EE应用程序(包括实体EJB)提供了理想环境。 www.ibm.com 7. EJBs work a little bit differently from the Spring Framework with regard to rolling back a transaction. 在回滚事务这一点上,EJB的工作方式与SpringFramework稍微有点不同。 www.ibm.com 8. The two examples above show how listener ports and EJBs can use the connection pool in isolation. 上面的两个示例显示了侦听器端口和EJBs如何单独使用连接池。 www.ibm.com 9. EJB local interfaces, introduced as part of the EJB 2. 0 specification, provide performance optimization for co-located EJBs. EJB本地接口(从EJB2.0规范开始使用)为共存的EJB提供了性能优化方法。 www.ibm.com 10. As you can see, there is a table file for each of the EJBs in our example. 正如您看到的,在我们的示例中每个EJB都有一个表文件。 www.ibm.com 1. The benefit of this approach is that the back end of the application (a database, EJBs and so on) is accessed less frequently. 该方法的好处在于不用频繁地访问后端应用(数据库、EJB等)。 www.ibm.com 2. The EJB-JAR file that describes the EJBs and their container-managed attributes. EJB-JAR文件,描述EJB及其容器管理的属性。 www.ibm.com 3. Test cases look just like production code, and they can use the same Java beans that you use as a facade for your EJBs. 测试用例看起来就像产品代码,对于您的EJB,通过facade模式,它们可以使用相同的Javabean。 www.ibm.com 4. What about the coordination of multiple EJBs in an update? 在一次更新中又如何协调多个EJB呢? www.ibm.com 5. A Session EJB provides access methods to produce and return a graph of Customer SDOs from the Customer Entity EJBs. 会话EJB提供了访问方法来从Customer实体EJB产生和返回CustomerSDO图。 www.ibm.com 6. Instruct the servlet to use a specific URL to locate EJBs by uncommenting the related parameter settings in web. xml. 指示Servlet使用特定的URL来定位EJB(通过取消web.xml中相关参数设置的注释)。 www.ibm.com 7. Use your normal J2EE authorization procedures to authorize access to Web services implemented as EJBs. 请使用常规的J2EE授权过程授予对实现为EJB的Web服务的访问权。 www.ibm.com 8. EJBs that are location-independent use a remote interface. 依赖于位置的EJB将使用远程接口。 www.ibm.com 9. Similarly, we use the ejb-local-ref element to map EJB local references to specific EJBs. 类似地,我们使用ejb-local-ref元素将EJB本地引用映射到特定EJB。 www.ibm.com 10. Answer: Use the same options and restrictions when using EJBs directly. 答:直接用使用EJB时的相同选项和限制。 www.ibm.com 1. Used by memory to memory replication, stateful session EJBs, dynacache, and the high availability manager. 用于内存到内存复制、无状态会话EJB、动态缓冲区和高可用性管理器。 www.ibm.com 2. This feature analyzes applications for EJBs that have tables mapped to them. 这个特性分析有表映射到它们的EJB应用程序。 www.ibm.com 3. By convention, the JNDI names for all EJBs should start with the ejb segment. 按照惯例,所有EJB的JNDI名称应该从ejb部分开始。 www.ibm.com 4. It's actually much simpler than the deployment descriptor section for entity EJBs. 它实际上比实体EJB的部署描述符简单得多。 www.ibm.com 5. The end result is: CDI can work with plain Java classes, now called "managed beans" , or with EJBs. 最后的结果是:CDI可以用在普通的Java类(现在叫做“ManagedBean”)以及EJB上。 www.infoq.com 6. Each named relationship between two EJBs contains two roles . 两个EJB之间每个已命名的关系都包含两个角色。 www.ibm.com 7. And let's not forget EJBs for high volume transactional systems. 我们也不要忘记用于大容量事务系统的EJB。 www.ibm.com 8. The beans in yellow are EJBs containing application specific logic while the blue ones are generated by EMS tooling. 黄色的bean是包含应用程序特定逻辑的EJB,而蓝色的是由EMS工具生成的。 www.ibm.com 9. Session EJBs behave essentially the same as entity EJBs when it comes to deployment. 在部署时,会话EJB需要的工作实际上与实体EJB相同。 www.ibm.com 10. You can use the JEE security model for authorization either declaratively or programmatically for both servlets and EJBs. 您可以通过声明或编程的方式对servlet和EJB使用JEE安全模型以实现授权。 www.ibm.com 1. You can use the JEE security model for authorization either declaratively or programmatically for both servlets and EJBs. 您可以通过声明或编程的方式对servlet和EJB使用JEE安全模型以实现授权。 www.ibm.com 2. You need to avoid stateful session EJBs in your distributed applications. 您需要在分布式应用程序中避免有状态的会话EJB。 www.ibm.com 3. Unlike session or entity EJBs, MDBs are not called through rigid EJB interfaces. 与会话或实体EJB不同,MDB不是通过严格的EJB界面调用的。 www.ibm.com 4. Exposed as SCAs, these EJBs are invoked by the process. 这些EJB是作为SCA公开的,流程可以调用它们。 www.ibm.com 5. If the application includes EJBs, then you need to ensure that the EAR has been prepared for deployment before the export (Figure 2). 如果应用程序包含EJBs,那么您需要确保EAR在导出之前已经准备好部署(图5)。 www.ibm.com 6. After creating all three EJBs, generate the deploy code for the EJBs. 在创建完所有的三个EJB后,将生成用于这些EJB的部署代码。 www.ibm.com 7. We use the ejb-ref element to map an EJB reference to specific EJBs. 我们使用ejb-ref元素将EJB引用映射到特定的EJB。 www.ibm.com 8. Note that we'll use the information under moduleId element to map to the EJBs in this application as we will see later in this article. 请注意,在此应用程序中,我们将使用moduleId元素下的信息对EJB进行映射,在本文稍后将看到这一点。 www.ibm.com 9. This specific domain only considers the various types of EJBs and the artifacts related to them. 这个特定领域仅考虑各种类型的EJB和与之相关的构件。 www.ibm.com 10. Hopefully you now have a good understanding of the pain induced by EJBs. 希望您现在已经很好地了解了EJB所带来的痛苦。 www.ibm.com 1. There is a single ORB thread pool server-wide, shared between all applications and all EJBs deployed on that server. 在服务器范围内存在一个ORB线程池,该服务器上部署的所有应用程序和所有EJB共享该线程池。 www.ibm.com 2. A servlet receives the request and calls the appropriate back-end components, such as EJBs, required to fulfill the request. 一个servlet接收到了此请求并调用适当的后端组件,比如EJB,此组件需实现此请求。 www.ibm.com 3. InfoQ: I couldn't see a way of dealing with remote EJBs? InfoQ:我没看到处理远程EJB的方法? www.infoq.com 4. Then create the appropriate EJBs to retrieve the events and create the KPIs using the object model. 然后创建合适的EJB以获取事件并利用对象模型创建KPI。 www.ibm.com 5. As WASPostUpgrade redeploys your EJBs, the tool logs some warnings to draw your attention to specific changes in the EJB specification. 象WASpostUpgrade重新部署您的EJB一样,该工具会记录一些警告以引起您对EJB规范中特定的改变的注意。 www.ibm.com 6. Note that in Java EE 5 you can only inject the persistence context into managed objects such as EJBs, not POJOs. 请注意,在JavaEE5中,您只能将持久上下文注入诸如EJB等托管对象,而不能注入POJO。 www.ibm.com 7. You might also consider implementing EJBs as local EJBs, making it impossible to connect to them remotely. 您也可以考虑将EJB实现为本地EJB,使其不可能通过远程访问。 www.ibm.com 8. On the other hand, there are a couple of instances where directly changing the XML can be the easiest way of updating your EJBs. 另一方面,还有一些例子,在这些例子中,直接更改XML可以作为更新EJB的最容易的方法。 www.ibm.com 9. OpenEJB 3. 0 can be plugged into Tomcat 6 server, adding support for EJBs in Web Apps. OpenEJB3.0可以插件的方式集成到Tomcat6服务器中,这就在Web应用中增加了对EJBs的支持。 www.infoq.com 10. As a result, developers experienced a lot of pain when working with EJBs. 结果,开发人员在使用EJB时体验了很多痛苦的经历。 www.ibm.com 1. BPEL , EJBs , POJOs . There is also support for complex event processing. 此外,还支持复杂事件处理。 q.sohu.com 2. Indeed, the Resin EJB 3. 1 Lite container allows the use of EJB service annotations outside EJBs. 事实上,凭借ResinEJB3.1Lite容器,我们可以在EJB之外使用EJBservice注解。 www.infoq.com 3. Since EJBs can have both local and remote interfaces at the same time, this is quite feasible. 因为EJB可以同时具有本地和远程接口,所以这是完全可以实现的。 www.ibm.com 4. Like batch processor, it too uses a configuration file so that it can access the EJBs of MDM Server. 像批处理器一样,它也使用一个配置文件,因而可以访问MDMServer的EJBs。 www.ibm.com 5. This layer provides seamless access to server-side objects, such as EJBs. 该层提供对服务器端对象(比如EJB)的无缝访问。 www.ibm.com 6. The right way to address this is to implement authorization checks in the EJBs. 解决这个问题的正确方式是在EJB中实现授权检查。 www.ibm.com 7. Then there is the performance of accessing EJBs and how coarse grain you need to go to get decent performance. 那么,存在EJB访问的性能问题,您需要以怎样的粒度进行才能获得高性能。 www.ibm.com 8. In general, J2EE artifacts such as servlets, JSPs and EJBs should all work the same way on all platforms. 一般来说,J2EE构件(比如Servlet、JSP和EJB在所有的平台上都应该具有相同的工作方式。 www.ibm.com 9. Business objects, implemented as EJBs, are playing the role of passive objects. 实现为EJB的业务对象扮演被动对象的角色。 www.ibm.com 10. For example, you need to control access to EJBs using a network-safe encrypted token. 例如,您需要使用网络安全加密令牌控制对EJB的访问。 www.ibm.com 1. Do you have any document that explains how to test EJBs? 请问有没有说明如何测试EJB的文档? www.ibm.com 2. Use the EJB home interface to create or fetch instances of EJBs, in the same manner as server-side EJB programming 使用EJB本地接口创建或提取EJB的实例,与服务器端的EJB编程方法一样 www.ibm.com 3. Here are reasons not to use the above method for looking up EJBs 下面是为什么不使用以上方法查找EJB的原因 www.ibm.com 4. JNDI access to remote EJBs using client application container 使用客户机应用程序容器对远程EJB进行JNDI访问 www.ibm.com 5. A modest proposal: Use session EJBs for the tasks, too 小建议:也对任务使用会话EJB www.ibm.com 6. To start creating EJBs visually, you must first create a visual class diagram in the LibraryEJB project 开始可视化地创建EJB之前,您必须首先在LibraryEJB项目中生成可视化的类图 www.ibm.com 7. Select server type, choosing among APIs such as EJBs, servlets, Web servers, legacy, and so on 选择服务器类型,并在API(如EJB、servlet、Web服务器和旧服务器等)之中选择 www.ibm.com |
||||
随便看 |
|
英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。