Hello,
Right now, I'm working on hooking up a UI that I have created to an existing system written in Java. Everything I've created so far runs entirely client-side with a hard-coded data source (using a class that extends ListGridRecord). I'm not very familiar with web development, so I don't really know exactly how to make my system compatible with a dynamic datasource generated server side.
I have read a bunch of stuff about RPC, but I'm not convinced this is exactly what I'm looking for. One idea I had was to add code in the existing system to generate an XML datasource, and then simply link to that in my smartGWT project.
Any thoughts/advice/further information for me? I really just need someone to bounce these ideas off of before I spend a ton of time on this.
Thanks!!
Right now, I'm working on hooking up a UI that I have created to an existing system written in Java. Everything I've created so far runs entirely client-side with a hard-coded data source (using a class that extends ListGridRecord). I'm not very familiar with web development, so I don't really know exactly how to make my system compatible with a dynamic datasource generated server side.
I have read a bunch of stuff about RPC, but I'm not convinced this is exactly what I'm looking for. One idea I had was to add code in the existing system to generate an XML datasource, and then simply link to that in my smartGWT project.
Any thoughts/advice/further information for me? I really just need someone to bounce these ideas off of before I spend a ton of time on this.
Thanks!!
Comment