Announcement

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

    RPCManagerCompletionCallback.onSuccess(..) parameter DSTransaction type changes in 5.1

    Hi Isomorphic,

    We started working on upgrading Smart GWT from 5.0 to 6.1.

    The com.isomorphic.rpc.RPCManagerCompletionCallback.onSuccess(..) method takes different parameter now.
    Earlier it took RPCManager, but now it requires DSTransaction type.

    May I ask, if all the requests (dsTransaction.getRequests()) under a DSTransaction object belong to the same RPCManager all the time?


    Regards,
    Zsolt

    #2
    No, DSTransaction can also be used outside of RPCManager. See Standalone Server Usage.

    However, when an RPCManager is managing a transaction, it now uses a DSTransaction to do that.

    Comment

    Working...
    X