I also tried the gwtplatform Craw solution, very simple
On Friday, May 16, 2014 10:13:28 PM UTC+10, Jens wrote:
-- Just add these lines into DispatchServletModule in .server.guice
bindConstant().annotatedWith(CachedPageTimeoutSec.class).to(3600);
bindConstant().annotatedWith(ServiceKey.class).to("123456");
bindConstant().annotatedWith(ServiceUrl.class).to("http://localhost:8080/");
filter("/*").through(CrawlFilter.class);
and again, no matter what i typed it always showed the home page.
What is going on? I don't understand.
I already said that you have to compile your app because HtmlUnit does not have a GWT DevMode browser plugin. HtmlUnit can only execute your app if it is fully compiled to JavaScript. Open http://127.0.0.1:8888/Myproject.html#!article in your browser and you will see the same page that HtmlUnit generates because your app will not be executed if it is not fully compiled.Also please stop creating new threads for essentially the same problem, otherwise I tend to report you as spamming.-- J.
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.
No comments:
Post a Comment