I am sorry, but this sounds insane. You are going to generate page content on the browser which you will post on the server so that it can be loaded by the browser.
I still stand by my original approach. Generate the simple html content on the server, and let the browser load a GWT module which (possibly with gwtquery) attaches event handlers into the page and links into the rest of the module's functionality. Nick On Aug 4, 7:24 am, dreamer <[email protected]> wrote: > => 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 ??????? > > -Venuhttp://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 "appsparts 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.
