Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    SmartGWT.Mobile feature

    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!
    Last edited by nk; 17 Apr 2013, 15:53.

    #2
    Are you looking to directly contact a WSDL web service from a mobile application?

    While the normal version of SmartGWT has a full WSDL/SOAP stack, we don't plan to port this to the mobile edition. It's a *lot* of code.

    If you're using SmartGWT.mobile instead of just using normal SmartGWT for your mobile app, that implies you're looking to build something extremely lightweight, and using a full WSDL/SOAP stack on a mobile device doesn't fit that criteria.

    Comment


      #3
      Hi, Isomorphic,

      Thanks for prompt reply.
      What about question #2?,

      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.

      Comment


        #4
        They don't apply to SmartGWT.mobile's architecture at all. The RPCResponse in SmartGWT.mobile is a GWT Java object and does not wrap an underlying SmartClient object.

        Comment

        Working...
        X