Tuesday, September 16, 2014

Re: Best way to implement place attributes in gwt.

We used a modified version of UrlBuilder if that is any help. So using a very familiar way to serialise things into the URL even if this time it is after the #. Seems to have worked ok so far.

On Monday, September 15, 2014 8:29:06 AM UTC+1, VaraKalyan Maddi wrote:

Hi all,

I am new to gwt places and activites framework.
I am searching for best ways to add place parameters for a place class.
Each place needs a set of attributes on actions and a page name.

1. How about having a hashmap of attributes in place. But it looks odd in the URL if i returns hashmap.toString()  on getToken from tokenizer.
2. Do we need to take care of decoding and encoding of history strings (if it contains special characters) ?

Let me know if there is any other way.

Regards
Kalyan

--
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