could you please explain what is the criteria for data to be "highly dynamic" ?
and in case of GWT, the entire app is one page, and we have the concept of places. and we don't have to forward to a new place, we can have a place that also support paging. for example, employees/p1 employee/p2 p1, displays the first page of result set, p2 the second page, and so on. as user clicks on Pager forward/previous buttons, the History token also changes, it is not actually another page, p1 and p2 and pN, are used like query parameters, that activities can use to know the start position. if you look at Gmail, when you want to see "Older" emails, (seeing the next page of result), the history token changes. I understand gmail is not built using GWT, but just demontrating the idea. could you please clarify what you mean by Highly Dynamic data ? Thank You On Jan 20, 2:25 pm, John LaBanca <jlaba...@google.com> wrote: > I think it depends on the nature of the data. If the data is highly > dynamic, then forwarding somebody to a specific page isn't going to have > much value because the data on the page is likely to change. However, if > the data is relatively stable, then forwarding the user to a specific page > might be helpful. > > Thanks, > John LaBanca > jlaba...@google.com > > On Thu, Jan 20, 2011 at 4:57 PM, Y2i <yur...@gmail.com> wrote: > > Personally I store all configuration related to one place/activity on the > > server. > > > -- > > You received this message because you are subscribed to the Google Groups > > "Google Web Toolkit" group. > > To post to this group, send email to google-web-toolkit@googlegroups.com. > > To unsubscribe from this group, send email to > > google-web-toolkit+unsubscr...@googlegroups.com<google-web-toolkit%2bunsubscr...@googlegroups.com> > > . > > For more options, visit this group at > >http://groups.google.com/group/google-web-toolkit?hl=en. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to google-web-toolkit@googlegroups.com. To unsubscribe from this group, send email to google-web-toolkit+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.