Re: Entire Site in GWT?

2010-11-09 Thread farmazone
Mike, I am also flash/flex guy. Websites built with GWT can have workflow almost the same as those built with flash (especially if you are using Flash Builder od FDT). This is a great advantage for AS3 programmers. But like flash it is not crawlable by google so you have to implement it by

Re: SEO Question.

2010-10-27 Thread farmazone
here are examples of something similar http://www.asual.com/jquery/address/ On Oct 27, 11:43 am, RPB robbol...@gmail.com wrote: Hi Subhro, You need to create a PHP page which will serve static information if it detects _escaped_fragment_= or just the normal GWT page otherwise. Something

Re: SEO Question.

2010-10-27 Thread farmazone
I have found only this http://www.asual.com/jquery/address/ :( On Oct 26, 6:10 pm, Subhrajyoti Moitra subhrajyo...@gmail.com wrote: Hello, I have to build an application which has a PHP backend and GWT client. How do we make it crawlable? The urls follows Google, ajax url format of #!. How

Casting types

2010-10-18 Thread farmazone
Hello everybody! I am new to GWT but I found it very useful. Although I came to a problem I'd like to resolve. I want to have one interface to manage data from various tables. I fetch JSON data from database by RequestBuilder, then I create Overlay Types just like in manual with this function