Hi,

I am trying to get my server code to call my GWT code multiple times.
e.g.

1. GWT GUI Code calls GWTAsynInterface.
2. GWTAsynInterface calls JavaServerCode.
3. GWTAsynInterface completes call and returns to GWT GUI Code.
4. JavaServerCode calls GWT GUI Code again.

Step 1 to 3 are standard and work fine. But step 4 is what I need to
do.

My scenario is to do with Paginated Data. e.g. GUI calls db for 100
rows. Server returns 25 rows at a time. I am fine with the server
class being somewhat stateful.

Any suggestions ?

Cheers.








--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"GWT-Ext Developer Forum" 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/gwt-ext?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to