Thursday, March 12, 2015

Re: MVP Pattern Without History Mechanism?

When passing the state of the screen in the url you shouldn't embed whole data in it. Instead you should pass some references to it like ids etc. The screen you want to display should use that references to fetch the actual data (from LocalStorage / IndexedDB / Server)

On Wednesday, March 11, 2015 at 3:12:29 PM UTC+1, Abdullah wrote:
Because of History Mechanism,When Switching from one Screen to other screen i need to pass some data to that Screen that i am unable to achieve using History Mechanism.Will it possible to pass the data?Is there any example code?

On Wednesday, March 11, 2015 at 12:56:01 PM UTC+5:30, Abdullah wrote:
Hi,
  Is any Impact Implementing MVP Pattern Without History Mechanism?

--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment