Google Web Toolkit and Struts action: howto integrate?
Hi guys,
I would like to integrate GWT (google web toolkit) with my Struts application. I would like to use GWT's gui in my jsp and to process everything in the 'action'. (GWT front=frontend, StrutsAction=backend)I couldn't really understand how the GWT works (where is the WAR file???) where does it go?
Thanks for any pointers