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