=> static pages I tried to develop a page uisng UIBinder (mix of html and widgets) and RPC calls where it makes sense and ultimately I wanted to post entire page to server and let server serve next page.
Here are My roadblocks for now * Not sure how to post entire page to servlet, develop just using designer and plugin * If some how, able to post UIBinder page to servlet, how servlet creates a RequestDispatcher for another UIBinder page? * Can UIBinder page be identifiable like jsp/html page on server ??????? -Venu http://schoolk12.appspot.com/ On Aug 4, 6:45 am, Alexander Orlov <[email protected]> wrote: > On Thu, Aug 4, 2011 at 3:11 PM, Alex Dobjanschi > <[email protected]>wrote: > > > As far as it goes, you're basically running Javascript code, in a > > (simple-to-complex) app, inside client code (browser sandbox). I don't how > > crawling such an app would be straightforward. > > > The "apps parts of an app" shouldn't be crawled... There are "static parts" > > in almost every "app", e.g. product descriptions and exactly those parts of > an "app" should be crawled. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
