DTO

  • 网络数据传输对象(Data Transfer Object);数据发送对象(Data Transmission Object);数据传送对象

DTODTO

DTO

数据传输对象(Data Transfer Object)

创建一个数据传输对象 (DTO),用该对象包含远程调用所需要的所有数据。修改远程方法签名,以便将 DTO 作为单个参数接受…

数据发送对象(Data Transmission Object)

...nd Receive Object)和数据传输对象DTO(Data Transmission Object),如图2所示。

数据传送对象

2.1 数据传送对象dto) 35 2.2 域数据传送对象(domain dto) 39 2.3 定制数据传送对象(custom dto) 43 2.4 数据传送散 …

数据传输模式设计

...emoting VS Web Service   数据传输模式设计(DTO)   企业设计模式-MVC,Page Controller等模式的应用   应用程序部署模式   部署...

1
On the surface, the most maintainable approach is to eschew DTOs altogether and get one attribute at a time from the client. 从表面上看,可维护性最好的方法就是完全避免DTO,而采用一次从客户机获取一个属性的方法。
2
Dto-mba writing created by Naxi Nationality is one of oldest pictograph in existence, known as "an alive pictograph of the world" . 纳西族的东巴文,是当今世界上仅存的一种古老的文字符号,被称为“活着的象形文字”。
3
Cut-off The maximum length of sheet that can be printed on a web press and equivalent dto the circumference of its impression cylinder . 卷筒纸印刷机所印最长纸度,亦步亦趋是压力圆筒的周长。
4
If the front door does not open within specified time , car will enter DTO operation . 如果前门未在指定的时间内打开,轿厢将进入DTO操作。
5
Business Delegates and Session Facades contained service methods, each having its own pair of input- and output-DTOs. BusinessDelegate和SessionFacade包含服务方法,各自都有其自己的input-和output-DTO对。
6
More seriously, the name you choose for a DTO should clearly indicate what data it is returning. 认真一点讲,您为DTO选择的名称应该清楚地指示它所返回的数据。
7
Further, recommending code that lets you ask an entity EJB component to "give me a DTO of yourself" seems reasonable and well encapsulated. 此外,推荐的代码看起来非常合理,并得到了良好封装,能够让您要求实体EJB组件“给我一个您自己的DTO”。
8
The tools will use the namespaces defined in the WSDL to determine the package names of the generated JavaBeans (or DTOs). 这些工具将使用定义在WSDL中的名称空间来确定生成的JavaBean(或DTO)的包名。
9
Detached JPA entities are used as data transfer objects (DTOs) between the various layers of the architecture. 可以使用独立的JPA实体作为架构的各层之间的数据传输对象(DTO)。
10
The objects that DAOs operate on are usually called value objects, although the term data transfer objects (DTO) is more meaningful. DAO所操作的对象通常称为值对象,尽管术语数据传送对象(datatransferobject,DTO)的意思更为贴切。
11
On the plus side, you only have to modify the DTO every time you add or remove an attribute. 这种方法的好处在于,当每次添加或删除属性时,只需要修改DTO即可。
12
The provider-side data types may not be simple DTOs, in that they include additional business logic. 提供程序端的数据类型不可能是简单的DTO,因为它们还包括其他的业务逻辑。
13
Use a Web services tool to generate the DTOs, SEI, and client stub implementation for the service requester from the WSDL. 使用Web服务工具为服务请求程序从WSDL文档生成DTO、SEI和客户机存根实现。
14
A lot depends on if you already have an appropriate DTO or not. 这很大程度上取决于您是否已经拥有适当的DTO。
15
The tools generate a Java class (a DTO) for every complex type defined in the WSDL types element. 这些工具为定义在WSDL的types元素中的每个复杂类型生成一个Java类(DTO)。
16
You only have to develop one DTO and retrieval method per entity. 这样您只得为每个实体开发一个DTO和一个检索方法。
17
Systematically map your analysis work products to the appropriate EJB components and DTOs. 系统地将您的分析工作成果映射到适当的EJB组件和DTO。
18
The Data Transfer Object (DTO) pattern is used to package multiple data structures into one. 用数据传输对象(DTO)模式将多个数据结构封装成一个。
19
Before Mashups4JSF, developers had to manually produce the feeds from the application's DTOs (data transfer objects). 在Mashups4JSF出现之前,开发人员需要从应用程序DTO(数据传输对象)中手动生成feed。
20
Create a WSDL document, defining the Web service operations that use some subset of the DTOs. 创建WSDL文档,定义Web服务操作,这些操作要用到DTO的某些子集。
21
These DTOs would contain the precise set of properties to share. 精确的共享的属性集,则包含这些DTO。
22
The names in the associative array must match with the properties in the DTO. 关联数组中的名称必须与DTO中的属性名字匹配。
23
Web applications normally use DTOs to pass information from Web layer to the Service layer. Web应用通常使用DTO从Web层往服务层传递信息。
24
Now we can get to the point of why there will not be that many DTOs and associated methods. 现在我们就能理解为什么不会有很多DTO和相关方法的原因了。
25
Next, testparm is complaining about an invalid parameter called hide dto files. 接下来,testparm抱怨有一个名为hidedtofiles的无效参数。
26
Would thou and those thy scars had once prevail'dTo make me fight at land! 我只恨当初你那满身的创瘢不曾使我听从你的话,在陆地上作战!
27
In the worst case for this example, there are only eight DTOs needed to support the business process. 最糟糕的情况下,此例中也仅需八个DTO支持业务流程。
28
No additional DTO classes are created in this article. 本文没有创建额外的DTO类。
29
Writing the domain object to DTO mapping code is tedious. 域对象写入DTO映射代码是非常枯燥。
30
Create (or identifiy) a data model for the DTOs used in the interface. 为接口中用到的DTO创建(或确定)数据模型。