Re: GWT Application Patches

2012-06-16 Thread jfiallo
Thanks for the suggestion Joseph, out GWT app is basically just a front to our web services, so the RPC layer is the one consuming those and the dependent classes are there, on the gwt layer we only have lightweight classes to represent data and once these reach the server side we have transfor

Re: GWT Application Patches

2012-06-16 Thread jfiallo
de and RPC logic and since the second does allow for 'patching' since it remains as java and lives on the server. On Friday, June 15, 2012 10:12:12 AM UTC-4, Paul Robinson wrote: > > On 15/06/12 04:10, jfiallo wrote: > > I'm fairly new to developing with GWT. I was wo

GWT Application Patches

2012-06-15 Thread jfiallo
Hello All, I'm fairly new to developing with GWT. I was wondering if there's a way to 'patch' an existing gwt application, that is: update just a portion of an app that a customer might already be using (ex. a java class that was modified). Any ideas on how to accomplish this would be apprecia