数据传输对象 meaning in English
data transfer objects
Examples
- 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组件组装服务返回的数据传输对象。