gwt-RPC problem! what is the best practice on using gwt-RPC?
- by guaz
Dear all,
I want draw a chart based on the date retrieve from the database by using RPC.
But everytime I fail to get the result. My rpc function is working.
I think is the sequence of the process.
below is my class:
public class TrafficPattern_1 extends GChart {
TrafficPattern_1() {
final DBServiceAsync dbService = GWT
…