What it your app read a particular parameter on the URL that tell the app
what "page" should be rendered, then everytime you need to display a new
page, you generate a get request with the parameter for the page you wish to
display.

If you use runAsync on each page, the browser will always load only the JS
for the current page, not the whole app code

On Fri, Aug 5, 2011 at 10:50 PM, dreamer <[email protected]>wrote:

> Hi,
>
> How about if it is possible to build Rich Internet Page (RIP), in a
> more productive tool like GWT designer and eclipse plug etc
> and server serving  these pages using some web framework ?
>
> My friend asked why don't you hand code html+ajax, sure that is
> perfect, if that magic is possible with GWT, how productive it would
> be?
>
> What is wrong with GWT RIA apps, Problem is  I don't see pages, I see
> entire app,comes onto browser and my server becomes dummy.
>
> What is wrong server being dummy? because Browser is supposed to be
> thin and you can use it on 10 devices in single day.
>
> You open browser on cell phone, laptop,desktop where not, still use
> the same app. so application can not be one big bundle.
>
> It needs to be page at a time. Ok, then it is not RIA app, then it is
> RIP.
>
> So why I don't I settle for a RIP (Rich Internet Page) ? - looks cool
> to me. Is it possible to build using my favorite GWT+AppEngine. ?
>
> Stay tuned, I will Let you know
>
> ---Dreamer
>
> --
> 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.
>
>


-- 
Magno Machado Paulo
http://blog.magnomachado.com.br
http://code.google.com/p/emballo/

-- 
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.

Reply via email to