Re: GWT and MVP

2012-10-20 Thread Fabio
Hello In simple words: The View must implements the page as users are going to see it, that is the graphic part of the project, that is again you build the page of objects to show when users load the page. The Presenter , (who is a Presenter?), hands its own view. So the presenter gets all

Re: keyboard shortcuts

2012-10-20 Thread vanessa vanessa
Thanks for your anwwers. Le jeudi 18 octobre 2012 22:21:55 UTC+1, Jens a écrit : You can globally listen for all browser events by using Event.addNativePreviewHandler(). Inside the handler you can globally check for shortcut keys on keydown / keyup events. But be aware that there are

SEO problem on GAE

2012-10-20 Thread maq
Hi, all, I am writing a GAE/GWT application and trying to set up the SEO/crawler handling, so that : http://xxx.appspot.com/?_escaped_fragment_=PageName can be caught in the filter , in order to serve the cached GWT pages. However, the filter doesn't seem to be catching the

Re: How to define AutoBeanFactory?

2012-10-20 Thread David Hoffer
Yeah that helps a ton. That's by far the best explanation of how to use AutoBeans that I have seen, I recommend that this get added to the current docs on the web. That being said I'm still getting an error in one place. In this call in my code AutoBeanCodex.encode(payloadAutoBean)...several

Re: List all the strings and ints in a class?

2012-10-20 Thread Thomas Wrobel
Thanks for the link, seems a bit overkill for what I need though. I'll have a go at brewing my own. I see methods like get declared fields which seems a good start. On 19 October 2012 22:54, KevMo kevinps...@gmail.com wrote: I've never used it, but you might give GWT Reflection a try.

Re: RPC call from server to client

2012-10-20 Thread Magnus
Hi, I arrived at the following state by trial and error: included jars: atmosphere-gwt-client-1.0.2.jar atmosphere-gwt-common-1.0.2.jar atmosphere-gwt-server-1.0.2.jar atmosphere-runtime-1.0.2.jar example project:

UIBinder - CellTableT - how to specify T?

2012-10-20 Thread Magnus
Hi, when I use a CellTable within a UIBinder specification, how can I define a type T for the CellTable? Before UIBinder, I created it like this: CellTableMyType = new CellTableMyType(); With UIBinder, I get a composite widget with a CellTable somewhere in it. But how can I specify the type?

Could not load GWT DMP Plugin

2012-10-20 Thread seas
Started getting 'Could not load GWT DMP Plugin' yesterday when I start my app from Eclipse using Chrome. Happening on both work and home computers. From web searches, it looks like this has happened in the past, which seemed to indicate that in those cases a new plugin was deployed that had

Re: Chrome 15, GWT DMP Plugin crashes

2012-10-20 Thread Cristobal Ramirez
same problem in chrome v22.0.1229.94 m but works well in mozilla IE.. ..any idea to fix this problem?? -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the web visit

Re: Chrome 15, GWT DMP Plugin crashes

2012-10-20 Thread John Patterson
Download Chome 21 and use it instead until this bug is resolved. http://www.oldapps.com/google_chrome.php On Sunday, 21 October 2012 09:23:02 UTC+7, Cristobal Ramirez wrote: same problem in chrome v22.0.1229.94 m but works well in mozilla IE.. ..any idea to fix this problem?? -- You