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類僅是一個POJO(Java原生類對象),擁有一個單一字段: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.
Flux的API也將由從2000年開始一直采用的工廠設計模式轉為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.
清單6中的POJO是一個典型的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_Interface的POJO。
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服務類進行編碼。