com.isomorphic.datasource.* and com.smartgwt.client.data.*, how do they differ?

94 Views Asked by At

Basically I am trying to understand the scenario when which DataSource to choose between com.isomorphic.datasource.DataSource and com.smartgwt.client.data.DataSource

I see that some functions like setProgressiveLoading is not available in isomorphic as in smartGWT package. So is it to be understood that smartGWT classes to be preffered?

1

There are 1 best solutions below

0
On

I think you must first understand that com.smartgwt.client.* are client side APIs, while the others are server side APIs.