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 <
venugopal.vasire...@gmail.com> 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 <
alexander.or...@loxal.net> wrote:
>
>
>
>
>
>
>
> > On Thu, Aug 4, 2011 at 3:11 PM, Alex Dobjanschi
> > <
alex.dobjans...@gmail.com>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"