smartClient 4--数据集成
Posted 霓好
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了smartClient 4--数据集成相关的知识,希望对你有一定的参考价值。
一、数据集成
1、smartClient服务框架(使用SQL或者JPA/Hibernate) 推荐!!!
2、DSRequest & DSResponse
DSRequest:
data sortBy startRow endRow oldValues
DSResponse:
status data startRow endRow totalRows error
a. 请求响应转化(如果使用SC服务框架,则不需要转化,直接获取数据)
RestDataSource class 同时扮演着请求响应的四个核心角色
4、recordXPath方式绑定XML和JSON服务
isc.DataSourse.create({ ID: "sourseDS", dataFormat: "xml" dataURL: "data/xxx.xml" recordXPath: "//item" fields: [ {name: "title", valueXPath: "", type: "text"}, {name: "link"}, ] });
以上是关于smartClient 4--数据集成的主要内容,如果未能解决你的问题,请参考以下文章