Hello,
SmartClient Version: v10.0p_2015-08-10/PowerEdition Deployment
I'm trying to package my app in PhoneGap so I need to specify the DataSourceLoader URL used to load the server datasources. The DataSource javadoc mentions:
however this method is not available in my SmartGWT version?
Is there any alternate strategies in getting my xml datasources loaded in my app without needing to load them from the DataSourceLoader servlet?
SmartClient Version: v10.0p_2015-08-10/PowerEdition Deployment
I'm trying to package my app in PhoneGap so I need to specify the DataSourceLoader URL used to load the server datasources. The DataSource javadoc mentions:
Code:
com.smartgwt.client.data.DataSource().setLoaderURL()
Is there any alternate strategies in getting my xml datasources loaded in my app without needing to load them from the DataSourceLoader servlet?
Comment