1. 程式人生 > >smartClient 4--數據集成

smartClient 4--數據集成

ror lds end exp val 推薦 pat value sort

一、數據集成 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--數據集成