On Fri, Aug 5, 2011 at 6:07 AM, Nick Hristov <[email protected]> wrote: > > 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. >
Please read what I wrote! I wrote during *compile time*. And compile time is the time when Ajax is generated out of Java on the dev machine. > 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. > Why should static HTML content be generated on the server? And if you mean not "generated" but just served by the server: in this case you might have an HTML container page that cannot use the LayoutPanels... but I think, I don't get what you mean with your proposal. Alex > > 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. > > -- www.loxal.net Mobile: +49 176 4440-3969 Rablstr. 12 • 81669 Munich • Germany -- 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.
