数据传输 data transmission◇数据传输发送机 data transmitter; 数据传输率 data transmission rate; data-signalling rate; 数据传输系统 data transmission system; 数据传输装置 data transmission device
Data transfer objects are associated with views 数据传输对象与视图关联
The problem : which data transfer object is returned by which entity 问题:哪个数据传输对象由哪个实体返回?
It seems obvious that session beans with data transfer objects will play a role in the implementation ) ,很明显带有数据传输对象的会话bean就会在实现中扮演重要角色。
It is also great that you are already using data transfer objects , basically the same as service data objects 同样使用数据传输对象也是非常好的,基本上同服务数据对象类似。
I have been following your articles lately and had to comment about the use of data transfer objects dtos 我已经读过您最近的文章,对于数据传输对象( dto ) ,我想提出一些自己的看法。
The use of the data transfer object minimizes the chattiness between the layers - only one stateless call is needed 数据传输对象的使用最小化了不同层之间的间隔= =仅仅需要一个无状态调用。
I would have had to explain the best practice to use data transfer objects to flow data from the servlet to the jsp 我不得不解释使用数据传输对象来在servlet和jsp之间传输数据的最佳经验。
The key to optimal ejb performance is to use data transfer objects and custom methods to create , get , and set all the needed properties for a given use case in one call 获得ejb最佳性能的关键是,使用数据传输对象和自定义的方法在一个调用里为给定的用例创建、获取和设置所有需要的属性。
In other words , the servlet loads an array of up to ten " productview " objects which is the same as your data transfer object except that it is serializable , and then calls the jsp 换句话说,该servlet加载10个" productview "对象(与您的数据传输对象是一样的,只不过它是序列化的) ,并且接下来调用jsp 。
The ejb advocate takes a top - down view of service - oriented architectures in order to get to the bottom of whether a session or entity ejb component should assemble the data transfer objects returned by the service Ejb倡导者对面向服务的体系结构从上至下进行了分析,以最终确定应该使用会话ejb组件还是实体ejb组件组装服务返回的数据传输对象。