Re: Pros & Cons for RequestFactory Vs GWT RPC mechanism

2011-08-23 Thread Srinivasan Raghavan
Hi How to integrate gwt request factory with tomcat Thanks Srinivasan Raghavan On Tue, Aug 23, 2011 at 9:46 PM, Y2i wrote: > They both seem to scale.  The main difference is when RPC is used the server > works with POJOs that need to be translatable and that need to be mapped to >

Re: GWT : Best practice to send huge amount of data from server to client

2011-08-09 Thread Srinivasan Raghavan
Hi Try lazy loading instead of sending the XML all to together Regards R.Srinivasan On Tue, Aug 9, 2011 at 4:33 AM, vaibhav bhalke wrote: > Hi folks, > > Which are the Best practices to send huge amount of data from  server to > client in GWT? > > Right now we are facing performance issue in G