GWT RPC with Tomcat Load balancing

2010-08-21 Thread Dhiren Bhatia
Hi all, My GWT app makes server side requests using RPC, currently to a single Tomcat server. I am now considering options to move this app into production on Amazon EC2. The goal will be to have a set of Tomcat servers running behind a Load Balancer. The setup will be as follows... Load Balancer

Re: MVP related question

2010-03-20 Thread Dhiren Bhatia
Alexander wrote: > Are you really sure there are no shared classes in client? > > On 18 March 2010 23:29, Dhiren Bhatia wrote: > > > > > > > gwt-servlet.jar is deployed. > > > My question is about the client classes from my application. Do they > > need

Re: MVP related question

2010-03-18 Thread Dhiren Bhatia
to build and compile..  and > gwt-servlet for service response.. > > Regards. > > Fabio Kaminski > > > > On Thu, Mar 18, 2010 at 1:53 PM, Dhiren Bhatia wrote: > > So, this should mean that the client package does not need to get > > deployed to my Tomcat server, co

Re: MVP related question

2010-03-18 Thread Dhiren Bhatia
    > > This means all classes in package client and shared are compiled to > javascript. > > Cheers, > >     Philippe > > On Mar 18, 9:25 am, Dhiren Bhatia wrote: > > > > > I'm curious about the container the 'Presenter' runs in. If I have an &g

MVP related question

2010-03-18 Thread Dhiren Bhatia
I'm curious about the container the 'Presenter' runs in. If I have an application that uses the MVP pattern on the UI side and makes RPC calls to a servlet (running in Tomcat), where does the presenter run? Does it get compiled to Javascript and run in the browser or is it running in Tomcat? Is th

TabPanel listener sample code

2010-01-26 Thread Dhiren Bhatia
Hi folks, Are there any samples of the TabPanel with the listener implemented? It would be very helpful to look at some example code. Thanks! -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to google-web