单词 | POJOs |
释义 | 例句释义: 对象 1. The data to be passed on to the service provider might be in language-specific objects -- POJOs in the case of Java technology. 传递给服务提供商的数据可能是用语言专用的对象,对于Java技术就是POJO。 www.ibm.com 2. It is straightforward, easy to use, and POJOs are much easier to comprehend than the notion of an "entity. " 它很简单且易使用,而且POJO比“实体”概念更易于理解。 www.ibm.com 3. Since all Seam components are just annotated POJOs, they are very easy to unit test. 因为所有的Seam组件都是注解过的POJO,它们易于进行单元测试。 www.infoq.com 4. All of this means that you can immediately begin using POGOs as a replacement for your POJOs. 所有这些意味着您可以立即开始使用POGO作为POJO的替代选择。 www.ibm.com 5. The interface extension feature of XMLBeans allows you to add methods with custom implementation for the generated POJOs. XMLBeans的接口扩展特性允许在生成的POJO中添加具有定制实现的方法。 www.ibm.com 6. The injection facilities in JEE 5 do not apply to any plain old Java objects (POJOs). JEE5中的注入部分并不适用于任何普通的旧Java对象(POJO)。 www.ibm.com 7. Coupling is dramatically reduced and manageable POJOs (plain old Java objects) do not need to implement specific interfaces. 它极大地降低了耦合性,可管理的POJO(纯粹的老式Java对象)不需要实现特定的接口。 www.ibm.com 8. A compromise is to generate a "business delegate" and associated session EJB components from the Task POJOs as shown in Figure 5. 折衷的方法是生成“业务代表”并与TaskPOJO中的会话EJB组件相关联,如图5所示。 www.ibm.com 9. Using interceptors, you can effectively add custom services like security, declarative transactions, and remoting to methods on your POJOs. 通过使用拦截,您可以更加高效地添加类似安全、声明性事务和远程控制这些自定义服务到POJO方法。 www.ibm.com 10. Entity beans are not just plain old Java objects (POJOs) and cannot be passed around, so we created our own entity object. 实体bean不仅仅是传统Java对象(POJO),不能到处传递,所以我们创建了自己的实体对象。 www.ibm.com 1. You also need to be able to attach services to the POJOs in the container. 您还需要可以将服务与容器中的POJO相关联。 www.ibm.com 2. Instead of a heavy framework, Apache Click uses HTML templates and plain old Java objects (POJOs). ApacheClick并不使用复杂的框架,而是使用HTML模板和普通旧式Java对象(POJO)。 www.ibm.com 3. Lightweight frameworks usually encourage programming with plain old Java objects (POJOs) over heavier component-oriented models like EJB. 轻量级框架鼓励人们使用简单原始的Java对象(POJO)编程,而不是类似EJB的重量级面向组件模型。 www.ibm.com 4. You'll also have to provide any mapping files required for your POJOs. 您还需提供POJO所需的所有映射文件。 www.ibm.com 5. The Geronimo platform provides frameworks and tools that you can use to build a flexible, scalable, and maintainable SOA using POJOs. Geronimo平台提供了框架和工具,您可以使用它通过POJO构建灵活的、可扩展的和可维护的SOA。 www.ibm.com 6. The service-locator class then returns the POJOs to a business-delegate component where it invokes them. 然后服务定位符类将POJO返回到调用它们的业务委派组件。 www.ibm.com 7. A service-locator class is responsible for interacting with the kernel to find and, if needed, register POJOs to be used as services. 服务定位符类负责与内核交互,以查找并注册(如果需要)用作服务的POJO。 www.ibm.com 8. Since Spring simulates having a container-managed persistence context with POJOs, the DAO implementation layer becomes a lot cleaner. 由于Spring模拟了具有POJO的容器托管持久上下文时的样子,DAO实现层就变得整洁多了。 www.ibm.com 9. Your database schema, the XML mapping file, and the backing POJOs have slightly different but overlapping information. 您的数据库模式、XML映射文件和后端POJO拥有略为不同但是重复的信息。 www.ibm.com 10. It focuses on using Java annotations and plain old Java objects (POJOs) for RESTful service implementations. 它主要关注使用Java注释和普通旧式Java对象(POJO)实现RESTful服务。 www.ibm.com 1. POJOs are Java classes that are not required to adhere to specific external interfaces or third-party APIs. POJO是无需遵循特定外部接口或第三方API的Java类。 www.ibm.com 2. Your POJOs contain only your business logic, and the framework adds what you need to build enterprise applications. POJO仅包含业务逻辑,而Spring框架添加了构建企业应用程序所需的内容。 www.ibm.com 3. Hibernate classes are plain old Java objects (POJOs), with each object derived from a common base class. Hibernate类是简单传统Java对象(POJO),它的每个对象派生自一个通用的基类。 www.ibm.com 4. The Order Processor interacts with the JPA entity manager and the JPA POJOs to accomplish its persistence code. OrderProcessor与JPA实体管理器和JPAPOJO交互以完成其持久性代码。 www.ibm.com 5. The session facade provides adapter logic to map Hibernate entity POJOs to Service Data Objects and back. 会话Facade提供适配器逻辑,以便将Hibernate实体POJO映射到服务数据对象,以及进行反向映射。 www.ibm.com 6. POJOs are annotated according to how the corresponding XML document should appear. 根据相应的XML文档应该如何出现,对POJO进行注解。 www.ibm.com 7. There is no support for declarative method-level transaction in POJOs. POJOs中将不在支持方法级别事务声明(declarativemethod-leveltransaction)。 www.infoq.com 8. You should transfer to the UI a composite POJO instead of individual POJOs to have better network performance. 你应该向UI传递一个组合POJO而不是独立的POJO以获得更好的网络性能。 www.infoq.com 9. JPA entity components mix implementation details into your POJOs. JPA实体组件将实现细节加入您的POJO中。 www.ibm.com 10. As Figure 2 illustrates, a JPA-based application accesses the model (the relational database) only via the view (POJOs). 图2说明了一个基于JPA的应用程序只通过视图(POJO)来访问模型(关系数据库)。 www.ibm.com 1. Because you're programming with POJOs, your applications are easier to test. 使用POJO编程,应用程序会更加易于测试。 www.ibm.com 2. As a result, developers can focus on the business logic, and unit test their POJOs without the framework. 因此,开发者可以利用POJO开发业务逻辑和进行单元测试而不必考虑框架。 blog.sina.com.cn 3. Since activities are POJOs, they could be tested as POJO, outside of the process they are applied. 因为活动是POJO,它们可以在使用它们的应用之外作为POJO来测试。 www.infoq.com 4. Very often your front-end UI needs data from several different POJOs. 你的前端UI经常需要来自多个不同POJO的数据。 www.infoq.com 5. Among other things, you can use Scala to produce the very same POJOs needed for other programming environments, such as Spring or Hibernate. 而且,可以使用Scala生成其他编程环境(例如Spring或Hibernate)所需的POJO。 www.ibm.com 6. All persistence contexts in Seam POJOs are "extended" (see Section 7. 1, "The Default Conversation Scope" for more details). SeamPOJO中的所有的持久上下文都是经过拓展的(更多细节请参见7.1“默认的对话作用域”)。 www.infoq.com 7. It's possible that your code uses POJOs that are immutable. 您的代码有可能使用永久不变的POJO。 www.ibm.com 8. EJB3 session beans or annotated Seam POJOs act as UI event handlers for the JSF web pages. EJB3会话bean或者注解过的SeamPOJO可以作为JSFWeb页面的UI事件处理器。 www.infoq.com 9. The model is designed to enable application building using POJOs so that they can be used inside and outside of an OSGi application. 模型设计的目的是使用POJO支持应用程序构建,以便于它们在OSGi应用程序内部和外部使用。 www.ibm.com 10. Figure 1 illustrates their use of POJOs as an encapsulation layer. 图1说明了作为封装层的POJO的用法。 www.ibm.com 1. 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 2. BPEL , EJBs , POJOs . There is also support for complex event processing. 此外,还支持复杂事件处理。 q.sohu.com 3. Remoting: By adding annotations on POJOs or by using Spring XML configuration, integrate with remote invocations and async remoting 远程化:通过添加POJO的注解或者使用SpringXML配置来与远程调用和异步远程化集成。 www.infoq.com 4. Tuning Associations between POJOs POJO之间关联的调优 www.infoq.com 5. I agree that coding POJOs without tools makes EJB development difficult. In the EJB 3. 0 specification 我承认,不使用工具对POJO进行编码使得开发很困难。 www.ibm.com |
随便看 |
英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。