I would just be careful to not replace only individual *.cache.html files because they'll be out of sync with what's in the *nocache.js file (i.e., what *nocache.js file name corresponds to which permutation).
kathrin On Wed, Jul 14, 2010 at 6:24 AM, Manuel Carrasco Moñino <[email protected]>wrote: > Because the client code is in static files, depending on the way you > are deploying the application you could override these files. > For instance, if you use Tomcat you could override the files in the > unpacked folder of your application. > > A better approach if you are using Apache as the front end of your > application server, is to deploy all the static stuff in apache and > configure it to serve this folder. > > -Manolo > > On Wed, Jul 14, 2010 at 8:56 AM, Amey Sakhadeo <[email protected]> > wrote: > > Hi, > > > > I have built a GWT app that has been deployed successfully at a number > > of my customers' sites. > > > > I now face a problem everytime I release bug fixes. > > Even if the fix is in a client code, the approach I follow currently > > is replacing the entire WAR. > > > > Is there a better way of 'patching' GWT js code? > > > > Thanks, > > Amey > > > > -- > > You received this message because you are subscribed to the Google Groups > "Google Web Toolkit" group. > > To post to this group, send email to [email protected] > . > > To unsubscribe from this group, send email to > [email protected]<google-web-toolkit%[email protected]> > . > > For more options, visit this group at > http://groups.google.com/group/google-web-toolkit?hl=en. > > > > > > -- > You received this message because you are subscribed to the Google Groups > "Google Web Toolkit" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<google-web-toolkit%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-web-toolkit?hl=en. > > -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
