I have content slots in my mainpresenter, how can i put, when app load, put the home presenter in one slot and the menu 开发者_开发技巧slot in the another ?
I just got the grip on GWTP and the MVP, GIN and Dispatch. With dispatch there is a Handler class which defines what the action does and returns something accordingly.
I trying to pass a parameter in the placerequest to a presenter that will be a popup, but, the i receive empty parameters in the popup presenter.. am i forgot anything?
I\'ve trying to do something with GWT-Platform, but, following the examples in this page: http://code.google.com/p/gwt-platform/wiki/GettingStarted?tm=6 simple doesn\'t work.
I am in a situation where someone might be already in. I am using GWTP in my application. GWTP is using GIN as a client side
Is there a library, an eclipse plugin to generate code, or a recommended design pattern ? Any example with G开发者_StackOverflow社区WTP ? Thanks.You want to look into RequestFactory: http://code.googl
I am working on gwt2.3 application with gwtp framework.In this application I am have one login (index) page which is bind by the client module.
I am using GWT开发者_运维百科P. I did the nested presenter tutorial. But there is no tutorial for the SAMPLE TAB application (the one with the admin tab appearing if you switch to the admin mode). Can
I am using using GWT2.3 with GWTP. Now in this application I need to make a server side call from a non presenter class (So there id no dispatch async instance).
We are using GWTP with Guice.I want to upload a file. For that I have written a Servlet. I am using this GWT File UPload Example. But Servlet is not getting called. I think its the problem with Guice