google app engine - GWT MVP Storing session data -


I have an MVP application and I need to save some height data from ResizeablePanel ( There is a dockpanel in the panel, which should be init with a certain height in px ) Now I'm not sure what is the best way to do this. WebContext, Eventbus?

You can store it in your view or in your activity / presenter. You can also store it in your entry point class. There is no right answer here - it all depends on your needs and methods.

There is no need to attend eventbus or sessions.

Comments

Popular posts from this blog

Out of index C/C++ -

regex - PatternSyntaxException: while using String.ReplaceAll function in java? -

java - Projects which are accessed via multiple (different) IDEs: Ant or Maven? -