Need help in using CellTable

2012-09-06 Thread swingm
Hi, I want to populate the celltable with the data that comes from database through RPC call. Can someone give me an example application which demonstrates this. im bit confuse -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this

Ideal procedure to be followed to build a complex application in GWT

2012-08-12 Thread swingm
Hi, We are trying to build an enterprise application using GWT. Please let me know what is the ideal procedure to build a complex application using GWT. Your inputs would help us in developing better application. -- You received this message because you are subscribed to the Google Groups

Spring MVC and GWT

2011-03-19 Thread swingm
Hi All, I have a requirement to navigate between different views using Spring MVC where the views will be designed using GWT. I dont want to use MVP pattern. Spring Controller should navigate the views. I dont have any RPC call as of now. please help me how to do this Thanks. -- You received

Spring MVC and GWT

2011-03-19 Thread swingm
Hi All, I have a requirement to navigate between different views using Spring MVC where the views will be designed using GWT. I dont want to use MVP pattern. Spring Controller should navigate the views. I dont have any RPC call as of now. please help me how to do this . Thanks. -- You received

Request Builder

2010-11-09 Thread swingm
When using GWT RPC mechanism , the proxy class calls the method on RequestBuilder to which it sends the parameterized requestData. I want to make this independently in my presenter. can anyone suggest how to do this RequestBuilder rb = doPrepareRequestBuilderImpl(responseReader, methodName,

Retrying requests in case of Multiple requests to RPC servlet

2010-11-09 Thread swingm
Can help me how to write Retry logic for requests in order avoid 500 server if there are simultaneous requests. I'm thinking of implementing a workaround with a custom RequestBuilder. RequestBuilder.send() would start a Timer timing out after 300ms. On timeout it would abort the request and send

Integration of hibernate with GWT

2010-10-07 Thread swingm
Hi all, I want some references which can explain integration of hibernate with GWT in step by step manner. i also want to know the best practices that needs to be followed while integrating the same. kindly help in this -- You received this message because you are subscribed to the Google