Struts and GWT are very different things.

GWT is for client side web applications. You could run the requests to the 
servlets through Struts if you wanted, or you could use a host of other 
technologies or languages (i.e. PHP) on the backend. You could even make a 
standalone GWT application that is deployed to user desktops/phones and 
does not even use a server backend (i.e. could be static or call public 
data API's).

Struts is a Java framework for mapping actions (requests) to action classes 
and marshalling/unmarshalling those requests from JSON/XML to Java and back 
to JSON/XML/HTML responses.

So, it really depends what you want to build.


Sincerely,
Joseph



-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/irH345iOdP0J.
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