I' new to GXT and RCP and need to use both in my project. I want to use example. Everything works fine, but there is no data. What should I do to load data to grid? For now it could be static data. How to implement service and bind it? Could anyone show me a nice tutorial or explain with simple words?
I gues the best way to start with is to look into the examples sencha provides. For examle the basic grid: http://www.sencha.com/examples/#ExamplePlace:basicgrid
Here the data is provided in a static way (only client side). You have to enhance this with your new knowlege about RPC. To get this knowlege you can read here: http://www.gwtproject.org/doc/latest/tutorial/RPC.html