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服務進行編碼