We are actually using a single RemoteService class which parses rpc gwt payload to instantiate the current ServerImpl Class to do the work via Reflection.
The question is about performance.
Do you thing the current approach we are using is correct?
Or, by the other hand, would you keep the several instances created alive (using a map…)?.
Guice?
Thx
Maybe the better solution is using gwt-dispatch or other. It is easier to maintenance.