This sample demonstrates the use of custom data source feature in DSS. It uses custom datasource org.wso2.carbon.dataservices.core.custom.datasource.InMemoryDataSource which uses the interface org.wso2.carbon.dataservices.core.custom.datasource.TabularDataBasedDS and org.wso2.carbon.dataservices.core.custom.datasource.EchoDataSource which uses org.wso2.carbon.dataservices.core.custom.datasource.CustomQueryBasedDS.
Table of Contents | ||||
---|---|---|---|---|
|
Building the sample
The sample data service InMemoryDSSample should be deployed using the instructions in Samples Setup section.
...