Hello,
I am using SmartGWT EE (SmartClient Version: v8.3p_2013-04-04/Enterprise Deployment (built 2013-04-04)) and trying to use SmartGWT.Mobile these days.
But there are 2 problems that I can't use the features of SmartGWT from SmartGWT.Mobile.
1. There isn't com.smartgwt.client.data.WebService class that enables WebService from client side.
2. In com.smartgwt.client.rpc.RPCResponse, there is getJsObj() method and getOrCreateRef(JavaScriptObject jsObj) method but there isn't these methods in com.smartgwt.mobile.client.rpc.RPCResponse class.
Please, kindly advise how I can use above features in SmartGWT.Mobile.
Thanks in advance!
I am using SmartGWT EE (SmartClient Version: v8.3p_2013-04-04/Enterprise Deployment (built 2013-04-04)) and trying to use SmartGWT.Mobile these days.
But there are 2 problems that I can't use the features of SmartGWT from SmartGWT.Mobile.
1. There isn't com.smartgwt.client.data.WebService class that enables WebService from client side.
2. In com.smartgwt.client.rpc.RPCResponse, there is getJsObj() method and getOrCreateRef(JavaScriptObject jsObj) method but there isn't these methods in com.smartgwt.mobile.client.rpc.RPCResponse class.
Please, kindly advise how I can use above features in SmartGWT.Mobile.
Thanks in advance!
Comment