单词 | pojo | ||||
释义 | pojo
例句释义: 持久化类 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. All that having been said, the domain objects still retain a lot of their POJO nature. 虽然有上述各种情况,域对象依然保留许多POJO特性。 www.ibm.com 3. Next time you take a POJO and slap on an annotation to turn it into an EJB, you can give a little thanks to the OpenEJB team. 下次当您给POJO加上一些注释将其转换成EJB时,您应对OpenEJB团队所作的贡献表示感谢。 www.ibm.com 4. Not surprisingly, the annotations are also interpreted during the deserialization process when an XML document is translated into a POJO. 无足为奇,在XML文档被转换成POJO的反序列化过程中,注解也会被解释。 www.ibm.com 5. You imbed the implementation details in the code, which makes the object even less like the simple POJO that you seemed to crave. 您将实现细节嵌入到代码中,这使得对象更不像您所渴望的简单POJO。 www-128.ibm.com 6. It is straightforward, easy to use, and POJOs are much easier to comprehend than the notion of an "entity. " 它很简单且易使用,而且POJO比“实体”概念更易于理解。 www.ibm.com 7. Some even make it possible to start with the bean implementation, like a POJO, and promote methods to the interface and home as desired. 一些供应商甚至能够从Bean实现开始(例如POJO),根据所期望的将方法升级到接口和Home。 www.ibm.com 8. With a simple triathlon JDO POJO defined and a PersistenceMgr object handy, I'm good to go. 利用定义好的简单triathlonJDOPOJO和方便的PersistenceMgr对象,我已经有了很好的起点。 www.ibm.com 9. Since all Seam components are just annotated POJOs, they are very easy to unit test. 因为所有的Seam组件都是注解过的POJO,它们易于进行单元测试。 www.infoq.com 10. The Book class is just a POJO (plain old Java object) that has a single field: name. Book类仅是一个POJO(Java原生类对象),拥有一个单一字段:name。 www.ibm.com 1. All of this means that you can immediately begin using POGOs as a replacement for your POJOs. 所有这些意味着您可以立即开始使用POGO作为POJO的替代选择。 www.ibm.com 2. If part of the POJO state wasn't loaded when it was detached, it can appear to be changed when it is merged back in. 在分离时,如果部分POJO状态没有加载,则在合并回去时可能显示为已更改。 www.ibm.com 3. Resource Class: Notice the resource class is a plain old java object (POJO) and is not restricted from implementing any interface. 资源类(ResourceClass):注意,资源类是一个简单的Java对象(POJO),可以实现任何接口。 www.ibm.com 4. Seam wires POJO components together using a popular design pattern known as "dependency injection" (DI). Seam通过使用一个流行的、被称作依赖注入(DI)的设计模式联结所有POJO组件。 www.infoq.com 5. In this article we did not use any of the cxf-dosgi API classes in our pojo service bundle. 在本文中,我没有使用pojo服务包中的任何cxf-dosgiAPI类。 www.ibm.com 6. The interface extension feature of XMLBeans allows you to add methods with custom implementation for the generated POJOs. XMLBeans的接口扩展特性允许在生成的POJO中添加具有定制实现的方法。 www.ibm.com 7. By specifying special annotations, developers can create POJO classes that are EJB components, as an alternative to XML. 通过指定特殊的标注,开发人员可以创建EJB组件的POJO类,并将其作为XML的备选方案。 www.ibm.com 8. The injection facilities in JEE 5 do not apply to any plain old Java objects (POJOs). JEE5中的注入部分并不适用于任何普通的旧Java对象(POJO)。 www.ibm.com 9. Flux's API will change to a POJO model to replace the original factory design pattern that it has had since 2000. Flux的API也将由从2000年开始一直采用的工厂设计模式转为POJO模型。 www.infoq.com 10. The middle tier configuration is shown below along with a simple implemention of the POJO message handler. 使用一个简单的POJO消息处理器实现时,中间层的配置如下 www.infoq.com 1. The Task POJO methods are not stateful, as you show in the sequence diagram. TaskPOJO方法不是有状态的,正如您在程序表中展示的那样。 www-128.ibm.com 2. And by the way, under certain circumstances, a Service POJO method will new up a BD to another Service POJO directly. 还有,在一定的环境下,ServicePOJO方法将直接为另一个ServicePOJO新建一个BD。 www-128.ibm.com 3. In JAX-RX, resources are implemented by a POJO, with an @Path annotation to compose its identifier. 在JAX-RX中,资源通过POJO实现,使用@Path注释组成其标识符。 www.ibm.com 4. Coupling is dramatically reduced and manageable POJOs (plain old Java objects) do not need to implement specific interfaces. 它极大地降低了耦合性,可管理的POJO(纯粹的老式Java对象)不需要实现特定的接口。 www.ibm.com 5. The POJO in Listing 6 is an example of a typical JavaBean that can be used to connect the data layer to the XML within the Spring framework. 清单6中的POJO是一个典型的JavaBean例子,它可用于在Spring框架内连接数据层与XML。 www.ibm.com 6. To a certain extent, the ESB Proxy Service shields the COBOL client from changes that might affect the target POJO. 在某种程度上,ESB代理服务使COBOL客户端不受那些可能会导致目标POJO改变的变更的影响。 www.infoq.com 7. Using interceptors, you can effectively add custom services like security, declarative transactions, and remoting to methods on your POJOs. 通过使用拦截,您可以更加高效地添加类似安全、声明性事务和远程控制这些自定义服务到POJO方法。 www.ibm.com 8. Any POJO that implements the resource is known as the resource class. 实现资源的POJO被称为资源类。 www.ibm.com 9. Recall that deserialization is the process of translating an XML document into a POJO. 回想一下,反序列化是将XML文档转换成POJO的过程。 www.ibm.com 10. You've essentially got declarative transactions on a POJO, an extremely useful capability for enterprise applications. 您现在已经得到了关于POJO的声明性事务,这对企业应用程序非常有用。 www.ibm.com 1. This Automobile class is a simple plain old Java object (POJO) that contains data used by the application. 这个Automobile类是一个简单的Java对象(plainoldJavaobject,POJO),包含了应用程序所用的数据。 www.ibm.com 2. POJO delegate classes are often used simplify invoking services in a common way. 通常,以通用的方式使用POJO委托类来简化对服务的调用。 www.ibm.com 3. To facilitate the demonstration of the throttling approach, we have provided a POJO that implements Throttle_Interface. 为了方便地演示调节方法,我们提供了一个实现Throttle_Interface的POJO。 www.ibm.com 4. 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 5. Much like JPA, all of EJB 3. 0 has been simplified with a POJO programming model, making EJB 3. 0 easy to code. 与JPA非常相似,EJB3.0的所有内容都通过POJO编程模型得到了简化,从而使得EJB3.0非常易于编码。 www.ibm.com 6. You could also add new properties to the POJO without affecting the client. 你还可以在不影响客户端的前提下为POJO添加新特性。 www.infoq.com 7. However, while sharing an overall philosophy, the two frameworks use very different approaches to deliver POJO services. 尽管使用了同样的设计哲学,这两个框架使用两种不同的方法为POJO提供服务。 blog.sina.com.cn 8. All of our remote POJO implementations are exposed to the external world via SOAP, RMI, and our custom tunneling classes. 通过SOAP,RMI,以及我们客户化的隧道类等途径,所有的远程POJO实现都向外开放。 dictsearch.appspot.com 9. You also need to be able to attach services to the POJOs in the container. 您还需要可以将服务与容器中的POJO相关联。 www.ibm.com 10. The simple frontend allows the developer to code the Web service class without any annotations as a pure POJO. 该简易前端允许开发人员在不使用注释的情况下以纯POJO形式对Web服务类进行编码。 www.ibm.com 1. This POJO implements an interface called BoundPropertyBean, which is how the trait maps to the JVM itself: as an interface. 该POJO实现了一个名为BoundPropertyBean的接口,这就是特征作为接口映射到JVM本身的方法。 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. The read method takes two parameters: the class of the POJO and the File object that represents the XML file containing the data. read方法有两个参数:POJO的类和File对象,后者代表包含数据的XML文件。 www.ibm.com 4. Atmosphere which started off as an evolution of Grizzly, is a POJO based framework that aims to bring Comet to the masses. Atmosphere(Grizzly的升级版)是个基于POJO的框架,其目的在于将Comet带给大众。 www.infoq.com 5. Finally, you can have named native queries, and map the results back to a POJO. 最后,您可以拥有命名本机查询,并将结果映射回POJO。 www.ibm.com 6. This requires manually creating an intervening POJO (WSDL port type described) that has a reference to the J-type component. 这需要手动创建中间POJO(介绍的WSDL端口类型),它可以引用J类型的组件。 www.ibm.com 7. First, we will focus on the steps required to enhance a standard Java class (POJO) to become capable of JDO persistence. 首先,我们将会关注将一个标准Java类(POJO)转化为支持JDO持久性所需要的步骤。 www.ibm.com 8. Lightweight frameworks usually encourage programming with plain old Java objects (POJOs) over heavier component-oriented models like EJB. 轻量级框架鼓励人们使用简单原始的Java对象(POJO)编程,而不是类似EJB的重量级面向组件模型。 www.ibm.com 9. You'll also have to provide any mapping files required for your POJOs. 您还需提供POJO所需的所有映射文件。 www.ibm.com 10. 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 1. The service-locator class then returns the POJOs to a business-delegate component where it invokes them. 然后服务定位符类将POJO返回到调用它们的业务委派组件。 www.ibm.com 2. What's worse is knowing you'll have to repeat this exact sequence of code in every POJO you write. 最糟糕的是,您要对所编写的每一个POJO重复这样的代码序列。 www.ibm.com 3. A new POJO-based programming model is introduced, which applies equally well to both the Java EE and Java SE environments. 引入了一个新的基于POJO的编程模型,它同样适用于JavaEE和JavaSE环境。 www.ibm.com 4. The programming model also defines a detachment model for the POJO (Entity) objects. 该编程模型还定义了POJO(实体)对象的分离模型。 www.ibm.com 5. First, the COBOL client is not affected by changing the POJO location or package name. 首先,改变POJO位置或软件包的名字不会影响COBOL客户端。 www.infoq.com 6. The idea is for the Service and Task POJO methods to be as "pure" Java and as simple as possible. 想法是Service及TaskPOJO方法都是尽可能简单的“纯”Java。 www-128.ibm.com 7. These scenarios give meaningful use cases that demonstrate the need for POJO components. 这些场景就是相当有意义的用例,说明了对POJO的需求。 www.ibm.com 8. 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 9. POJO (Plain Old Java Objects) is a term that has been tossed about a lot lately, referring to code written as plain Java classes. POJO(传统Java对象)是最近经常提到的一个术语,它是指编写为简单Java类的代码。 www.ibm.com 10. Secondly, the SCA programming model is a POJO programming model, it's based on annotations, XML configurations, and dependency injection. 其次,SCA编程模型是一个POJO编程模型,它基于注释、XML配置文件以及依赖注入。 www.infoq.com 1. The methods on a Service POJO are one-to-one with the Session Bean facade. ServicePOJO的方法与SessionBean外观的方法是一对一的。 www-128.ibm.com 2. This gets around having to build POJO to SDO converters, since at the current time SCA only uses SDO for data types. 这不需要构建POJO到SDO的转换程序,因为目前SCA对数据类型只使用SDO。 www.ibm.com 3. This method is generated for each reference defined by a POJO component. 将为POJO组件定义的每个引用生成此方法。 www.ibm.com 4. The result is a simple POJO, as shown in Figure 29. 得到的结果是一个简单的POJO,如图29所示。 www.ibm.com 5. If not, I need to know how a Task POJO will access "sub" services in its method implementations. 如果不是,我需要知道TaskPOJO是在何种情况下要访问他的方法实现中的“子”服务。 www-128.ibm.com 6. You should follow a well-defined set of expectations when you create a POJO to represent a domain object. 在创建POJO以表示域对象时,您应当遵循定义好的一组期望。 www.ibm.com 7. 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 8. It is not intended to describe all the scenarios around SCA POJO usage. 但本文并不打算描述所有与SCAPOJO使用有关的场景。 www.ibm.com 9. Write your business logic with session beans, Spring, Guice, or Pojo services. 用会话Bean、Spring、Guice或Pojo服务写业务逻辑。 www.infoq.com 10. Your database schema, the XML mapping file, and the backing POJOs have slightly different but overlapping information. 您的数据库模式、XML映射文件和后端POJO拥有略为不同但是重复的信息。 www.ibm.com 1. Input: POJO-annotated beans (and optional templates). 输入:带注解的POJObean(和可选的模板)。 www.ibm.com 2. Next, you instantiate the POJO by invoking the read method from the Serializer object. 接下来,通过从Serializer对象调用read方法,从而实例化POJO。 www.ibm.com 3. It focuses on using Java annotations and plain old Java objects (POJOs) for RESTful service implementations. 它主要关注使用Java注释和普通旧式Java对象(POJO)实现RESTful服务。 www.ibm.com 4. It extends the EJB3 annotated POJO (plain old Java objects) programming model to the entire web application. 它为整个web应用拓展了基于注解的EJB3POJO编程模型。 www.infoq.com 5. POJOs are Java classes that are not required to adhere to specific external interfaces or third-party APIs. POJO是无需遵循特定外部接口或第三方API的Java类。 www.ibm.com 6. Here we describe the major steps that a developer would follow to create the ESB Service Proxy to a POJO. 本小节中我们描述了为POJO创建ESB服务代理的主要步骤,开发者可以按照这些步骤来操作。 www.infoq.com 7. Your POJOs contain only your business logic, and the framework adds what you need to build enterprise applications. POJO仅包含业务逻辑,而Spring框架添加了构建企业应用程序所需的内容。 www.ibm.com 8. A POJO model will make it easier to integrate Flux into other frameworks, most notably Spring. POJO模型使得Flux可以更容易地集成到其他框架中,最明显的就是Spring。 www.infoq.com 9. It is implemented as a POJO with methods to get and set the attribute values. 它作为一个POJO实现,带有获取和设置属性值的方法。 www.ibm.com 10. This approach untangles your backing beans from the JSF API and thus returns them to POJO status. 该方法使支持bean与JSFAPI分离,因此使其返回POJO状态。 www.ibm.com 1. Deploying a POJO in Axis2 is merely three lines of code, as shown in Listing 2. 在Axis2中部署POJO仅需要三行代码,如清单2中所示。 www.ibm.com 2. Hibernate classes are plain old Java objects (POJOs), with each object derived from a common base class. Hibernate类是简单传统Java对象(POJO),它的每个对象派生自一个通用的基类。 www.ibm.com 3. Do this by creating a POJO that implements the "serializable" interface. 操作方法是创建一个实现这个“可序列化”接口的POJO。 www.ibm.com 4. You also can mark a read-only POJO immutable as a tuning hint. 将只读POJO标识为不可更改的(immutable)也是一个调优点。 www.infoq.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. An EJB can now be an annotated "plain old Java object" (POJO) that doesn't need to extend a certain class. EJB现在可以是一个加了注解的“普通Java对象(plainoldJavaobject,POJO)”,它不需要扩展特定的类。 www.ibm.com 8. The POJO leverages simple getters and setters that bind the XML to the Java bean using the framework. POJO利用了简单的getter和setter,使用框架将XML绑定到Javabean。 www.ibm.com 9. SCA POJO invocation has high efficiency because it does not need to serialize or deserialize for input and response parameters. SCAPOJO调用的效率很高,因为它不需要对输入和响应参数进行序列化和解序列化。 www.ibm.com 10. You should transfer to the UI a composite POJO instead of individual POJOs to have better network performance. 你应该向UI传递一个组合POJO而不是独立的POJO以获得更好的网络性能。 www.infoq.com 1. So, why would anyone want to use POJO components when deploying in an EJB3 container? 所以当在EJB3容器中进行部署时,为什么每个人都想使用POJO组件? www.infoq.com 2. JPA entity components mix implementation details into your POJOs. JPA实体组件将实现细节加入您的POJO中。 www.ibm.com 3. In POJO clustering form, it sends less data and it calls Hibernate and the DB less frequently, so it scales better. 在POJO集群化的方式中,发送的数据比较少,调用Hibernate和数据库的频率也比较低,因此伸缩性好一点。 www.infoq.com 4. With this ability, you can make a simple POJO transactional, secure, or remote-accessible. 依靠这种能力,您可以创建一个简单的POJO事务、安全或远程访问。 www.ibm.com 5. 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 6. Because you're programming with POJOs, your applications are easier to test. 使用POJO编程,应用程序会更加易于测试。 www.ibm.com 7. So, Listing 1 is a POJO that represents information about fishing lures. 所以,清单1是一个表示鱼饵信息的POJO。 www.ibm.com 8. Create a new POJO named Contact in the sample. model package. 在sample.model包中创建一个名为Contact的新POJO。 www.ibm.com 9. As a result, developers can focus on the business logic, and unit test their POJOs without the framework. 因此,开发者可以利用POJO开发业务逻辑和进行单元测试而不必考虑框架。 blog.sina.com.cn 10. Since activities are POJOs, they could be tested as POJO, outside of the process they are applied. 因为活动是POJO,它们可以在使用它们的应用之外作为POJO来测试。 www.infoq.com 1. The code in Listing 9 illustrates the simple HelloWorld POJO class. 清单9中的代码说明了简单的HelloWorldPOJO类。 www.ibm.com 2. The first parameter is the POJO. The second parameter is the File object. 第一个参数是POJO,第二个参数是File对象。 www.ibm.com 3. I only need to create a simple POJO and annotate it. 我只需要创建一个简单的POJO并对它进行注释。 www.ibm.com 4. We have chosen to consume a POJO to keep things simple. 出于简单考虑,本用例中我们选择消费一个POJO。 www.infoq.com 5. Very often your front-end UI needs data from several different POJOs. 你的前端UI经常需要来自多个不同POJO的数据。 www.infoq.com 6. As a result, your backing bean, CourseAction, becomes a simple POJO. 因此,支持bean(CourseAction)成为简单的POJO。 www.ibm.com 7. There are various ways (EJB, POJO, or web service) to expose business rules created within JRules BRMS. 有多种方法(EJB、POJO或webservice)可以公开在JRulesBRMS中创建的规则。 www.ibm.com 8. 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 9. It's possible that your code uses POJOs that are immutable. 您的代码有可能使用永久不变的POJO。 www.ibm.com 10. Now that the POJO is complete, it's time to write the serialization code. 既然POJO已经创建完成了,下面就该编写序列化代码了。 www.ibm.com 1. Seam is a "lightweight framework" because it promotes the use of POJO (plain old Java objects) as service components. Seam是一个“轻量级”框架,因为它使用POJO(plainoldJavaobjects)作为服务组件。 www.infoq.com 2. 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 3. There are two ways to build a composite POJO at your service layer. 有两种方式在服务层构建组合POJO。 www.infoq.com 4. Figure 1 illustrates their use of POJOs as an encapsulation layer. 图1说明了作为封装层的POJO的用法。 www.ibm.com 5. 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 6. Any POJO can become a Web service using the WSAS plug-in. 所有POJO都可以成为使用WSAS插件的Web服务。 www.ibm.com 7. The configuration scheme is represented by another POJO that is described in Listing 7. 配置方案由另一个POJO表示,描述在清单7中。 www.ibm.com 8. Break a big POJO based on data change concurrency and frequency etc. 基于数据的修改并发量和频率等内容来分解大的POJO。 www.infoq.com 9. embeddability (from running as a simple Java POJO component inside your application to running as an independent service) 可嵌入(从类似一个简单的JavaPOJO组件在应用中嵌入运行,到作为一个独立的服务运行) www.bing.com 10. Because the database does not match exactly with your POJO, you need to fix your mappings a bit 由于该数据库与您的POJO不精确匹配,所以需要稍微修复您的映射 www.ibm.com 1. The JBoss ESB Service is a proxy between the COBOL client program and the POJO JBossESB服务是COBOL客户端程序和POJO之间的一个代理 www.infoq.com 2. Remoting: By adding annotations on POJOs or by using Spring XML configuration, integrate with remote invocations and async remoting 远程化:通过添加POJO的注解或者使用SpringXML配置来与远程调用和异步远程化集成。 www.infoq.com 3. Using a plain old Java object (POJO), where you can write Java logic to manipulate the message 使用传统的Java对象(POJO),您可以在其中编写Java逻辑,以便对消息进行操作 www.ibm.com 4. Tuning Associations between POJOs POJO之间关联的调优 www.infoq.com 5. Management model of stateful POJO based on inversion of control 基于反转控制的有态POJO管理模型 www.ilib.cn 6. I agree that coding POJOs without tools makes EJB development difficult. In the EJB 3. 0 specification 我承认,不使用工具对POJO进行编码使得开发很困难。 www.ibm.com |
||||
随便看 |
|
英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。