Re: clear browser cache automatically?

2013-04-03 Thread ocaner
Hi Magnus, an easy solution for this problem, without any need for a filter or changing any http cache headers is to append a query string to the .nocache.js url, e. g.: !-- using a version, you'll have to update the HTML file before a planned deployment -- script

Re: Having trouble calling a function in a separate Javascript file in GWT

2012-01-11 Thread ocaner
You should place your script scripts/general.js in a folder named public in the client package. -- 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-toolkit@googlegroups.com. To unsubscribe from

Re: GWT Mobile Application

2011-06-18 Thread ocaner
Hi! On Jun 16, 9:42 am, Myth17 nitishupr...@gmail.com wrote: I would want the application to run on as many mobile phones as possible(blackberry+android+iphone)! What should be my strategy? Do I need to use something like --  http://code.google.com/p/gwt-mobile-webkit/(they dont say anything

Re: Class in jar file used in another GWT application gives *Source not available* error when compiling

2010-03-16 Thread ocaner
Try to compile it and I get the error copied below. I believe i need to inherit it, or need to specify the source path in Monkee.gwt.xml, but don't know how to do it. And the source code of the whole project I downloaded is a bit too complicated for me to understand, as I am still a beginner.