Hello, I need to warn you I have very bad English,
So, I have added a new feature to bookmarklet. I shared translet.co in
friendfeed and a
user has suggested that feature. And the bookmarklet remembers language option of user.
I have considered cookies, when I was adding this feature. I needed to save the language option and it must be
permanent. But cookies can save datas for only one website and they have a time to live value. Damn it :P anyway I need a server side technology , and I decided to use google app engine. Because it's very easy to handle datastore. I am using google web toolkit for client side of translet.co, GWT and GAE are compatible. So I used both of them. But I cannot use gwt-rpc because browsers are not allowing to make request to other domain. Bookmarklet's nature is that, they must live in all web pages. And thanks we have cross-domain-scripting :). Gwt has a
jsonpRequestBuilder, it saves my brain again :).
If you want details fell free to ask the codez...