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.
Hello I am working on a GWT sample history management application. Here is my onModuleLoad Code. public void onModuleLoad() {
I\'m managing the History in my project via Places. What I do is this: implement PlaceRequestHandler on top level (for example AppController),
What is consider as a good design rega开发者_开发问答rding back/forward project capabilities.
I\'m planning my GWT app.As Ray Ryan said at Google IO 09: \"Get your history right, and get it right early\".
Looks like the class that isgenerated for PlaceHistoryMapperis hard-coded to use AbstractPlaceHistoryMapper as the super class.
Hi I am using GWT and its standart way to support history via \"History\" class. It is very convenient but how can I remove anchor part from an url? For example:
Is it possible to add/create new history token from every class? I have the problem, that i get NullPointerException if i try to create new token (History.newItem(\"infoTab\")) outside the main class
I\'ve implemented a basic GWT app based on on the MVP pattern Google recommends. What I\'m trying to figure out is the best way to store navigation/history state once you fill your application with da
I have this problem : when i call the Content class (the one who decide which page to view, due to the #param) I do somethings like this :