gwt-platform
Nested presenters with GWTP
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 ?[详细]
2023-04-08 17:19 分类:问答GWT-Platform: where the business logic should go?
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.[详细]
2023-04-08 03:48 分类:问答PlaceRequest with parameters to Popup Presenter
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?[详细]
2023-04-06 19:26 分类:问答Problems with GWT-Pratform PlaceManager + Gin
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.[详细]
2023-04-05 19:27 分类:问答GWT - GIN - GWTP - Dispatcher Injection Problem
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[详细]
2023-04-04 18:44 分类:问答What is the easiest way to implement CRUD with GWTP (and Objectify for the persistence)?
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[详细]
2023-04-04 09:54 分类:问答How to prevent code to execute after firing of history token in gwt?
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.[详细]
2023-04-04 06:44 分类:问答Can somedy explain me the TAB SAMPLE (gwtp)?
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[详细]
2023-04-04 04:00 分类:问答How to make a server call with out dispatch async instance in gwt
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).[详细]
2023-04-03 16:38 分类:问答GWT Fileupload Using Servlet with GUICE
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[详细]
2023-04-03 04:42 分类:问答