pojo

pojo

 英

  • 网络对象(Plain Old Java Object);持久化类

例句

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

All that having been said, the domain objects still retain a lot of their POJO nature.

虽然上述各种情况对象依然保留许多POJO特性

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团队所作贡献表示感谢

Not surprisingly, the annotations are also interpreted during the deserialization process when an XML document is translated into a POJO.

XML文档转换POJO反序列化过程注解也会解释

You imbed the implementation details in the code, which makes the object even less like the simple POJO that you seemed to crave.

实现细节嵌入代码使得对象渴望简单POJO

It is straightforward, easy to use, and POJOs are much easier to comprehend than the notion of an "entity. "

简单使用而且POJO实体概念易于理解

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

With a simple triathlon JDO POJO defined and a PersistenceMgr object handy, I'm good to go.

利用定义简单triathlonJDOPOJO方便PersistenceMgr对象已经起点

Since all Seam components are just annotated POJOs, they are very easy to unit test.

因为所有Seam组件都是注解POJO它们易于进行单元测试

The Book class is just a POJO (plain old Java object) that has a single field: name.

Book一个POJOJava对象),拥有一个单一字段name

All of this means that you can immediately begin using POGOs as a replacement for your POJOs.

所有这些意味可以立即开始使用POGO作为POJO替代选择

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状态没有加载合并回去可能显示更改

Resource Class: Notice the resource class is a plain old java object (POJO) and is not restricted from implementing any interface.

资源ResourceClass):注意资源一个简单Java对象POJO),可以实现任何接口

Seam wires POJO components together using a popular design pattern known as "dependency injection" (DI).

Seam通过使用一个流行称作依赖注入DI设计模式联结所有POJO组件

In this article we did not use any of the cxf-dosgi API classes in our pojo service bundle.

本文没有使用pojo服务任何cxf-dosgiAPI

The interface extension feature of XMLBeans allows you to add methods with custom implementation for the generated POJOs.

XMLBeans接口扩展特性允许生成POJO添加具有定制实现方法

By specifying special annotations, developers can create POJO classes that are EJB components, as an alternative to XML.

通过指定特殊标注开发人员可以创建EJB组件POJO作为XML备选方案

The injection facilities in JEE 5 do not apply to any plain old Java objects (POJOs).

JEE5注入部分并不适用任何普通Java对象POJO)。

Flux's API will change to a POJO model to replace the original factory design pattern that it has had since 2000.

FluxAPI2000年开始一直采用工厂设计模式转为POJO模型

The middle tier configuration is shown below along with a simple implemention of the POJO message handler.

使用一个简单POJO消息处理器实现中间层配置如下

The Task POJO methods are not stateful, as you show in the sequence diagram.

TaskPOJO方法不是状态正如程序展示那样

And by the way, under certain circumstances, a Service POJO method will new up a BD to another Service POJO directly.

一定环境ServicePOJO方法直接另一个ServicePOJO新建一个BD

In JAX-RX, resources are implemented by a POJO, with an @Path annotation to compose its identifier.

JAX-RX资源通过POJO实现使用@Path注释组成标识

Coupling is dramatically reduced and manageable POJOs (plain old Java objects) do not need to implement specific interfaces.

极大降低耦合可管理POJO纯粹老式Java对象需要实现特定接口

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.

清单6POJO一个典型JavaBean例子用于Spring框架连接数据XML

To a certain extent, the ESB Proxy Service shields the COBOL client from changes that might affect the target POJO.

程度上ESB代理服务使COBOL客户端那些可能会导致目标POJO改变变更影响

Using interceptors, you can effectively add custom services like security, declarative transactions, and remoting to methods on your POJOs.

通过使用拦截可以更加高效地添加类似安全声明性事务远程控制这些自定义服务POJO方法

Any POJO that implements the resource is known as the resource class.

实现资源POJO称为资源

Recall that deserialization is the process of translating an XML document into a POJO.

回想一下序列化XML文档转换POJO过程

You've essentially got declarative transactions on a POJO, an extremely useful capability for enterprise applications.

现在已经得到关于POJO声明性事务企业应用程序非常有用

This Automobile class is a simple plain old Java object (POJO) that contains data used by the application.

这个Automobile一个简单Java对象(plainoldJavaobject,POJO),包含应用程序数据

POJO delegate classes are often used simplify invoking services in a common way.

通常通用方式使用POJO委托简化服务调用

To facilitate the demonstration of the throttling approach, we have provided a POJO that implements Throttle_Interface.

为了方便演示调节方法我们提供一个实现Throttle_InterfacePOJO

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),不能到处传递所以我们创建自己实体对象

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非常易于编码

You could also add new properties to the POJO without affecting the client.

可以影响客户端前提POJO添加特性

However, while sharing an overall philosophy, the two frameworks use very different approaches to deliver POJO services.

尽管使用同样设计哲学两个框架使用不同方法POJO提供服务

All of our remote POJO implementations are exposed to the external world via SOAP, RMI, and our custom tunneling classes.

通过SOAP,RMI,以及我们客户隧道途径所有远程POJO实现开放

You also need to be able to attach services to the POJOs in the container.

需要可以服务容器POJO相关

The simple frontend allows the developer to code the Web service class without any annotations as a pure POJO.

简易前端允许开发人员使用注释情况POJO形式Web服务进行编码