Re: GWT 2.4 & Jetty nocache.js files

2012-07-18 Thread brent.r...@gmail.com
I figured out the answer. All I had to do was add this to my web.xml file. default org.eclipse.jetty.servlet.DefaultServlet cacheControl public, max-age=0, must-revalidate default /myApp/*.nocache.js Thanks! On Wednesday, July 18, 2012 10:50:15 AM UTC-4, brent...@gmai

GWT 2.4 & Jetty nocache.js files

2012-07-18 Thread brent.r...@gmail.com
In this gwt web says to place a *.htaccess config file like this to avoid caching main javascript gwt application. ExpiresActive on ExpiresDefault "now" Header merge Cache-Control "public, max-age=0, must

Re: GWT 2.4 AutoBean example not working

2012-07-16 Thread brent.r...@gmail.com
That worked. Thanks! We should get that added to the wiki documentation some how... On Monday, July 16, 2012 2:38:42 AM UTC-4, Thomas Broyer wrote: > > You need org.json classes in your class path. gwt-servlet-deps.jar > contains them if you need it. -- You received this message because you a

Re: new in 2.4? "GWT SDK JAR gwt-servlet.jar is missing in the WEB-INF/lib directory"

2011-10-06 Thread brent.r...@gmail.com
I've noticed this issue as well. I don't understand why eclipse GWT SDK just doesn't include the gwt-servlet.jar file there instead of needing to copy it over to WEB-INF/lib. The only way I get around this now is to make sure that my war/WEB-INF/lib directory doesn't have any jar files in it when