First at all, ethanks a lot for your answer. I perfectly understand what 
you mean, and I think the probles is I did nor explain myself. I am 
preparing a web app but I decided (maybe not a goot idea) give it a staic 
main page with three options where the user could choose the first dinamic 
contain the web app shows. 

When I click in the the, fore example, "text one" the app may show content 
relates to text one, and so on.. I have to change my first design, perhaps 
creating a single page that first contains static contents and that 
responds to click event changing the appearance on the same page...Do you 
think it could be a good idea?

Thanks a lot again. This help when beggining with a new programming area 
are always so useful...

Carmen 

El martes, 18 de junio de 2013 15:51:40 UTC+2, Joseph Lust escribió:
>
> Carmen,
>
> Can you elaborate on what you're trying to build and what it does? GWT is 
> intended for Web *Apps*, not Web *Sites*. So, typically GWT would not be 
> used for a blog, but it would be used for say an employee time tracking 
> application. Take this forum reader as a good example of GWT.
>
> The strength of GWT is that you are only on a single (physical) web page. 
> All user interactions update the page content and the browser history, but 
> the user does not need to make a trip to your server to reload the page, 
> making everything faster and lower overhead.
>
> Of course it is a different ball game from PHP or JSP's, but I'd posit it 
> is more straight forward with less boilerplate than those implementations. 
> Check out frameworks like GWTP which handle those events and pages you just 
> mentioned rather seemlessly. They've got a number of ready to code demos 
> too.
>
>
> Sincerely,
> Joseph
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to