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

java - ImportError: No module named py4j.java_gateway -

python - Receiving "KeyError" after decoding json result from url -

.net - Creating a new Queue Manager and Queue in Websphere MQ (using C#) -