I am using SmartGWT Basic with some code I wrote that uses RestDatasource and that works great with th SmartGWT Widgets.
So, now I am starting to work on some GWT-RPC Services, and I want to use the GWT-RPC Service as a DataSource.
I definitely read through the entire GWT-RPC Datasource thread, and I just have a couple of questions.
1) Should I use the GWTRPCDataSource and examples that are on the Google-Code SmartGWT-Extensions?
2) Should I use the TestAdvDataSource that 'alius' wrote?
The reason I ask is that the list of data I want to retrieve in my DTO Object needs to be filtered by some criteria. Or, is there another way to filter that criteria? For example I want to get a list of classes for a student based on the student id which is kept in a cookie. I didn't see anything in the SmartGWT-Extensions to deal with that.
If I need to go back and re-read the GWT-RPC DataSource thread I will.
Thanks!
Tom
So, now I am starting to work on some GWT-RPC Services, and I want to use the GWT-RPC Service as a DataSource.
I definitely read through the entire GWT-RPC Datasource thread, and I just have a couple of questions.
1) Should I use the GWTRPCDataSource and examples that are on the Google-Code SmartGWT-Extensions?
2) Should I use the TestAdvDataSource that 'alius' wrote?
The reason I ask is that the list of data I want to retrieve in my DTO Object needs to be filtered by some criteria. Or, is there another way to filter that criteria? For example I want to get a list of classes for a student based on the student id which is kept in a cookie. I didn't see anything in the SmartGWT-Extensions to deal with that.
If I need to go back and re-read the GWT-RPC DataSource thread I will.
Thanks!
Tom