Yep, that is the link I used. I like generics, so I went with the version on page 7 I believe. Modified it, posted mods on page 14. http://forums.smartclient.com/showthread.php?t=4814&page=14
It's non trivial to do with with generics, but I have lots of objects to make datasources for. Perhaps I'll turn it into more of a bean model in the future. However it doesn't have to be hard. The code you want to take advantage of is in the SmartGWT-Extentions lib, which I link to. The GWT RPC Datasource seem so be the key to making a real app in Smartgwt. As far as the bridges, at some point I had to write similar code when I was using GXT. I believe my dtos in GXT were just a wrapper around a map<string,serializable> etc, to work as a bean model in their widgets, etc. On Fri, Aug 14, 2009 at 1:51 PM, Chris <[email protected]> wrote: > > > Ok, I have started with smartgwt, like the look and feel. I am > looking into using gwt-rpc as a datasource. > > There is this sticky thread on the smartclient forum: > http://forums.smartclient.com/showthread.php?t=4814 > > Is this the info you used to figure out how to make a gwt rpc > datasource? > > Maybe I should take this ove to the smartclient forum. I am posting > this here > in case someone else is looking for the same info. > > -chris > > > On Aug 13, 4:00 pm, Daniel Jue <[email protected]> wrote: > > I am using it. Once I got the extra layers of code implemented for the > RPC > > Datasource (mostly from off thier forum), It's been pretty painless. I > came > > from GXT 2 because I was having some rendering problems and wanted to try > > something else. SmartGWT _is_ painfully slow in hosted mode, but the > > widgets are very nice and full featured. My favorite so far is the combo > > box where the elements have sortable columns, etc like a grid. > > > > On Thu, Aug 13, 2009 at 6:36 PM, Chris <[email protected]> wrote: > > > > > So there is a new version: > > >http://www.jroller.com/sjivan/entry/smartgwt_1_2_released > > > > > So far I have just been using standard gwt and gwt Incubator. > > > Smartgwt looks like it has some great widgets and layouts. > > > > > I would be curious to here from anyone who is using it. Either way > > > I am going to give it a try. I like the fact that it is lgpl. > > > > > -chris > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/Google-Web-Toolkit?hl=en -~----------~----~----~----~------~----~------~--~---
